!1 python-ipaddress: delete the python provides in python2

Merge pull request !1 from orange-snn/master
This commit is contained in:
openeuler-ci-bot 2020-01-15 03:40:55 +08:00 committed by Gitee
commit bc0fd31dce

View File

@ -1,6 +1,6 @@
Name: python-ipaddress
Version: 1.0.18
Release: 8
Release: 9
Summary: IPv4/IPv6 manipulation library
License: Python
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}
%package -n python2-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
Python2 package for python-ipaddress
@ -74,6 +75,12 @@ Python3 package for python-ipaddress
%endif
%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
- Type:bugfix
- Id:NA