diff --git a/SPECS/python-wheel.spec b/SPECS/python-wheel.spec index a3e2396..8e7a3fd 100644 --- a/SPECS/python-wheel.spec +++ b/SPECS/python-wheel.spec @@ -18,7 +18,7 @@ Name: python-%{pypi_name} Version: 0.36.2 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -136,6 +136,11 @@ rm setup.cfg # to drop pytest coverage options configured there %endif %changelog +* Tue Feb 08 2022 Tomáš Hrnčiar - 1:0.36.2-7 +- Add automatically generated Obsoletes tag with the python39- prefix + for smoother upgrade from RHEL8 +- Related: rhbz#1990421 + * Wed Nov 24 2021 Tomas Orsava - 1:0.36.2-6 - Conflict with old Python versions that use the old unversioned wheel location - Resolves: rhbz#1982668