diff --git a/container-tools.spec b/container-tools.spec index 39e6892..7020353 100644 --- a/container-tools.spec +++ b/container-tools.spec @@ -1,6 +1,6 @@ Name: container-tools Version: 1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A meta-package witch container tools such as podman, buildah, skopeo, etc. License: MIT BuildArch: noarch @@ -45,6 +45,10 @@ This package contains system tests for %{name}. %files tests %changelog +* Thu Sep 30 2021 Jindrich Novy - 1-6 +- perform only sanity/installability tests for metapackage +- Related: #2000051 + * Thu Sep 30 2021 Jindrich Novy - 1-5 - modify gating.yaml according to the development guide - Related: #2000051 diff --git a/gating.yaml b/gating.yaml index 045ec89..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: baseos-ci.brew-build.tier1.functional} +rules: []