!3 Update to v1.8.1
From: @oxygentleman Reviewed-by: @yangzhao_kl, @fu-shanqing Signed-off-by: @fu-shanqing
This commit is contained in:
commit
9501291af3
@ -1,16 +1,16 @@
|
|||||||
# Used for comparing with latest upstream tag
|
# Used for comparing with latest upstream tag
|
||||||
# to decide whether to autobuild (non-rawhide only)
|
# to decide whether to autobuild (non-rawhide only)
|
||||||
%define built_tag v1.5.0
|
%define built_tag v1.8.1
|
||||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||||
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
|
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
|
||||||
|
|
||||||
Name: fuse-overlayfs
|
Name: fuse-overlayfs
|
||||||
Version: 1.5.0
|
Version: 1.8.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: FUSE overlay+shiftfs implementation for rootless containers
|
Summary: FUSE overlay+shiftfs implementation for rootless containers
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://github.com/containers/fuse-overlayfs
|
URL: https://github.com/containers/fuse-overlayfs
|
||||||
Source0: https://github.com/containers/fuse-overlayfs/archive/refs/tags/v1.5.0.tar.gz
|
Source0: https://github.com/containers/fuse-overlayfs/archive/refs/tags/v1.8.1.tar.gz
|
||||||
BuildRequires: autoconf automake fuse3-devel
|
BuildRequires: autoconf automake fuse3-devel
|
||||||
BuildRequires: gcc git make fuse3
|
BuildRequires: gcc git make fuse3
|
||||||
Requires: kmod fuse3
|
Requires: kmod fuse3
|
||||||
@ -55,5 +55,8 @@ modprobe fuse > /dev/null 2>&1 || :
|
|||||||
%{_modulesloaddir}/fuse-overlayfs.conf
|
%{_modulesloaddir}/fuse-overlayfs.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 26 2022 yuantianyi <yuantianyi@kylinos.cn> - 1.8.1-1
|
||||||
|
- Update to v1.8.1
|
||||||
|
|
||||||
* Mon Jan 24 2022 fushanqing <fushanqing@kylinos.cn> - 1.5.0-1
|
* Mon Jan 24 2022 fushanqing <fushanqing@kylinos.cn> - 1.5.0-1
|
||||||
- Initial package
|
- Initial package
|
||||||
|
|||||||
BIN
v1.5.0.tar.gz
BIN
v1.5.0.tar.gz
Binary file not shown.
BIN
v1.8.1.tar.gz
Normal file
BIN
v1.8.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user