diff --git a/alsa-firmware.spec b/alsa-firmware.spec index 07d4611..c8d7e27 100644 --- a/alsa-firmware.spec +++ b/alsa-firmware.spec @@ -5,7 +5,7 @@ Summary: Firmware for several ALSA-supported sound cards Name: alsa-firmware Version: 1.2.4 -Release: 13%{?dist} +Release: 14%{?dist} # See later in the spec for a breakdown of licensing License: GPL-1.0-or-later and BSD-3-Clause and GPL-2.0-or-later and GPL-2.0-only and LGPL-2.1-or-later URL: http://www.alsa-project.org/ @@ -200,8 +200,11 @@ make install DESTDIR=%{buildroot} %changelog +* Mon Jun 17 2024 Jaroslav Kysela - 1.2.4-14 +- Add gating.yaml + * Thu May 2 2024 Jaroslav Kysela - 1.2.4-13 -- Add rpminspect.yaml file to skip annonbin check +- Add rpminspect.yaml file to skip annobin check * Mon Jan 22 2024 Fedora Release Engineering - 1.2.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..4ca9235 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}