Add gating.yaml

Related: RHBZ#2101334
This commit is contained in:
Jakub Čajka 2022-08-29 15:00:54 +02:00
parent 3a0148e1ea
commit fa6a699ecf
No known key found for this signature in database
GPG Key ID: 48DAAF91F61E4F5D
2 changed files with 11 additions and 1 deletions

6
gating.yaml Normal file
View File

@ -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}

View File

@ -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 <jcajka@redhat.com> - 0.63-2
- bump for gating
- Related: RHBZ#2101334
* Fri Jul 29 2022 Jakub Čajka <jcajka@redhat.com> - 0.63-1
- initial package import
- Resolves: RHBZ#2101334