import fuse-overlayfs-1.9-1.module+el8.7.0+16431+bb67d067

This commit is contained in:
CentOS Sources 2022-09-27 07:49:31 -04:00 committed by Stepan Oksanichenko
parent 1fbbe6092e
commit be50fa02ac
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
6bad3a5a9e50e451da35b9940381bb31a24c78de SOURCES/v1.8.2.tar.gz
0b7b76ba745c497ac8132d168304abc88e7da975 SOURCES/v1.9.tar.gz

2
.gitignore vendored
View File

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

View File

@ -3,7 +3,7 @@
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
Name: fuse-overlayfs
Version: 1.8.2
Version: 1.9
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 15 2022 Jindrich Novy <jnovy@redhat.com> - 1.9-1
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.9
- Related: #2061390
* 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