!1 python-IPy: 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 02:38:32 +08:00 committed by Gitee
commit 192967c081

View File

@ -1,6 +1,6 @@
Name: python-IPy
Version: 0.81
Release: 25
Release: 26
Summary: Class and Tools for Handling of IPv4 and IPv6 Addresses and Networks
License: BSD
URL: https://github.com/autocracy/python-ipy
@ -28,7 +28,8 @@ netmask of 0xffffff0f can't be done here.
%if 0%{?with_python2}
%package -n python2-IPy
Summary: Python2 package for python-IPy
%{?python_provide: %python_provide python2-IPy}
Provides: python-IPy = %{version}-%{release}
Obsoletes: python-IPy < %{version}-%{release}
%description -n python2-IPy
Python2 package for python-IPy
@ -94,6 +95,12 @@ PYTHONPATH=$PWD %{__python3} test/test_IPy.py
%endif
%changelog
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.81-26
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:delete the python provides in python2
* Thu Oct 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.81-25
- Type:bugfix
- Id:NA