Rebuild for Python 3.12. Third time's the charm, eh?

This commit is contained in:
Panu Matilainen 2023-06-28 10:19:26 +03:00
parent e62cb28543
commit a68075b252
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,7 @@
%global rpmver 4.18.91
#global snapver rc1
%global baserelease 6
%global baserelease 7
%global sover 10
%global srcver %{rpmver}%{?snapver:-%{snapver}}
@ -624,6 +624,9 @@ fi
%doc %{_defaultdocdir}/rpm/API/
%changelog
* Wed Jun 28 2023 Panu Matilainen <pmatilai@redhat.com> - 4.18.91-7
- Rebuilt for Python 3.12
* Wed Jun 28 2023 Panu Matilainen <pmatilai@redhat.com> - 4.18.91-6
- Fix a spec parsing error handling regression
- Fix a per-file plugin hook regression