From 4161bac1c437017e34f9343ed8ddbd9c59286603 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 --- gating.yaml | 7 +++++++ librx.spec | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 gating.yaml 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)