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:43:42 +01:00
parent 20f6875832
commit fe63bd7232

View File

@ -21,7 +21,7 @@
Name: mod_wsgi
Version: 4.7.1
Release: 8%{?dist}
Release: 9%{?dist}
Summary: A WSGI interface for Python web applications in Apache
License: ASL 2.0
URL: https://modwsgi.readthedocs.io/
@ -165,6 +165,11 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express
%endif
%changelog
* Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 4.7.1-9
- Add automatically generated Obsoletes tag with the python39- prefix
for smoother upgrade from RHEL8
- Related: rhbz#1990421
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.7.1-8
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688