containernetworking-plugins-0.7.3-2
- correct upgrade path from older -cni package - for whatever reason, "<" works but "<=" doesn't for obsoletion Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
d4dc821563
commit
3a6f9a510d
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
Name: %{project}-%{repo}
|
Name: %{project}-%{repo}
|
||||||
Version: 0.7.3
|
Version: 0.7.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Libraries for writing CNI plugin
|
Summary: Libraries for writing CNI plugin
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -44,7 +44,7 @@ BuildRequires: golang(golang.org/x/sys/unix)
|
|||||||
BuildRequires: golang(github.com/coreos/go-iptables/iptables)
|
BuildRequires: golang(github.com/coreos/go-iptables/iptables)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Obsoletes: %{project}-cni <= 0.7.1-1
|
Obsoletes: %{project}-cni < 0.7.1-2
|
||||||
Provides: %{project}-cni = %{version}-%{release}
|
Provides: %{project}-cni = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -266,6 +266,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 30 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.3-2
|
||||||
|
- correct upgrade path from older -cni package
|
||||||
|
- for whatever reason, "<" works but "<=" doesn't for obsoletion
|
||||||
|
|
||||||
* Mon Aug 20 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.3-1
|
* Mon Aug 20 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.3-1
|
||||||
- Resolves: #1613909 - rename package to containernetworking-plugins
|
- Resolves: #1613909 - rename package to containernetworking-plugins
|
||||||
- Obsoletes containernetworking-cni
|
- Obsoletes containernetworking-cni
|
||||||
|
Loading…
Reference in New Issue
Block a user