diff --git a/python-pip.spec b/python-pip.spec index d7259c49b4d6f4e98a56ffa433d9c3ae1655868d..797f39a54287542e2451ed8eb4d4286bcd6dfa70 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -7,7 +7,7 @@ pip is the package installer for Python. You can use pip to install packages fro %global bashcompdir %(b=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null); echo ${b:-%{_sysconfdir}/bash_completion.d}) Name: python-%{srcname} Version: 18.0 -Release: 11 +Release: 12 Summary: A tool for installing and managing Python packages License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) URL: http://www.pip-installer.org @@ -27,8 +27,6 @@ Summary: %{summary} BuildRequires: python2-devel python2-setuptools ca-certificates Requires: python2-setuptools ca-certificates BuildRequires: python2-pip python2-wheel -Provides: %{name}-wheel = %{version}-%{release} -Obsoletes: %{name}-wheel < %{version}-%{release} %{?python_provide:%python_provide python2-%{srcname}} %description -n python2-%{srcname} %{_description} %endif @@ -38,8 +36,6 @@ Summary: %{summary} BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools bash-completion ca-certificates Requires: python%{python3_pkgversion}-setuptools ca-certificates BuildRequires: python%{python3_pkgversion}-pip python%{python3_pkgversion}-wheel -Provides: %{name}-wheel = %{version}-%{release} -Obsoletes: %{name}-wheel < %{version}-%{release} %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} %description -n python%{python3_pkgversion}-%{srcname} %{_description} @@ -148,6 +144,12 @@ install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir} %{python_wheeldir}/%{python_wheelname} %changelog +* Thu Feb 20 2020 chengquan3 - 18.0-12 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: Remove incorrect provision of python-wheel + * Sat Nov 16 2019 huzhiyu - 18.0-11 - fix ca-certificate bad requires