From fa6a699ecf740d1c84ca2bd17b6ba7e8298bf0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Mon, 29 Aug 2022 15:00:54 +0200 Subject: [PATCH] Add gating.yaml Related: RHBZ#2101334 --- gating.yaml | 6 ++++++ libnxz.spec | 6 +++++- 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..c190bde --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} diff --git a/libnxz.spec b/libnxz.spec index 1ee50e8..cc87375 100644 --- a/libnxz.spec +++ b/libnxz.spec @@ -4,7 +4,7 @@ Name: libnxz Version: 0.63 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zlib implementation for POWER processors License: ASL 2.0 or GPLv2+ Url: https://github.com/libnxz/power-gzip @@ -84,6 +84,10 @@ fi %{_libdir}/libnxz.la %changelog +* Mon Aug 29 2022 Jakub Čajka - 0.63-2 +- bump for gating +- Related: RHBZ#2101334 + * Fri Jul 29 2022 Jakub Čajka - 0.63-1 - initial package import - Resolves: RHBZ#2101334