Update to v2025.05
Resolves: RHEL-80630 Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
This commit is contained in:
parent
514bee30f2
commit
e0cea52c7d
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/sof-bin-2024.09.tar.gz
|
||||
/sof-bin-2024.09.1.tar.gz
|
||||
/sof-bin-2024.09.2.tar.gz
|
||||
/sof-bin-2025.05.tar.gz
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
# This is a firmware package, so binaries (which are not run on the host) in
|
||||
# the end package are expected.
|
||||
# This is a firmware package, so binaries (which are not run on the host)
|
||||
# in the end package are expected.
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
%global _firmwarepath /usr/lib/firmware
|
||||
%global _xz_opts -9 --check=crc32
|
||||
|
||||
%global sof_ver 2024.09.2
|
||||
%global sof_ver 2025.05
|
||||
#global sof_ver_pre rc1
|
||||
%global sof_ver_rel %{?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
|
||||
Name: alsa-sof-firmware
|
||||
Version: %{sof_ver}
|
||||
Release: 3%{?sof_ver_rel}%{?dist}
|
||||
Release: 1%{?sof_ver_rel}%{?dist}
|
||||
# See later in the spec for a breakdown of licensing
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/thesofproject/sof-bin
|
||||
@ -164,6 +164,9 @@ if st and st.type == "directory" then
|
||||
end
|
||||
|
||||
%changelog
|
||||
* Thu Jun 26 2025 Jaroslav Kysela <perex@perex.cz> - 2025.05-1
|
||||
- Update to v2025.05
|
||||
|
||||
* Mon Apr 14 2025 Jaroslav Kysela <perex@perex.cz> - 2024.09.2-3
|
||||
- fix the pretrans script for symlink swap (sof-ace-tplg <-> sof-ipc4-tplg)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sof-bin-2024.09.2.tar.gz) = fadb9078705e0813897650e19166ad0d81710f8ba08ecb74de413a0bd7b27d73f9dcedd4583687f9deefd22ccb78b56ede8fbc5ab6fbd56e181c6b63be816a18
|
||||
SHA512 (sof-bin-2025.05.tar.gz) = 1bf01df094e58c7242e765b4f279f26c3138f68f908d5abf28262a5e5f7f36639a039477792574c5f5a40ce4dc44989bffb728a166379f82eab1386e1d0a5d16
|
||||
|
||||
Loading…
Reference in New Issue
Block a user