diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec index d0ca885..38fcfe4 100644 --- a/device-mapper-multipath.spec +++ b/device-mapper-multipath.spec @@ -1,6 +1,6 @@ Name: device-mapper-multipath Version: 0.9.7 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Tools to manage multipath devices using device-mapper License: GPLv2 URL: http://christophe.varoqui.free.fr/ @@ -233,6 +233,9 @@ fi %{_pkgconfdir}/libdmmp.pc %changelog +* Mon Jun 24 2024 Benjamin Marzinski - 0.9.7-9 +- Add gating.yaml + * Mon Jun 24 2024 Troy Dawson - 0.9.7-8 - Bump release for June 2024 mass rebuild diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..4ca9235 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}