X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-danm.git;a=blobdiff_plain;f=SPECS%2Fcaas-danm.spec;h=4a0b62b09768512d0c19e5531c87eceb5b8358f7;hp=45ae133c7828b74272f63bcb9bbc3a3b12d5fe52;hb=152845cf845aa447baeb5a241f82a6fd6dc69a8f;hpb=b2946a88e4058633ad18df1abddf5be1d247070c diff --git a/SPECS/caas-danm.spec b/SPECS/caas-danm.spec index 45ae133..4a0b62b 100644 --- a/SPECS/caas-danm.spec +++ b/SPECS/caas-danm.spec @@ -15,10 +15,10 @@ %define COMPONENT danm %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 4.0.0 -%define RPM_MINOR_VERSION 1 -%define DANM_VERSION v%{RPM_MAJOR_VERSION} -%define CNI_VERSION 0.7.0 -%define go_version 1.12.1 +%define RPM_MINOR_VERSION 6 +%define DANM_VERSION 687031341573550f387e109b273d8dd0cebf93bf +%define CNI_VERSION 0.8.1 +%define go_version 1.12.9 %define SRIOV_VERSION 9e4c973b2ac517c64867e33d61aee152d70dc330 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION} %define binary_build_dir %{_builddir}/%{RPM_NAME}-%{RPM_MAJOR_VERSION}/binary-save @@ -35,7 +35,7 @@ Summary: Containers as a Service %{COMPONENT} component License: %{_platform_license} and BSD 3-Clause License URL: https://github.com/nokia/danm BuildArch: x86_64 -Vendor: %{_platform_vendor} and Nokia +Vendor: %{_platform_vendor} and Nokia and Others unmodified Source0: %{name}-%{version}.tar.gz Requires: docker-ce >= 18.09.2, iputils, rsync @@ -52,7 +52,7 @@ This RPM contains the DANM and related CNI binaries for CaaS subsystem. %build mkdir -p %{binary_build_dir}/cni -curl -fsSL -k https://github.com/containernetworking/plugins/releases/download/v%{CNI_VERSION}/cni-plugins-amd64-v%{CNI_VERSION}.tgz | tar zx --strip-components=1 -C %{binary_build_dir}/cni +curl -fsSL -k https://github.com/containernetworking/plugins/releases/download/v%{CNI_VERSION}/cni-plugins-linux-amd64-v%{CNI_VERSION}.tgz | tar zx --strip-components=1 -C %{binary_build_dir}/cni # Build DANM binaries docker build \