From 6f7bf05985ea3ed6afe8283cb9c65554d06b6baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Thu, 17 Feb 2022 10:10:06 +0100 Subject: [PATCH] Related: #2044876 - add gating.yaml file --- .librx.metadata | 1 + gating.yaml | 7 +++++++ librx.spec | 5 ++++- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .librx.metadata create mode 100644 gating.yaml 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)