X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-helm.git;a=blobdiff_plain;f=SPECS%2Fcaas-helm.spec;fp=SPECS%2Fcaas-helm.spec;h=9c7359966c1da4765c2bbedba6c15b44acc17805;hp=f618c251b8718f20804db9d3f190b0217348081b;hb=24f91223286e6d8bfb3d13f7f07f9684103e7e2b;hpb=241b421f0d0968363d74925de8bfc056a4f5b2a5 diff --git a/SPECS/caas-helm.spec b/SPECS/caas-helm.spec index f618c25..9c73599 100644 --- a/SPECS/caas-helm.spec +++ b/SPECS/caas-helm.spec @@ -22,18 +22,19 @@ %define docker_build_dir %{_builddir}/%{RPM_NAME}-%{RPM_MAJOR_VERSION}/docker-build %define docker_save_dir %{_builddir}/%{RPM_NAME}-%{RPM_MAJOR_VERSION}/docker-save %define built_binaries_dir /binary-save +%define centos_build 191001 Name: %{RPM_NAME} Version: %{RPM_MAJOR_VERSION} Release: %{RPM_MINOR_VERSION}%{?dist} Summary: Containers as a Service %{COMPONENT} component License: %{_platform_licence} and MIT license and BSD and Apache License and Lesser General Public License -BuildArch: x86_64 +BuildArch: %{_arch} Vendor: %{_platform_vendor} and helm/helm unmodified Source0: %{name}-%{version}.tar.gz Requires: docker-ce >= 18.09.2, rsync -BuildRequires: docker-ce-cli >= 18.09.2, rsync, xz +BuildRequires: docker-ce-cli >= 18.09.2, rsync, xz, wget %description This rpm contains the %{COMPONENT} container for CaaS subsystem. @@ -43,6 +44,7 @@ This container contains the %{COMPONENT} service. %autosetup %build +wget --progress=dot:giga http://artifacts.ci.centos.org/sig-cloudinstance/centos-7-%{centos_build}/%{_arch}/centos-7-%{_arch}-docker.tar.xz -O %{docker_build_dir}/helm-builder/centos-7-docker.tar.xz # Build Helm binaries docker build \ --network=host \