Add gating.yaml

Resolves: https://issues.redhat.com/browse/RHEL-29742
This commit is contained in:
José Expósito 2024-03-20 13:13:38 +01:00
parent 7bfbbeec9f
commit 2b933845a4
2 changed files with 10 additions and 1 deletions

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -1,6 +1,6 @@
Name: libpciaccess
Version: 0.16
Release: 13%{?dist}
Release: 14%{?dist}
Summary: PCI access library
License: HPND AND MIT
@ -57,6 +57,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
%{_libdir}/pkgconfig/pciaccess.pc
%changelog
* Wed Mar 20 2024 José Expósito <jexposit@redhat.com> - 0.16-14
- Add gating.yaml
* Wed Mar 20 2024 José Expósito <jexposit@redhat.com> - 0.16-13
- Fix findings from static application security testing (SAST)
Resolves: https://issues.redhat.com/browse/RHEL-29742