diff --git a/SPECS/pytest.spec b/SPECS/pytest.spec index 664bb9c..9114740 100644 --- a/SPECS/pytest.spec +++ b/SPECS/pytest.spec @@ -1,6 +1,6 @@ Name: pytest Version: 6.2.2 -Release: 4%{?dist} +Release: 6%{?dist} Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -158,6 +158,15 @@ export INPUTRC=$PWD/.inputrc %{python3_sitelib}/pytest/ %changelog +* Tue Feb 22 2022 Tomas Orsava - 6.2.2-6 +- Add gating configuration and a simple smoke test +- Related: rhbz#1950291 + +* 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