diff --git a/python-ipaddress.spec b/python-ipaddress.spec index 3f741d6..682a80c 100644 --- a/python-ipaddress.spec +++ b/python-ipaddress.spec @@ -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 - 1.0.18-9 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:delete the python provides in python2 + * Thu Oct 10 2019 openEuler Buildteam - 1.0.18-8 - Type:bugfix - Id:NA