diff --git a/salt.spec b/salt.spec index d9024e8..d003072 100644 --- a/salt.spec +++ b/salt.spec @@ -11,10 +11,10 @@ Name: salt Version: 3006.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A parallel remote execution system Group: System Environment/Daemons -License: ASL 2.0 +License: Apache-2.0 URL: https://saltproject.io/ Source0: %{pypi_source} Source1: %{name}-proxy@.service @@ -333,6 +333,9 @@ chown salt:salt %{_sysconfdir}/%{name}/gpgkeys -R %changelog +* Mon Jul 24 2023 Salman Butt - 3006.1-6 +- SPDX license update. + * Mon Jul 24 2023 Gwyn Ciesla - 3006.1-5 - Patch for dnf5 support from upstream. - Fix Python 3.12 issue.