diff --git a/crun.spec b/crun.spec index 9815cec..f1e2422 100644 --- a/crun.spec +++ b/crun.spec @@ -43,7 +43,7 @@ Epoch: 102 # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. Version: 1.20 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/containers/%{name} Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.zst License: GPL-2.0-only @@ -142,6 +142,10 @@ rm -rf %{buildroot}%{_prefix}/lib* %endif %changelog +* Tue Mar 18 2025 Jindrich Novy - 1.20-2 +- fix gating.yaml +- Related: RHEL-80816 + * Wed Feb 05 2025 Jindrich Novy - 1.20-1 - update to https://github.com/containers/crun/releases/tag/1.20 - Related: RHEL-60277 diff --git a/gating.yaml b/gating.yaml index 4efb29f..2c7ed80 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,12 +1,3 @@ ---- !Policy -product_versions: - - fedora-* -decision_context: - - bodhi_update_push_stable - - bodhi_update_push_testing -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} - --- !Policy product_versions: - rhel-*