diff --git a/device-mapper-persistent-data.spec b/device-mapper-persistent-data.spec index dc3b3e6..79155a5 100644 --- a/device-mapper-persistent-data.spec +++ b/device-mapper-persistent-data.spec @@ -10,7 +10,7 @@ Summary: Device-mapper Persistent Data Tools Name: device-mapper-persistent-data Version: 1.1.0 -Release: 1%{?dist}%{?release_suffix} +Release: 2%{?dist}%{?release_suffix} License: GPL-3.0-only AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-3-Clause AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) #ExcludeArch: %%{ix86} @@ -122,7 +122,10 @@ echo %{version}-%{release} > VERSION #% {_sbindir}/thin_show_duplicates %changelog -* Wed Oct 30 2024 Troy Dawson - 1.1.0-1 +* Thu Oct 31 2024 Marian Csontos - 1.1.0-2 +- Add gating.yaml + +* Wed Oct 30 2024 Marian Csontos - 1.1.0-1 - Update to latest upstream release 1.1.0. * Tue Oct 29 2024 Troy Dawson - 1.0.11-5 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..cdc133e --- /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}