fuse-overlayfs-1.7.1-3.el9

- perform only sanity/installability tests for now
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2021-10-01 12:37:42 +02:00
parent cd5ed87a92
commit 17710f5471
2 changed files with 6 additions and 3 deletions

View File

@ -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 <jnovy@redhat.com> - 1.7.1-3
- perform only sanity/installability tests for now
- Related: #2000051
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 1.7.1-2
- add gating.yaml
- Related: #2000051

View File

@ -3,5 +3,4 @@
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
rules: []