From cd5ed87a92d090928df4ba6735586d1bdc50d978 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 29 Sep 2021 10:55:25 +0200 Subject: [PATCH] fuse-overlayfs-1.7.1-2.el9 - add gating.yaml - Related: #2000051 Signed-off-by: Jindrich Novy --- fuse-overlayfs.spec | 6 +++++- gating.yaml | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 21b6f19..3214d84 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -4,7 +4,7 @@ Name: fuse-overlayfs Version: 1.7.1 -Release: 1%{?dist} +Release: 2%{?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 +* Wed Sep 29 2021 Jindrich Novy - 1.7.1-2 +- add gating.yaml +- Related: #2000051 + * Fri Sep 03 2021 Jindrich Novy - 1.7.1-1 - update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.7.1 - Related: #2000051 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..e49fcf1 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +# recipients: jnovy, lsm5, santiago +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}