fuse-overlayfs-1.7.1-2.el9

- add gating.yaml
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2021-09-29 10:55:25 +02:00
parent d3c59a0886
commit cd5ed87a92
2 changed files with 12 additions and 1 deletions

View File

@ -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 <jnovy@redhat.com> - 1.7.1-2
- add gating.yaml
- Related: #2000051
* Fri Sep 03 2021 Jindrich Novy <jnovy@redhat.com> - 1.7.1-1
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.7.1
- Related: #2000051

7
gating.yaml Normal file
View File

@ -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}