diff --git a/container-selinux.spec b/container-selinux.spec index 92ffd74..f6dde15 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -20,7 +20,7 @@ Epoch: 3 Name: container-selinux Version: 2.169.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -118,6 +118,10 @@ fi %changelog +* Fri Oct 01 2021 Jindrich Novy - 3:2.169.0-3 +- perform only sanity/installability tests for now +- Related: #2000051 + * Wed Sep 29 2021 Jindrich Novy - 3:2.169.0-2 - add gating.yaml - Related: #2000051 diff --git a/gating.yaml b/gating.yaml index e49fcf1..dfc23d3 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} +rules: []