import Oracle_OSS alsa-sof-firmware-2025.05.1-1.el10_1
This commit is contained in:
parent
a4abce72c7
commit
823d8b97ef
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1 @@
|
||||
+/sof-bin-*.tar.gz
|
||||
+/sof-tplg-*.tar.gz
|
||||
+/avs-topology_*.tar.gz
|
||||
/sof-bin-2024.09.2.tar.gz
|
||||
sof-bin-2025.05.1.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.1
|
||||
#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: 2%{?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
|
||||
@ -158,10 +158,21 @@ path1 = "%{_firmwarepath}/intel/sof-ace-tplg"
|
||||
path2 = "%{_firmwarepath}/intel/sof-ipc4-tplg"
|
||||
st = posix.stat(path1)
|
||||
if st and st.type == "directory" then
|
||||
os.rename(path2, path2 .. ".tmp")
|
||||
os.rename(path1, path2)
|
||||
os.rename(path2 .. ".tmp", path1)
|
||||
end
|
||||
|
||||
%changelog
|
||||
* Tue Dec 9 2025 Jaroslav Kysela <perex@perex.cz> - 2025.05.1-1
|
||||
- Update to v2025.05.1
|
||||
|
||||
* 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)
|
||||
|
||||
* Wed Dec 18 2024 Jaroslav Kysela <perex@perex.cz> - 2024.09.2-2
|
||||
- Add sof-ipc4-lib directory
|
||||
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
fadb9078705e0813897650e19166ad0d81710f8ba08ecb74de413a0bd7b27d73f9dcedd4583687f9deefd22ccb78b56ede8fbc5ab6fbd56e181c6b63be816a18 sof-bin-2024.09.2.tar.gz
|
||||
SHA512 (sof-bin-2025.05.1.tar.gz) = ad255502c607e80dcd9d42f4b734e10534e7b2bc36b0cc077b825a75b91040a9094df1fb3b3bab3a87b99940009b99835357f22bc6289c52fb66f472459fe8e1
|
||||
|
||||
@ -1,9 +0,0 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: .
|
||||
run: "true"
|
||||
Loading…
Reference in New Issue
Block a user