From c4dc459160e18e128ae96810663e8499fac30fa1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 2 Jun 2021 10:30:48 +0100 Subject: [PATCH] Add gating tests (for RHEL 9) --- gating.yaml | 6 ++++++ supermin.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100755 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100755 index 0000000..9234236 --- /dev/null +++ b/gating.yaml @@ -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} diff --git a/supermin.spec b/supermin.spec index adf2bde..508b617 100644 --- a/supermin.spec +++ b/supermin.spec @@ -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 - 5.2.1-3 +- Add gating tests (for RHEL 9) + * Fri May 07 2021 Richard W.M. Jones - 5.2.1-2 - Do not include the package on POWER on RHEL 9 resolves: rhbz#1956934