import fuse-overlayfs-1.7.1-1.module+el8.5.0+12209+fe58a295

This commit is contained in:
CentOS Sources 2021-08-18 19:37:41 +00:00 committed by Andrew Lukoshko
parent 3cac29c8db
commit 105c995f65
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
1e8104a55d6d6a78507824dd552d0db00412c026 SOURCES/v1.7.tar.gz
ec05e54e0a1a2d9c66fd2ac8fc17018973222f2e SOURCES/v1.7.1.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v1.7.tar.gz
SOURCES/v1.7.1.tar.gz

View File

@ -3,7 +3,7 @@
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
Name: fuse-overlayfs
Version: 1.7
Version: 1.7.1
Release: 1%{?dist}
Summary: FUSE overlay+shiftfs implementation for rootless containers
License: GPLv3+
@ -66,6 +66,10 @@ modprobe fuse > /dev/null 2>&1 || :
%{_modulesloaddir}/fuse-overlayfs.conf
%changelog
* Wed Aug 11 2021 Jindrich Novy <jnovy@redhat.com> - 1.7.1-1
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.7.1
- Related: #1934415
* Thu Jul 29 2021 Jindrich Novy <jnovy@redhat.com> - 1.7-1
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.7
- Related: #1934415