Add gating tests (for RHEL 9)

resolves: rhbz#1950597
This commit is contained in:
Richard W.M. Jones 2021-06-02 10:34:11 +01:00
parent d5855466da
commit 9ffc896665
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

@ -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 <rjones@redhat.com> - 8.2-3
- Add gating tests (for RHEL 9)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 8.2-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937