import fuse-overlayfs-1.9-1.el9_0
This commit is contained in:
parent
c0281a8441
commit
762843f944
@ -1 +1 @@
|
||||
6bad3a5a9e50e451da35b9940381bb31a24c78de SOURCES/v1.8.2.tar.gz
|
||||
0b7b76ba745c497ac8132d168304abc88e7da975 SOURCES/v1.9.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/v1.8.2.tar.gz
|
||||
SOURCES/v1.9.tar.gz
|
||||
|
@ -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+
|
||||
@ -15,7 +15,7 @@ BuildRequires: automake
|
||||
BuildRequires: fuse3-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: git
|
||||
BuildRequires: go-md2man
|
||||
BuildRequires: /usr/bin/go-md2man
|
||||
BuildRequires: make
|
||||
Requires: kmod
|
||||
Requires: fuse3
|
||||
@ -65,6 +65,14 @@ modprobe fuse > /dev/null 2>&1 || :
|
||||
%{_modulesloaddir}/fuse-overlayfs.conf
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2022 Jindrich Novy <jnovy@redhat.com> - 1.9-1
|
||||
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.9
|
||||
- Related: #2061316
|
||||
|
||||
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 1.8.2-2
|
||||
- BuildRequires: /usr/bin/go-md2man
|
||||
- Related: #2061316
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user