!8 Upgrade version to the latest release v1.12

From: @duyiwei7w 
Reviewed-by: @fu-shanqing 
Signed-off-by: @fu-shanqing
This commit is contained in:
openeuler-ci-bot 2023-05-31 07:48:52 +00:00 committed by Gitee
commit 0e46819626
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 6 deletions

View File

@ -1,14 +1,14 @@
%define built_tag v1.10 %define built_tag v1.12
%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.10 Version: 1.12
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/v1.10.tar.gz Source0: https://github.com/containers/fuse-overlayfs/archive/v1.12.tar.gz
BuildRequires: autoconf automake fuse3-devel BuildRequires: autoconf automake fuse3-devel
BuildRequires: gcc git-core make fuse3 BuildRequires: gcc git-core make fuse3
Requires: kmod fuse3 Requires: kmod fuse3
@ -26,11 +26,11 @@ This package contains library source intended for
building other packages which use import path with. building other packages which use import path with.
%prep %prep
%autosetup -Sgit -n %{name}-%{built_tag_strip} %autosetup -Sgit %{name}-%{built_tag_strip}
%build %build
./autogen.sh ./autogen.sh
./configure --prefix=%{_usr} --libdir=%{_libdir} ./configure --prefix=%{_prefix} --libdir=%{_libdir}
%{__make} %{__make}
%install %install
@ -53,8 +53,11 @@ modprobe fuse > /dev/null 2>&1 || :
%{_modulesloaddir}/fuse-overlayfs.conf %{_modulesloaddir}/fuse-overlayfs.conf
%changelog %changelog
* Wed May 31 2023 duyiwei <duyiwei@kylinos.cn> - 1.12-1
- upgrade version to v1.12
* Fri Feb 03 2023 lilong <lilong@kylinos.cn> - 1.10-1 * Fri Feb 03 2023 lilong <lilong@kylinos.cn> - 1.10-1
- Update to v1.10.1 - Update to v1.10
* Tue Nov 08 2022 duyiwei <duyiwei@kylinos.cn> - 1.9-1 * Tue Nov 08 2022 duyiwei <duyiwei@kylinos.cn> - 1.9-1
- upgrade version to v1.9 - upgrade version to v1.9

Binary file not shown.

BIN
v1.12.tar.gz Normal file

Binary file not shown.