From aed745c149c4f612644528dbaeaf3def567b40ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Tue, 8 Feb 2022 12:26:51 +0100 Subject: [PATCH] Rebuild to add the automatically generated Obsoletes tag with the python39- prefix for smoother upgrade from RHEL8 Related: rhbz#1990421 --- python-psutil.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-psutil.spec b/python-psutil.spec index fc0b05a..fd9f434 100644 --- a/python-psutil.spec +++ b/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