fuse-overlayfs-1.6-4
- build tag v1.6 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
41a98c1c47
commit
4ea0ec5cdd
1
.gitignore
vendored
1
.gitignore
vendored
@ -102,3 +102,4 @@
|
||||
/fuse-overlayfs-1f1377d.tar.gz
|
||||
/fuse-overlayfs-f3e297d.tar.gz
|
||||
/fuse-overlayfs-91a020f.tar.gz
|
||||
/fuse-overlayfs-c0e6cca.tar.gz
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
%global git0 https://github.com/containers/%{name}
|
||||
%global commit0 5f666c1e670d608a40a53fe18c49b01e255b5fe0
|
||||
%global commit0 c0e6cca6c7e86fda365fac20c74b3f828a666657
|
||||
%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.5.0
|
||||
%define built_tag v1.6
|
||||
|
||||
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
|
||||
|
||||
Name: fuse-overlayfs
|
||||
Version: 0.7.8
|
||||
Release: 2.dev.git%{shortcommit0}%{?dist}
|
||||
Version: 1.6
|
||||
Release: 4%{?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 24 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.6-4
|
||||
- build v1.6
|
||||
|
||||
* Sat Jun 19 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.7.8-2.dev.git5f666c1
|
||||
- bump to 0.7.8
|
||||
- autobuilt 5f666c1
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fuse-overlayfs-5f666c1.tar.gz) = b032a853996d47a34466333ca19082b5c324a2b588008e045970f511f2f7c4bdad1e53f754a8fd0086cf6097ff39a6f1bd076330019a973169b8291fe000d7d2
|
||||
SHA512 (fuse-overlayfs-c0e6cca.tar.gz) = 244c08ace124ccf4aa58dfeb4c145445c39b88092654e3db795c73f58f3784a9f0e931d7f35a64c2021c8c5ff5e39068a41922119dece9228ce289f209f9231a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user