import fuse-overlayfs-1.6-1.module+el8.5.0+11957+18363336

This commit is contained in:
CentOS Sources 2021-07-28 05:21:28 +00:00 committed by Andrew Lukoshko
parent 34a6507eab
commit 5ce7d4611f
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
04c8ec8eb547cec652cf57588fc6098acc265a1e SOURCES/v1.5.0.tar.gz
7b507cd8550f6014b5bfa5e313ea6dc6c89a5666 SOURCES/v1.6.tar.gz

2
.gitignore vendored
View File

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

View File

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