From 9f40273ea46870aecdfb9f6100a4ac2e4c092c1f Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Tue, 8 Feb 2022 10:47:37 +0100 Subject: [PATCH] Rebuild to add the automatically generated Obsoletes tag with the python39- prefix .. for smoother upgrade from RHEL8 Related: rhbz#1990421 --- pytest.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pytest.spec b/pytest.spec index 664bb9c..f9518fa 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,6 +1,6 @@ Name: pytest Version: 6.2.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -158,6 +158,11 @@ export INPUTRC=$PWD/.inputrc %{python3_sitelib}/pytest/ %changelog +* Tue Feb 08 2022 Tomas Orsava - 6.2.2-5 +- Add automatically generated Obsoletes tag with the python39- prefix + for smoother upgrade from RHEL8 +- Related: rhbz#1990421 + * Tue Aug 10 2021 Mohan Boddu - 6.2.2-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688