Drop non-RHEL remnants of the spec preventing co-installability

Resolves: RHEL-17747
This commit is contained in:
Miro Hrončok 2024-01-25 16:58:39 +01:00
parent 12186fe9aa
commit f2e738c34c

View File

@ -13,7 +13,7 @@
Name: python%{python3_pkgversion}-%{srcname} Name: python%{python3_pkgversion}-%{srcname}
Version: %{base_version}%{?prerel:~%{prerel}} Version: %{base_version}%{?prerel:~%{prerel}}
Release: 2%{?dist} Release: 3%{?dist}
Summary: A tool for installing and managing Python packages Summary: A tool for installing and managing Python packages
# We bundle a lot of libraries with pip, which itself is under MIT license. # We bundle a lot of libraries with pip, which itself is under MIT license.
@ -148,9 +148,6 @@ Recommends: python%{python3_pkgversion}-setuptools
# Virtual provides for the packages bundled by pip: # Virtual provides for the packages bundled by pip:
%{bundled %{python3_pkgversion}} %{bundled %{python3_pkgversion}}
Provides: pip = %{version}-%{release}
Conflicts: python-pip < %{version}-%{release}
%description -n python%{python3_pkgversion}-%{srcname} %description -n python%{python3_pkgversion}-%{srcname}
pip is a package management system used to install and manage software packages pip is a package management system used to install and manage software packages
written in Python. Many packages can be found in the Python Package Index written in Python. Many packages can be found in the Python Package Index
@ -290,6 +287,11 @@ pytest_k='not completion'
%{python_wheel_dir}/%{python_wheel_name} %{python_wheel_dir}/%{python_wheel_name}
%changelog %changelog
* Thu Jan 25 2024 Miro Hrončok <mhroncok@redhat.com> - 23.2.1-3
- Don't RPM Provide pip
- Remove a superfluous RPM Conflict with python-pip
- Allows to install python3.12-pip together with python3-pip
* Tue Jan 23 2024 Miro Hrončok <mhroncok@redhat.com> - 23.2.1-2 * Tue Jan 23 2024 Miro Hrončok <mhroncok@redhat.com> - 23.2.1-2
- Rebuilt for timestamp .pyc invalidation mode - Rebuilt for timestamp .pyc invalidation mode