diff --git a/.librx.metadata b/.librx.metadata new file mode 100644 index 0000000..912aa06 --- /dev/null +++ b/.librx.metadata @@ -0,0 +1 @@ +cb2deac5b046e2b347cc2c259e14c9b28659d95d rx-1.5.tar.bz2 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..01ac163 --- /dev/null +++ b/gating.yaml @@ -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} + diff --git a/librx.spec b/librx.spec index eb742c1..78dff1e 100644 --- a/librx.spec +++ b/librx.spec @@ -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 - 1.5-41 +- add gating.yaml file + * Wed Feb 16 2022 Josef Ridky - 1.5-40 - Fix annocheck failure (#2044876)