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:26:51 +01:00
parent d834ff03a4
commit aed745c149

View File

@ -3,7 +3,7 @@
Name: python-%{srcname}
Version: 5.8.0
Release: 11%{?dist}
Release: 12%{?dist}
Summary: %{sum}
License: BSD
@ -88,6 +88,11 @@ make test CI_TESTING=1 PYTHON=%{__python3} PYTHONPATH=%{buildroot}/%{python3_sit
%{python3_sitearch}/%{srcname}/tests/
%changelog
* Tue Feb 08 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 5.8.0-12
- Add automatically generated Obsoletes tag with the python39- prefix
for smoother upgrade from RHEL8
- Related: rhbz#1990421
* Fri Aug 20 2021 Charalampos Stratakis <cstratak@redhat.com> - 5.8.0-11
- Separate the tests to their own subpackage
Resolves: rhbz#1990466