import CS fuse-overlayfs-1.13-1.el9_3

This commit is contained in:
eabdullin 2024-04-30 11:36:48 +00:00
parent 2ba2518aca
commit e096a558cc
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
8d1cd33cbe71f768b198c23a4d242e5ca424b4a9 SOURCES/v1.12.tar.gz
5da75ff2d149ec023a189fd156d10dfd12a714c8 SOURCES/v1.13.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v1.12.tar.gz
SOURCES/v1.13.tar.gz

View File

@ -3,7 +3,7 @@
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
Name: fuse-overlayfs
Version: 1.12
Version: 1.13
Release: 1%{?dist}
Summary: FUSE overlay+shiftfs implementation for rootless containers
License: GPLv3+
@ -65,6 +65,10 @@ modprobe fuse > /dev/null 2>&1 || :
%{_modulesloaddir}/fuse-overlayfs.conf
%changelog
* Wed Aug 30 2023 Jindrich Novy <jnovy@redhat.com> - 1.13-1
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.13
- Related: #2176063
* Thu May 11 2023 Jindrich Novy <jnovy@redhat.com> - 1.12-1
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.12
- Related: #2176063