Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
0ae4c46a18
!11 Upgrade to version 1.13
From: @vicoloa 
Reviewed-by: @duyiwei7w 
Signed-off-by: @duyiwei7w
2024-01-12 08:59:37 +00:00
Vicoloa
5b5b905f5f upgrade to version 1.13 2023-11-29 22:00:13 +08:00
openeuler-ci-bot
0e46819626
!8 Upgrade version to the latest release v1.12
From: @duyiwei7w 
Reviewed-by: @fu-shanqing 
Signed-off-by: @fu-shanqing
2023-05-31 07:48:52 +00:00
duyiwei
7faea081cb upgrade version to v1.12 2023-05-31 15:23:59 +08:00
openeuler-ci-bot
56cae54f17
!7 Update to 1.10-1
From: @li-long315 
Reviewed-by: @duyiwei7w 
Signed-off-by: @duyiwei7w
2023-02-03 08:42:42 +00:00
li-long315
5f673786fb updata to 1.10-1 2023-02-03 16:03:33 +08:00
openeuler-ci-bot
2fcff53033
!4 【NestOS】22.03-LTS-SP1选型升级至1.9
From: @duyiwei7w 
Reviewed-by: @fu-shanqing 
Signed-off-by: @fu-shanqing
2022-11-09 09:07:18 +00:00
duyiwei
9a4edfb3fd upgrade version to v1.9 2022-11-08 14:17:01 +08:00
openeuler-ci-bot
9501291af3
!3 Update to v1.8.1
From: @oxygentleman 
Reviewed-by: @yangzhao_kl, @fu-shanqing 
Signed-off-by: @fu-shanqing
2022-08-17 09:42:10 +00:00
oxygentleman
14d63a45b1 Update to v1.8.1 2022-07-28 21:59:34 +08:00
3 changed files with 22 additions and 9 deletions

View File

@ -1,18 +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.13
%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.13
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/v1.13.tar.gz
BuildRequires: autoconf automake fuse3-devel
BuildRequires: gcc git make fuse3
BuildRequires: gcc git-core make fuse3
Requires: kmod fuse3
Provides: bundled(gnulib) = cb634d40c7b9bbf33fa5198d2e27fdab4c0bf143
@ -28,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
@ -55,5 +53,20 @@ modprobe fuse > /dev/null 2>&1 || :
%{_modulesloaddir}/fuse-overlayfs.conf
%changelog
* Thu Nov 30 2023 Vicoloa <lvkun@uniontech.com> - 1.13-1
- upgrade version to v1.13
* 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
- Update to v1.10
* Tue Nov 08 2022 duyiwei <duyiwei@kylinos.cn> - 1.9-1
- upgrade version to v1.9
* 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
- Initial package
- Initial package

BIN
v1.13.tar.gz Normal file

Binary file not shown.

Binary file not shown.