From d66ff2d5e7073c13e84c601e9e587041eb753c0b Mon Sep 17 00:00:00 2001 From: Salman Butt Date: Mon, 24 Jul 2023 15:28:38 -0500 Subject: [PATCH] Updated license to SPDX format. --- salt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.