!1 python-ipaddress: delete the python provides in python2
Merge pull request !1 from orange-snn/master
This commit is contained in:
commit
bc0fd31dce
@ -1,6 +1,6 @@
|
|||||||
Name: python-ipaddress
|
Name: python-ipaddress
|
||||||
Version: 1.0.18
|
Version: 1.0.18
|
||||||
Release: 8
|
Release: 9
|
||||||
Summary: IPv4/IPv6 manipulation library
|
Summary: IPv4/IPv6 manipulation library
|
||||||
License: Python
|
License: Python
|
||||||
URL: https://github.com/phihag/ipaddress
|
URL: https://github.com/phihag/ipaddress
|
||||||
@ -22,7 +22,8 @@ Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.
|
|||||||
%if 0%{?with_python2}
|
%if 0%{?with_python2}
|
||||||
%package -n python2-ipaddress
|
%package -n python2-ipaddress
|
||||||
Summary: Python2 package for python-ipaddress
|
Summary: Python2 package for python-ipaddress
|
||||||
%{?python_provide: %python_provide python2-ipaddress}
|
Provides: python-ipaddress = %{version}-%{release}
|
||||||
|
Obsoletes: python-ipaddress < %{version}-%{release}
|
||||||
|
|
||||||
%description -n python2-ipaddress
|
%description -n python2-ipaddress
|
||||||
Python2 package for python-ipaddress
|
Python2 package for python-ipaddress
|
||||||
@ -74,6 +75,12 @@ Python3 package for python-ipaddress
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0.18-9
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:delete the python provides in python2
|
||||||
|
|
||||||
* Thu Oct 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.18-8
|
* Thu Oct 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.18-8
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user