From 17710f54711fe7dd5c823eee5c10f1a8cceb0043 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 1 Oct 2021 12:37:42 +0200 Subject: [PATCH] fuse-overlayfs-1.7.1-3.el9 - perform only sanity/installability tests for now - Related: #2000051 Signed-off-by: Jindrich Novy --- fuse-overlayfs.spec | 6 +++++- gating.yaml | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 3214d84..7909bde 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -4,7 +4,7 @@ Name: fuse-overlayfs Version: 1.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: FUSE overlay+shiftfs implementation for rootless containers License: GPLv3+ URL: %{git0} @@ -65,6 +65,10 @@ modprobe fuse > /dev/null 2>&1 || : %{_modulesloaddir}/fuse-overlayfs.conf %changelog +* Fri Oct 01 2021 Jindrich Novy - 1.7.1-3 +- perform only sanity/installability tests for now +- Related: #2000051 + * Wed Sep 29 2021 Jindrich Novy - 1.7.1-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: []