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 66b2fe9..aecf93f 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: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ # Build only for architectures that have a kernel @@ -413,6 +413,9 @@ end %changelog +* Wed Jun 2 2021 Richard W.M. Jones - 1.46.1-3 +- Add gating tests (for RHEL 9) + * Thu May 13 2021 Richard W.M. Jones - 1.46.1-2 - BR perl-generators so deps of virt-win-reg subpackage are correct.