From 3281edf07a7a05b2963d4aeceba211a6c2f39371 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:22:29 +0100 Subject: [PATCH] Rebuild to add the automatically generated Obsoletes tag with the python39- prefix for smoother upgrade from RHEL8 Related: rhbz#1990421 --- pyparsing.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyparsing.spec b/pyparsing.spec index ebb3588..564be35 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -11,7 +11,7 @@ Summary: %{_summary} Name: pyparsing Version: 2.4.7 -Release: 7.1%{?dist} +Release: 8.1%{?dist} License: MIT URL: https://github.com/pyparsing/pyparsing @@ -117,6 +117,11 @@ popd %changelog +* Tue Feb 08 2022 Tomáš Hrnčiar - 2.4.7-8.1 +- Add automatically generated Obsoletes tag with the python39- prefix + for smoother upgrade from RHEL8 +- Related: rhbz#1990421 + * Tue Aug 10 2021 Mohan Boddu - 2.4.7-7.1 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688