import fuse-overlayfs-1.8.2-1.el9

This commit is contained in:
CentOS Sources 2022-03-01 06:21:33 -05:00 committed by Stepan Oksanichenko
parent c24ae7df72
commit 36a5ab9f0d
3 changed files with 11 additions and 3 deletions

View File

@ -1 +1 @@
9daa12a579b65e26d1d3fb1cf0e122792a31562a SOURCES/v1.8.tar.gz
6bad3a5a9e50e451da35b9940381bb31a24c78de SOURCES/v1.8.2.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v1.8.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.8
Version: 1.8.2
Release: 1%{?dist}
Summary: FUSE overlay+shiftfs implementation for rootless containers
License: GPLv3+
@ -65,6 +65,14 @@ 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: #2000051
* 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: #2000051
* 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: #2000051