Compare commits
10 Commits
45b448e1df
...
0ae4c46a18
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ae4c46a18 | ||
|
|
5b5b905f5f | ||
|
|
0e46819626 | ||
|
|
7faea081cb | ||
|
|
56cae54f17 | ||
|
|
5f673786fb | ||
|
|
2fcff53033 | ||
|
|
9a4edfb3fd | ||
|
|
9501291af3 | ||
|
|
14d63a45b1 |
@ -1,18 +1,16 @@
|
|||||||
# Used for comparing with latest upstream tag
|
%define built_tag v1.13
|
||||||
# to decide whether to autobuild (non-rawhide only)
|
|
||||||
%define built_tag v1.5.0
|
|
||||||
%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.13
|
||||||
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/v1.13.tar.gz
|
||||||
BuildRequires: autoconf automake fuse3-devel
|
BuildRequires: autoconf automake fuse3-devel
|
||||||
BuildRequires: gcc git make fuse3
|
BuildRequires: gcc git-core make fuse3
|
||||||
Requires: kmod fuse3
|
Requires: kmod fuse3
|
||||||
Provides: bundled(gnulib) = cb634d40c7b9bbf33fa5198d2e27fdab4c0bf143
|
Provides: bundled(gnulib) = cb634d40c7b9bbf33fa5198d2e27fdab4c0bf143
|
||||||
|
|
||||||
@ -28,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
|
||||||
@ -55,5 +53,20 @@ modprobe fuse > /dev/null 2>&1 || :
|
|||||||
%{_modulesloaddir}/fuse-overlayfs.conf
|
%{_modulesloaddir}/fuse-overlayfs.conf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 24 2022 fushanqing <fushanqing@kylinos.cn> - 1.5.0-1
|
||||||
- Initial package
|
- Initial package
|
||||||
|
|||||||
BIN
v1.13.tar.gz
Normal file
BIN
v1.13.tar.gz
Normal file
Binary file not shown.
BIN
v1.5.0.tar.gz
BIN
v1.5.0.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user