From 9ffc896665ed96c44843a265db8527be870d755d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 2 Jun 2021 10:34:11 +0100 Subject: [PATCH] Add gating tests (for RHEL 9) resolves: rhbz#1950597 --- gating.yaml | 6 ++++++ libguestfs-winsupport.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/libguestfs-winsupport.spec b/libguestfs-winsupport.spec index 8f03e83..e99da81 100644 --- a/libguestfs-winsupport.spec +++ b/libguestfs-winsupport.spec @@ -6,7 +6,7 @@ Name: libguestfs-winsupport Version: 8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Add support for Windows guests to virt-v2v and virt-p2v URL: http://www.ntfs-3g.org/ @@ -136,6 +136,9 @@ popd %changelog +* Wed Jun 02 2021 Richard W.M. Jones - 8.2-3 +- Add gating tests (for RHEL 9) + * Fri Apr 16 2021 Mohan Boddu - 8.2-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937