import fuse-overlayfs-1.5.0-1.module+el8.5.0+10478+2006037b

This commit is contained in:
CentOS Sources 2021-03-26 15:47:47 +00:00 committed by Andrew Lukoshko
parent c639612693
commit 34a6507eab
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
6dc0615e247552e24619dcbef0828fe3a46e4272 SOURCES/v1.4.0.tar.gz
04c8ec8eb547cec652cf57588fc6098acc265a1e SOURCES/v1.5.0.tar.gz

2
.gitignore vendored
View File

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

View File

@ -3,8 +3,8 @@
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
Name: fuse-overlayfs
Version: 1.4.0
Release: 2%{?dist}
Version: 1.5.0
Release: 1%{?dist}
Summary: FUSE overlay+shiftfs implementation for rootless containers
License: GPLv3+
URL: %{git0}
@ -66,6 +66,10 @@ modprobe fuse > /dev/null 2>&1 || :
%{_modulesloaddir}/fuse-overlayfs.conf
%changelog
* 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
* Fri Jan 29 2021 Jindrich Novy <jnovy@redhat.com> - 1.4.0-2
- disable openat2 syscall again - still unsupported in current RHEL8 kernel
- Related: #1883490