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