From 8ad516f0fc1f2cd899d2b6282079ae2e35e605f3 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 14 Jun 2024 15:16:01 +0200 Subject: [PATCH] Fix license tag (add and) Resolves: RHEL-30564 Signed-off-by: Jaroslav Kysela --- alsa-sof-firmware.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 5d45f41..ea8a012 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -19,9 +19,9 @@ Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_ver} -Release: 2%{?sof_ver_rel}%{?dist} +Release: 3%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing -License: BSD-3-Clause Apache-2.0 +License: BSD-3-Clause and Apache-2.0 URL: https://github.com/thesofproject/sof-bin Source: https://github.com/thesofproject/sof-bin/releases/download/%{sof_ver_pkg}/sof-bin-%{sof_ver_pkg0}.tar.gz Source2: https://github.com/thesofproject/avs-topology-xml/releases/download/v%{sof_ver_avs}/avs-topology_%{sof_ver_avs}.tar.gz @@ -161,7 +161,7 @@ if st and st.type == "directory" then end %changelog -* Fri Jun 14 2024 Jaroslav Kysela - 2024.03-1 +* Fri Jun 14 2024 Jaroslav Kysela - 2024.03-3 - Update to v2024.03 - Add AVS topology files v2024.02