containernetworking-plugins-0.8.1-1
- bump to v0.8.1 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
7d82fd6abd
commit
48282f67d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/19f2f28178aa88772f69c4eeb3793d4a63c244b0.tar.gz
|
||||
/9ebe139e77e82afb122e335328007bca86905ae4.tar.gz
|
||||
/a62711a5da7a2dc2eb93eac47e103738ad923fd6.tar.gz
|
||||
/fe60fcddb897079746ec1523fd1837ab05b1e689.tar.gz
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
%global with_devel 1
|
||||
%global with_bundled 1
|
||||
%global with_check 0
|
||||
@ -23,11 +22,11 @@
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global git0 https://%{import_path}
|
||||
%global commit0 a62711a5da7a2dc2eb93eac47e103738ad923fd6
|
||||
%global commit0 fe60fcddb897079746ec1523fd1837ab05b1e689
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: %{project}-%{repo}
|
||||
Version: 0.7.5
|
||||
Version: 0.8.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Libraries for writing CNI plugin
|
||||
License: ASL 2.0
|
||||
@ -139,6 +138,7 @@ providing packages with %{import_path} prefix.
|
||||
|
||||
%prep
|
||||
%autosetup -Sgit -n %{repo}-%{commit0}
|
||||
rm -rf plugins/main/windows
|
||||
|
||||
%build
|
||||
export ORG_PATH="%{provider}.%{provider_tld}/%{project}"
|
||||
@ -272,6 +272,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 07 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.8.1-1
|
||||
- bump to v0.8.1
|
||||
|
||||
* Fri May 31 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.5-1
|
||||
- Resolves: #1715758 - CVE-2019-9946
|
||||
- bump to v0.7.5
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (a62711a5da7a2dc2eb93eac47e103738ad923fd6.tar.gz) = 10e78ed8513b89aa137f42cc9c521f7aa6608f5eb1341ec45c11cdd0a22dd08c25cb0a7e60734c18eec39e24c5f89708bfd1f43bfffc9a96f45a64a8115a14df
|
||||
SHA512 (fe60fcddb897079746ec1523fd1837ab05b1e689.tar.gz) = be7c358dd11b4300270b47f378a063fbfdc62413a1278fb82df66e78bfd45bcdf5a118e17d156b3ad578d0aec2ef9edafd4a9ac9b9d8de015c3c6f8790192394
|
||||
|
Loading…
Reference in New Issue
Block a user