From cd430225d47a36dd01132691a2659b2a91163001 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:54 +0100 Subject: [PATCH] Rebuild to add the automatically generated Obsoletes tag with the python39- prefix for smoother upgrade from RHEL8 Related: rhbz#1990421 --- python-wcwidth.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-wcwidth.spec b/python-wcwidth.spec index e6f2241..ffac127 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.2.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Measures number of Terminal column cells of wide-character codes License: MIT @@ -42,6 +42,11 @@ printable width of a string on a Terminal. %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Tue Feb 08 2022 Tomáš Hrnčiar - 0.2.5-7 +- Add automatically generated Obsoletes tag with the python39- prefix + for smoother upgrade from RHEL8 +- Related: rhbz#1990421 + * Tue Aug 10 2021 Mohan Boddu - 0.2.5-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688