From 823d8b97eff2b3968fc2a3aebf7b6e324682e2e8 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Tue, 17 Mar 2026 13:26:09 -0400 Subject: [PATCH] import Oracle_OSS alsa-sof-firmware-2025.05.1-1.el10_1 --- .gitignore | 5 +---- README.md | 3 --- alsa-sof-firmware.spec | 19 +++++++++++++++---- gating.yaml | 6 ------ sources | 2 +- tests/tests.yml | 9 --------- 6 files changed, 17 insertions(+), 27 deletions(-) delete mode 100644 README.md delete mode 100644 gating.yaml delete mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index a3c1076..90993ca 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md deleted file mode 100644 index 0bcec0f..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# alsa-sof-firmware - -The alsa-sof-firmware package \ No newline at end of file diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 60500ff..d1f65eb 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -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 - 2025.05.1-1 +- Update to v2025.05.1 + +* Thu Jun 26 2025 Jaroslav Kysela - 2025.05-1 +- Update to v2025.05 + +* Mon Apr 14 2025 Jaroslav Kysela - 2024.09.2-3 +- fix the pretrans script for symlink swap (sof-ace-tplg <-> sof-ipc4-tplg) + * Wed Dec 18 2024 Jaroslav Kysela - 2024.09.2-2 - Add sof-ipc4-lib directory diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 4ca9235..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/sources b/sources index 1c6f535..f2359d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fadb9078705e0813897650e19166ad0d81710f8ba08ecb74de413a0bd7b27d73f9dcedd4583687f9deefd22ccb78b56ede8fbc5ab6fbd56e181c6b63be816a18 sof-bin-2024.09.2.tar.gz +SHA512 (sof-bin-2025.05.1.tar.gz) = ad255502c607e80dcd9d42f4b734e10534e7b2bc36b0cc077b825a75b91040a9094df1fb3b3bab3a87b99940009b99835357f22bc6289c52fb66f472459fe8e1 diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index dd504e5..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,9 +0,0 @@ -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - tests: - - simple: - dir: . - run: "true"