upgrade to v1.9

This commit is contained in:
duyiwei 2022-11-11 09:51:05 +08:00
parent deb0826465
commit 86f3cb35a2
4 changed files with 15 additions and 7 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.9
%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.9
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.9.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
@ -55,5 +53,11 @@ modprobe fuse > /dev/null 2>&1 || :
%{_modulesloaddir}/fuse-overlayfs.conf
%changelog
* 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

4
fuse-overlayfs.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: containers/fuse-overlayfs
tag_prefix: ^v
separator: .

Binary file not shown.

BIN
v1.9.tar.gz Normal file

Binary file not shown.