From cbafa06f36c73a2b593bdb6c508f46cc82773b17 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 2 Jun 2021 11:13:10 +0100 Subject: [PATCH] Add gating tests (for RHEL 9) (cherry picked from commit 9e0fd61654b8892e3f9682313d9154082ab353f9) resolves: rhbz#1950629 --- gating.yaml | 6 ++++++ guestfs-tools.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/guestfs-tools.spec b/guestfs-tools.spec index 4657101..c11d418 100644 --- a/guestfs-tools.spec +++ b/guestfs-tools.spec @@ -26,7 +26,7 @@ Summary: Tools to access and modify virtual machine disk images Name: guestfs-tools Version: 1.46.1 -Release: 3%{?dist} +Release: 3%{?dist}.1 License: GPLv2+ # Build only for architectures that have a kernel @@ -416,6 +416,9 @@ end %changelog +* Wed Jun 2 2021 Richard W.M. Jones - 1.46.1-3.el9.1 +- Add gating tests (for RHEL 9) + * Mon May 17 2021 Richard W.M. Jones - 1.46.1-3 - Fix virt-win-reg --version resolves: rhbz#1961160