From e8321f1eccdec9442eb4fd5f9f38927fdac1f5dd 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:40 +0100 Subject: [PATCH] Rebuild to add the automatically generated Obsoletes tag with the python39- prefix for smoother upgrade from RHEL8 Related: rhbz#1990421 --- python-requests.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-requests.spec b/python-requests.spec index e2e50a1..1ced450 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -5,7 +5,7 @@ Name: python-requests Version: 2.25.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: HTTP library, written in Python, for human beings License: ASL 2.0 @@ -114,6 +114,11 @@ sed -i 's/ --doctest-modules//' pytest.ini %changelog +* Tue Feb 08 2022 Tomáš Hrnčiar - 2.25.1-6 +- Add automatically generated Obsoletes tag with the python39- prefix + for smoother upgrade from RHEL8 +- Related: rhbz#1990421 + * Tue Aug 10 2021 Mohan Boddu - 2.25.1-5 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688