From c317bf7d7d0ac8e1e68d8d0477dd5d89e0863bde Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 2 Jun 2021 10:34:23 +0100 Subject: [PATCH] Add gating tests (for RHEL 9) (cherry picked from commit af41447287d64bfc7be8485f59236dce13e37068) Remove bogus timestamp added by rpmdev-bumpspec (cherry picked from commit c8896d32cbe98492b6e2bac1a4b7ea5f9e07ef64) resolves: rhbz#1950596 --- gating.yaml | 6 ++++++ libguestfs.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.spec b/libguestfs.spec index 5e55354..112099d 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -61,7 +61,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.45.6 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ # Build only for architectures that have a kernel @@ -1119,6 +1119,9 @@ rm ocaml/html/.gitignore %changelog +* Wed Jun 2 2021 Richard W.M. Jones - 1:1.45.6-3 +- Add gating tests (for RHEL 9) + * Tue Jun 01 2021 Richard W.M. Jones - 1:1.45.6-2 - Depend on rpm-libs >= 4.16.1.3 (RHBZ#1966541).