Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuse-overlayfs: Update to 1.14 #10921

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"fuse-overlayfs-1.4.0.tar.gz": "7e5666aef4f2047e6a5202d6438b08c2d314dba5b40e431014e7dbb8168d9018"
"fuse-overlayfs-1.14.tar.gz": "0779d1ee8fbb6adb48df40e54efa9c608e1d7bbd844800a4c32c110d5fcbe9f2"
}
}
10 changes: 7 additions & 3 deletions SPECS-EXTENDED/fuse-overlayfs/fuse-overlayfs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Distribution: Azure Linux

# Used for comparing with latest upstream tag
# to decide whether to autobuild (non-rawhide only)
%define built_tag v1.4.0
%define built_tag v1.14
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
%define download_url https://github.com/containers/%{name}/archive/%{built_tag}.tar.gz

%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}

Name: fuse-overlayfs
Version: 1.4.0
Release: 2%{?dist}
Version: 1.14
Release: 1%{?dist}
Summary: FUSE overlay+shiftfs implementation for rootless containers
License: GPLv3+
URL: %{git0}
Expand Down Expand Up @@ -73,6 +73,10 @@ modprobe fuse > /dev/null 2>&1 || :
%{_modulesloaddir}/fuse-overlayfs.conf

%changelog
* Mon Nov 4 2024 Jyoti Kanase <[email protected]> - 1.14-1
- Update to 1.14
- License verified

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.4.0-2
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3950,8 +3950,8 @@
"type": "other",
"other": {
"name": "fuse-overlayfs",
"version": "1.4.0",
"downloadUrl": "https://github.com/containers/fuse-overlayfs/archive/v1.4.0.tar.gz"
"version": "1.14",
"downloadUrl": "https://github.com/containers/fuse-overlayfs/archive/refs/tags/v1.14.tar.gz"
}
}
},
Expand Down
Loading