Add gating tests (for RHEL 9)

This commit is contained in:
Richard W.M. Jones 2021-06-02 10:30:48 +01:00
parent 3f2b7f0a26
commit c4dc459160
2 changed files with 10 additions and 1 deletions

6
gating.yaml Executable file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: xen-ci.brew-build.tier1.functional}

View File

@ -29,7 +29,7 @@
Summary: Tool for creating supermin appliances
Name: supermin
Version: 5.2.1
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
ExclusiveArch: %{kernel_arches}
@ -168,6 +168,9 @@ make check || {
%changelog
* Wed Jun 2 10:33:05 BST 2021 Richard W.M. Jones <rjones@redhat.com> - 5.2.1-3
- Add gating tests (for RHEL 9)
* Fri May 07 2021 Richard W.M. Jones <rjones@redhat.com> - 5.2.1-2
- Do not include the package on POWER on RHEL 9
resolves: rhbz#1956934