Related: #2044876 - add gating.yaml file

This commit is contained in:
Josef Řídký 2022-02-17 10:10:06 +01:00 committed by Stepan Oksanichenko
parent 92373985f4
commit 6f7bf05985
3 changed files with 12 additions and 1 deletions

1
.librx.metadata Normal file
View File

@ -0,0 +1 @@
cb2deac5b046e2b347cc2c259e14c9b28659d95d rx-1.5.tar.bz2

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}

View File

@ -1,7 +1,7 @@
Summary: POSIX regexp functions
Name: librx
Version: 1.5
Release: 40%{?dist}
Release: 41%{?dist}
License: GPLv2+
URL: http://www.gnu.org/software/rx/rx.html
# Originally downloaded from ftp://ftp.gnu.org/gnu/rx/rx-1.5.tar.bz2
@ -69,6 +69,9 @@ chmod -x ${RPM_BUILD_ROOT}%{_includedir}/rxposix.h
%{_libdir}/*.so
%changelog
* Thu Feb 17 2022 Josef Ridky <jridky@redhat.com> - 1.5-41
- add gating.yaml file
* Wed Feb 16 2022 Josef Ridky <jridky@redhat.com> - 1.5-40
- Fix annocheck failure (#2044876)