From 8bce6577ef2f7c749396ca13be4f40cdcc554b8a 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:14:44 +0100 Subject: [PATCH] Rebuild to add the automatically generated Obsoletes tag with the python39- prefix for smoother upgrade from RHEL8 Related: rhbz#1990421 --- python-toml.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-toml.spec b/python-toml.spec index 937973d..712c71b 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -11,7 +11,7 @@ toml file. Name: python-%{pypi_name} Version: 0.10.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python Library for Tom's Obvious, Minimal Language License: MIT @@ -74,6 +74,11 @@ toml-test $(pwd)/tests/decoding_test3.sh %changelog +* Tue Feb 08 2022 Tomáš Hrnčiar - 0.10.2-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.10.2-5 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688