Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/fuse-overlayfs.git#3e67a93271b88789239d5e7363d8f0530d36506c
This commit is contained in:
parent
93d4f1fc38
commit
ffaad0298c
1
.gitignore
vendored
1
.gitignore
vendored
@ -93,3 +93,4 @@
|
||||
/fuse-overlayfs-15a0464.tar.gz
|
||||
/fuse-overlayfs-fc9de46.tar.gz
|
||||
/fuse-overlayfs-a9d8634.tar.gz
|
||||
/fuse-overlayfs-3a1301e.tar.gz
|
||||
|
@ -1,16 +1,16 @@
|
||||
%global git0 https://github.com/containers/%{name}
|
||||
%global commit0 a9d8634e5fdb3121e1e553ac217e4b049deea06a
|
||||
%global commit0 3a1301ec2df5cd79dacb326c9beeec3c8ee03659
|
||||
%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.2.0
|
||||
%define built_tag v1.3.0
|
||||
|
||||
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
|
||||
|
||||
Name: fuse-overlayfs
|
||||
Version: 1.2.0+dev
|
||||
Release: 8.dev.git%{shortcommit0}%{?dist}
|
||||
Version: 1.3+dev
|
||||
Release: 2.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: FUSE overlay+shiftfs implementation for rootless containers
|
||||
License: GPLv3+
|
||||
URL: %{git0}
|
||||
@ -71,6 +71,10 @@ modprobe fuse > /dev/null 2>&1 || :
|
||||
%{_modulesloaddir}/fuse-overlayfs.conf
|
||||
|
||||
%changelog
|
||||
* Wed Nov 25 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.3+dev-2.dev.git3a1301e
|
||||
- bump to 1.3
|
||||
- autobuilt 3a1301e
|
||||
|
||||
* Thu Nov 12 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.2.0+dev-8.dev.gita9d8634
|
||||
- autobuilt a9d8634
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fuse-overlayfs-a9d8634.tar.gz) = 11dd0242bf0aba1744641f8bd4e82a84df8ae8d54b3012a3733ec4586af1bbb0e361461031695d8cb9c9586bd23f8bc617f19f9df002a227a5af55a24f6b0152
|
||||
SHA512 (fuse-overlayfs-3a1301e.tar.gz) = 7b5b69d1063effd0313d8dc8d942439fac4f1e6e49d06e656a0c7cd011db1a17d9d76d21f6e82566061a8ea71198ac0a76d53586ae2a22ded3145866274b394c
|
||||
|
Loading…
Reference in New Issue
Block a user