Fix dnf5 compatibility and python 3.12 issue.

f38
Gwyn Ciesla 1 year ago
commit 30b872f4bf

@ -11,7 +11,7 @@
Name: salt
Version: 3006.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A parallel remote execution system
Group: System Environment/Daemons
License: ASL 2.0
@ -333,10 +333,13 @@ chown salt:salt %{_sysconfdir}/%{name}/gpgkeys -R
%changelog
* Mon Jul 24 2023 Gwyn Ciesla <gwync@protonmail.com> - 3006.1-4
* Mon Jul 24 2023 Gwyn Ciesla <gwync@protonmail.com> - 3006.1-5
- Patch for dnf5 support from upstream.
- Fix Python 3.12 issue.
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3006.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 28 2023 Python Maint <python-maint@redhat.com> - 3006.1-3
- Rebuilt for Python 3.12

Loading…
Cancel
Save