Skip to content

Commit

Permalink
fuse-overlayfs: Update to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jykanase committed Feb 3, 2025
1 parent 2eed56f commit 8501cce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
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

0 comments on commit 8501cce

Please sign in to comment.