Update to v2024.09
Resolves: RHEL-60926 Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
This commit is contained in:
parent
e15686ae63
commit
304d3acd4c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
+/sof-bin-*.tar.gz
|
+/sof-bin-*.tar.gz
|
||||||
+/sof-tplg-*.tar.gz
|
+/sof-tplg-*.tar.gz
|
||||||
+/avs-topology_*.tar.gz
|
+/avs-topology_*.tar.gz
|
||||||
|
/sof-bin-2024.09.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%global _firmwarepath /usr/lib/firmware
|
%global _firmwarepath /usr/lib/firmware
|
||||||
%global _xz_opts -9 --check=crc32
|
%global _xz_opts -9 --check=crc32
|
||||||
|
|
||||||
%global sof_ver 2024.03
|
%global sof_ver 2024.09
|
||||||
#global sof_ver_pre rc1
|
#global sof_ver_pre rc1
|
||||||
%global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}}
|
%global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}}
|
||||||
%global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}}
|
%global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}}
|
||||||
@ -18,7 +18,7 @@
|
|||||||
Summary: Firmware and topology files for Sound Open Firmware project
|
Summary: Firmware and topology files for Sound Open Firmware project
|
||||||
Name: alsa-sof-firmware
|
Name: alsa-sof-firmware
|
||||||
Version: %{sof_ver}
|
Version: %{sof_ver}
|
||||||
Release: 10%{?sof_ver_rel}%{?dist}
|
Release: 1%{?sof_ver_rel}%{?dist}
|
||||||
# See later in the spec for a breakdown of licensing
|
# See later in the spec for a breakdown of licensing
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/thesofproject/sof-bin
|
URL: https://github.com/thesofproject/sof-bin
|
||||||
@ -146,6 +146,9 @@ if st and st.type == "directory" then
|
|||||||
end
|
end
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 14 2024 Jaroslav Kysela <perex@perex.cz> - 2024.09-1
|
||||||
|
- Update to v2024.09
|
||||||
|
|
||||||
* Tue Jul 30 2024 Jaroslav Kysela <perex@perex.cz> - 2024.03-9
|
* Tue Jul 30 2024 Jaroslav Kysela <perex@perex.cz> - 2024.03-9
|
||||||
- Remove AVS topology files (moved to linux-firmware)
|
- Remove AVS topology files (moved to linux-firmware)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (sof-bin-2024.03.tar.gz) = 1e9891d3891f5a4413a77a68ea6d3a2e6ead8c1a67eaa7e9aaf30871753617ffce19bd3b85ebcbb617e606646f6aa0e1dafee5279c294ec72ef4b2885e009f72
|
SHA512 (sof-bin-2024.09.tar.gz) = b8a199afba7289a39485662741fbf8ecb47e9c91e461478e3e2d523c12986bfddf8a1f61b4ba0a2c689008de8808a2df00f05aacb541a2fb16a6a5dbd7481ecf
|
||||||
|
Loading…
Reference in New Issue
Block a user