import UBI fuse-overlayfs-1.12-1.el9

This commit is contained in:
eabdullin 2023-11-07 12:05:56 +00:00
parent 62215d3ac4
commit 2ba2518aca
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
cbbe3f2de9a22bad35c17dcad3598a2cd48269da SOURCES/v1.11.tar.gz
8d1cd33cbe71f768b198c23a4d242e5ca424b4a9 SOURCES/v1.12.tar.gz

2
.gitignore vendored
View File

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

View File

@ -3,7 +3,7 @@
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
Name: fuse-overlayfs
Version: 1.11
Version: 1.12
Release: 1%{?dist}
Summary: FUSE overlay+shiftfs implementation for rootless containers
License: GPLv3+
@ -65,9 +65,13 @@ modprobe fuse > /dev/null 2>&1 || :
%{_modulesloaddir}/fuse-overlayfs.conf
%changelog
* Tue Apr 11 2023 Jindrich Novy <jnovy@redhat.com> - 1.11-1
* 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
* Sun Mar 26 2023 Jindrich Novy <jnovy@redhat.com> - 1.11-1
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.11
- Resolves: #2185133
- Related: #2176063
* Tue Feb 07 2023 Jindrich Novy <jnovy@redhat.com> - 1.10-2
- rebuild