diff --git a/SPECS/python-pip.spec b/SPECS/python-pip.spec index bd157f9..f3dbe55 100644 --- a/SPECS/python-pip.spec +++ b/SPECS/python-pip.spec @@ -21,7 +21,7 @@ Name: python-%{srcname} Version: %{base_version}%{?prerel:~%{prerel}} -Release: 5%{?dist} +Release: 6%{?dist} Summary: A tool for installing and managing Python packages # We bundle a lot of libraries with pip, which itself is under MIT license. @@ -403,11 +403,16 @@ pytest_k='not completion and %{python_wheel_dir}/%{python_wheel_name} %changelog +* Thu Feb 03 2022 Tomas Orsava - 21.2.3-6 +- Add automatically generated Obsoletes tag with the python39- prefix + for smoother upgrade from RHEL8 +- Related: rhbz#1990421 + * Wed Nov 24 2021 Tomas Orsava - 21.2.3-5 - Conflict with old Python versions that use the old unversioned wheel location - Resolves: rhbz#1982668 -* Wed Sep 22 2021 Tomas Orsava - 21.2.3-4 +* Fri Nov 5 2021 Tomas Orsava - 21.2.3-4 - Make the python-pip-wheel subpackage versioned (python3-pip-wheel), and move its contents to a versioned directory /usr/share/python3-wheels - Resolves: rhbz#1982668