import fuse-overlayfs-1.8.2-1.module+el8.6.0+14379+4ec2a99a

This commit is contained in:
CentOS Sources 2022-03-11 21:02:57 +00:00 committed by Stepan Oksanichenko
parent 67abe7376a
commit c1f260f353
3 changed files with 15 additions and 3 deletions

View File

@ -1 +1 @@
ec05e54e0a1a2d9c66fd2ac8fc17018973222f2e SOURCES/v1.7.1.tar.gz
6bad3a5a9e50e451da35b9940381bb31a24c78de SOURCES/v1.8.2.tar.gz

2
.gitignore vendored
View File

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

View File

@ -3,7 +3,7 @@
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
Name: fuse-overlayfs
Version: 1.7.1
Version: 1.8.2
Release: 1%{?dist}
Summary: FUSE overlay+shiftfs implementation for rootless containers
License: GPLv3+
@ -66,6 +66,18 @@ modprobe fuse > /dev/null 2>&1 || :
%{_modulesloaddir}/fuse-overlayfs.conf
%changelog
* Wed Feb 02 2022 Jindrich Novy <jnovy@redhat.com> - 1.8.2-1
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.8.2
- Related: #2001445
* Wed Jan 19 2022 Jindrich Novy <jnovy@redhat.com> - 1.8.1-1
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.8.1
- Related: #2001445
* Wed Dec 22 2021 Jindrich Novy <jnovy@redhat.com> - 1.8-1
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.8
- Related: #2001445
* 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