fuse-overlayfs-1.7.1-1
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
b49abebeb4
commit
573b1f9873
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@
|
||||
/fuse-overlayfs-91a020f.tar.gz
|
||||
/fuse-overlayfs-c0e6cca.tar.gz
|
||||
/fuse-overlayfs-f38c0b8.tar.gz
|
||||
/fuse-overlayfs-0d53568.tar.gz
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
%global git0 https://github.com/containers/%{name}
|
||||
%global commit0 f38c0b849c1b77a2595b4f5658f94f3d50749c6b
|
||||
%global commit0 0d53568a131af3f31e3609fe2ff61d0b5970a25a
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
# to decide whether to autobuild (non-rawhide only)
|
||||
%define built_tag v1.7
|
||||
%define built_tag v1.7.1
|
||||
|
||||
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
|
||||
|
||||
Name: fuse-overlayfs
|
||||
Version: 1.7
|
||||
Version: 1.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: FUSE overlay+shiftfs implementation for rootless containers
|
||||
License: GPLv3+
|
||||
@ -71,6 +71,9 @@ modprobe fuse > /dev/null 2>&1 || :
|
||||
%{_modulesloaddir}/fuse-overlayfs.conf
|
||||
|
||||
%changelog
|
||||
* Tue Aug 10 2021 Giuseppe Scrivano <gscrivan@redhat.com> - 1.7.1-1
|
||||
- build v1.7.1
|
||||
|
||||
* Thu Jul 29 2021 Giuseppe Scrivano <gscrivan@redhat.com> - 1.7-1
|
||||
- build v1.7
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fuse-overlayfs-f38c0b8.tar.gz) = ab3f21c17c254c2d18beb882b205fd870e5bc9ef9842f16de96122f55953031b172ceeb74e24c7138c55bb4a9e021ab91efac1c1abb6cb51cb0f13d252726261
|
||||
SHA512 (fuse-overlayfs-0d53568.tar.gz) = 16c849663db1a07212cdf93f75adbdad6493e4eaa2b06d4e43e0ac2d0e927d17c7d2c56c2076f20b100111b50541cd08f77ef63e97fb6afbac2960ddf7d62246
|
||||
|
||||
Loading…
Reference in New Issue
Block a user