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:14:36 +01:00
parent 571ea3a8e2
commit 231da202ae
1 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@
Name: python-%{modname}
Version: 1.7.1
Release: 10%{?dist}
Release: 11%{?dist}
Summary: %{sum}
License: BSD
@ -115,6 +115,11 @@ rm -rfv test/bin
%changelog
* Tue Feb 08 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.7.1-11
- 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> - 1.7.1-10
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688