diff --git a/SPECS/python-psutil.spec b/SPECS/python-psutil.spec index fc0b05a..fd9f434 100644 --- a/SPECS/python-psutil.spec +++ b/SPECS/python-psutil.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 5.8.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: %{sum} License: BSD @@ -88,6 +88,11 @@ make test CI_TESTING=1 PYTHON=%{__python3} PYTHONPATH=%{buildroot}/%{python3_sit %{python3_sitearch}/%{srcname}/tests/ %changelog +* Tue Feb 08 2022 Tomáš Hrnčiar - 5.8.0-12 +- Add automatically generated Obsoletes tag with the python39- prefix + for smoother upgrade from RHEL8 +- Related: rhbz#1990421 + * Fri Aug 20 2021 Charalampos Stratakis - 5.8.0-11 - Separate the tests to their own subpackage Resolves: rhbz#1990466