From e33f14f796ce92d30ddce858ce0a36c19fa688f5 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Tue, 8 Feb 2022 10:48:47 +0100 Subject: [PATCH] Rebuild to add the automatically generated Obsoletes tag with the python39- prefix .. for smoother upgrade from RHEL8 Related: rhbz#1990421 --- python-PyMySQL.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 1788db3..36295a9 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.10.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Pure-Python MySQL client library License: MIT @@ -57,6 +57,11 @@ rm -rf tests %{python3_sitelib}/pymysql/ %changelog +* Tue Feb 08 2022 Tomas Orsava - 0.10.1-5 +- 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.1-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688