From 8574e9fd0b36079218eae4da10ec35474514b9c7 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 --- .python-toml.metadata | 1 + python-toml.spec | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .python-toml.metadata diff --git a/.python-toml.metadata b/.python-toml.metadata new file mode 100644 index 0000000..03a8d3c --- /dev/null +++ b/.python-toml.metadata @@ -0,0 +1 @@ +00137fc72f31100edd1c03670081b03053b6c836 toml-0.10.2.tar.gz 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