diff --git a/python-pip.spec b/python-pip.spec index 4161ad0c0313cd459601d343afe863bb6591e4b9..dfe457294050763780a1f49f170c3feaba3d0ab9 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -6,7 +6,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: 21.3.1 -Release: 1 +Release: 2 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 @@ -26,6 +26,8 @@ BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-se Requires: python%{python3_pkgversion}-setuptools ca-certificates BuildRequires: python%{python3_pkgversion}-wheel %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} +Provides: python%{python3_pkgversion}dist(pip) = %{version} +Provides: python%{python3_version}dist(pip) = %{version} %description -n python%{python3_pkgversion}-%{srcname} %{_description} %package_help @@ -117,6 +119,9 @@ install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir} %{python_wheeldir}/%{python_wheelname} %changelog +* Wed Aug 03 2022 renhongxun - 21.3.1-2 +- provides python3.10dist(pip) and python3dist(pip) + * Mon Dec 20 2021 renhongxun - 21.3.1-1 - upgrade version to 21.3.1