import fuse-overlayfs-1.7-1.module+el8.5.0+12048+8939a3ea

This commit is contained in:
CentOS Sources 2021-08-09 19:45:01 +00:00 committed by Andrew Lukoshko
parent 5ce7d4611f
commit 3cac29c8db
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
7b507cd8550f6014b5bfa5e313ea6dc6c89a5666 SOURCES/v1.6.tar.gz
1e8104a55d6d6a78507824dd552d0db00412c026 SOURCES/v1.7.tar.gz

2
.gitignore vendored
View File

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

View File

@ -3,7 +3,7 @@
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
Name: fuse-overlayfs
Version: 1.6
Version: 1.7
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
* 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
* Wed Jun 23 2021 Jindrich Novy <jnovy@redhat.com> - 1.6-1
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.6
- Related: #1934415