Rebuild to add the automatically generated Obsoletes tag with the python39- prefix for smoother upgrade from RHEL8

This commit is contained in:
Tomáš Hrnčiar 2022-02-08 12:14:31 +01:00 committed by Stepan Oksanichenko
parent 1fa826be9f
commit 4c9891e5f3
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1 @@
3a7e92b87f9fe0b863ec99b0c4ee9f90a32a3c3f release_v2.20.tar.gz

View File

@ -3,7 +3,7 @@
Name: python-pycparser
Summary: C parser and AST generator written in Python
Version: 2.20
Release: 5%{?dist}
Release: 6%{?dist}
License: BSD
URL: http://github.com/eliben/pycparser
Source0: %{url}/archive/release_v%{version}.tar.gz
@ -71,6 +71,11 @@ popd
%{python3_sitelib}/pycparser-*.egg-info/
%changelog
* Tue Feb 08 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.20-6
- 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.20-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688