From 8c59ae87905a6f184620d4dec8df28d4b0fd61ca Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Tue, 8 Feb 2022 12:27:31 +0100 Subject: [PATCH] Rebuild to add the automatically generated Obsoletes tag with the python39- prefix .. for smoother upgrade from RHEL8 Related: rhbz#1990421 --- python-pluggy.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pluggy.spec b/python-pluggy.spec index f2ce574..681a267 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -5,7 +5,7 @@ Name: python-pluggy Version: 0.13.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The plugin manager stripped of pytest specific details License: MIT @@ -64,6 +64,11 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not %changelog +* Tue Feb 08 2022 Tomas Orsava - 0.13.1-6 +- Add automatically generated Obsoletes tag with the python39- prefix + for smoother upgrade from RHEL8 +- Related: rhbz#1990421 + * Tue Aug 10 2021 Mohan Boddu - 0.13.1-5 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688