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:
Tomáš Hrnčiar 2022-02-08 12:22:29 +01:00
parent 5352e91d48
commit 3281edf07a

View File

@ -11,7 +11,7 @@
Summary: %{_summary}
Name: pyparsing
Version: 2.4.7
Release: 7.1%{?dist}
Release: 8.1%{?dist}
License: MIT
URL: https://github.com/pyparsing/pyparsing
@ -117,6 +117,11 @@ popd
%changelog
* Tue Feb 08 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.4.7-8.1
- 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> - 2.4.7-7.1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688