Rebuild to add the automatically generated Obsoletes tag with the python39- prefix

.. for smoother upgrade from RHEL8

Related: rhbz#1990421
This commit is contained in:
Tomas Orsava 2022-02-08 10:47:37 +01:00
parent d5c0fdf351
commit 9f40273ea4
1 changed files with 6 additions and 1 deletions

View File

@ -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 <torsava@redhat.com> - 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 <mboddu@redhat.com> - 6.2.2-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688