diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 3251f18462adc6f17333dec2494b43fb5cdf5d41..e3b8f953e75c48caebffc4342a677b80611cc9e6 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -1,16 +1,16 @@ # 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.8.1 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d} Name: fuse-overlayfs -Version: 1.5.0 +Version: 1.8.1 Release: 1 Summary: FUSE overlay+shiftfs implementation for rootless containers License: GPLv3+ 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: gcc git make fuse3 Requires: kmod fuse3 @@ -55,5 +55,8 @@ modprobe fuse > /dev/null 2>&1 || : %{_modulesloaddir}/fuse-overlayfs.conf %changelog +* Tue Jul 26 2022 yuantianyi - 1.8.1-1 +- Update to v1.8.1 + * Mon Jan 24 2022 fushanqing - 1.5.0-1 -- Initial package \ No newline at end of file +- Initial package diff --git a/v1.5.0.tar.gz b/v1.5.0.tar.gz deleted file mode 100644 index 93241bfb911d308f59b928646b04acfb5fbe9f9d..0000000000000000000000000000000000000000 Binary files a/v1.5.0.tar.gz and /dev/null differ diff --git a/v1.8.1.tar.gz b/v1.8.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c9adfe2d40ca1da13c60ad68d8519d230dc2c299 Binary files /dev/null and b/v1.8.1.tar.gz differ