fuse-overlayfs-1.1.0-3.dev.git74bbaf5
- autobuilt 74bbaf5 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
6aca801254
commit
1d473efd85
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@
|
||||
/fuse-overlayfs-222c3a1.tar.gz
|
||||
/fuse-overlayfs-f3e4154.tar.gz
|
||||
/fuse-overlayfs-8b4062d.tar.gz
|
||||
/fuse-overlayfs-74bbaf5.tar.gz
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
%global git0 https://github.com/containers/%{name}
|
||||
%global commit0 8b4062db5c8966c0d19a6a8e167a4876c4fbcc5e
|
||||
%global commit0 74bbaf59df819dba38bcb737c46d25b135c214a4
|
||||
%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.0.0
|
||||
%define built_tag v1.1.0
|
||||
|
||||
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
|
||||
|
||||
Name: fuse-overlayfs
|
||||
Version: 1.1.0
|
||||
Release: 2.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 3.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: FUSE overlay+shiftfs implementation for rootless containers
|
||||
License: GPLv3+
|
||||
URL: %{git0}
|
||||
@ -71,6 +71,9 @@ modprobe fuse > /dev/null 2>&1 || :
|
||||
%{_modulesloaddir}/fuse-overlayfs.conf
|
||||
|
||||
%changelog
|
||||
* Thu Jun 18 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.0-3.dev.git74bbaf5
|
||||
- autobuilt 74bbaf5
|
||||
|
||||
* Wed Jun 17 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.0-2.dev.git8b4062d
|
||||
- bump to 1.1.0
|
||||
- autobuilt 8b4062d
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fuse-overlayfs-8b4062d.tar.gz) = a3830141c9a0f4f24e9617f0f3b355723d80c5b794a919dd8c48eb5caf172eed679513c04a36ed287124d5df2875135bc27d4b0c8186c3e19e6d9160def57ef5
|
||||
SHA512 (fuse-overlayfs-74bbaf5.tar.gz) = 711f0627f1dc698edaf9ec1ae0cb7118aaf028fafe9e934ee3291f8dad0f3d701cd1aa8797ec0be6c20e1ae98728096449c137dd101b74342368d8c24fc4adcc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user