diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 7f11db46e414ee476e930806150c239fda0f2c8c..e7267117a5d85d65b14ae027e691a2185b3dbdc4 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -1,14 +1,14 @@ -%define built_tag v1.10 +%define built_tag v1.12 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d} Name: fuse-overlayfs -Version: 1.10 +Version: 1.12 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/v1.10.tar.gz +Source0: https://github.com/containers/fuse-overlayfs/archive/v1.12.tar.gz BuildRequires: autoconf automake fuse3-devel BuildRequires: gcc git-core make fuse3 Requires: kmod fuse3 @@ -26,11 +26,11 @@ This package contains library source intended for building other packages which use import path with. %prep -%autosetup -Sgit -n %{name}-%{built_tag_strip} +%autosetup -Sgit %{name}-%{built_tag_strip} %build ./autogen.sh -./configure --prefix=%{_usr} --libdir=%{_libdir} +./configure --prefix=%{_prefix} --libdir=%{_libdir} %{__make} %install @@ -53,8 +53,11 @@ modprobe fuse > /dev/null 2>&1 || : %{_modulesloaddir}/fuse-overlayfs.conf %changelog +* Wed May 31 2023 duyiwei - 1.12-1 +- upgrade version to v1.12 + * Fri Feb 03 2023 lilong - 1.10-1 -- Update to v1.10.1 +- Update to v1.10 * Tue Nov 08 2022 duyiwei - 1.9-1 - upgrade version to v1.9 diff --git a/v1.10.tar.gz b/v1.10.tar.gz deleted file mode 100644 index 12b1e576d849ec4fd96cdd6907d8caca6d8ef7ab..0000000000000000000000000000000000000000 Binary files a/v1.10.tar.gz and /dev/null differ diff --git a/v1.12.tar.gz b/v1.12.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..34d9e939b0d8b1289c370093b4bf96b7eca9722f Binary files /dev/null and b/v1.12.tar.gz differ