From a1a09dd5cb221da4cbbae751eaf3ca242dd098ac Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Mon, 8 Jan 2024 13:51:58 +0530 Subject: [PATCH] fuse3: upgrade 3.10.5 -> 3.16.2 (#7095) Changelog: https://github.com/libfuse/libfuse/blob/fuse-3.16.2/ChangeLog.rst Signed-off-by: Muhammad Falak R Wani --- SPECS/fuse3/fuse3.signatures.json | 4 ++-- SPECS/fuse3/fuse3.spec | 13 ++++++++----- cgmanifest.json | 4 ++-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/SPECS/fuse3/fuse3.signatures.json b/SPECS/fuse3/fuse3.signatures.json index faf1c866e5..cf7b2b5c69 100644 --- a/SPECS/fuse3/fuse3.signatures.json +++ b/SPECS/fuse3/fuse3.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { - "fuse-3.10.5.tar.gz": "e73f75e58da59a0e333d337c105093c496c0fd7356ef3a5a540f560697c9c4e6", + "fuse-3.16.2.tar.gz": "f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87", "fuse.conf": "e9a67590220197d8c8a29dfeae51cfa37172fdda0a347e13c3f41571a69a4318" } -} \ No newline at end of file +} diff --git a/SPECS/fuse3/fuse3.spec b/SPECS/fuse3/fuse3.spec index 130e41529c..6f801c1acc 100644 --- a/SPECS/fuse3/fuse3.spec +++ b/SPECS/fuse3/fuse3.spec @@ -1,7 +1,7 @@ Summary: File System in Userspace (FUSE) v3 utilities Name: fuse3 -Version: 3.10.5 -Release: 2%{?dist} +Version: 3.16.2 +Release: 1%{?dist} License: GPL+ Vendor: Microsoft Corporation Distribution: Mariner @@ -16,7 +16,7 @@ BuildRequires: meson BuildRequires: ninja-build BuildRequires: libudev-devel BuildRequires: which -Requires: %{_sysconfdir}/fuse.conf +Requires: fuse-common = %{version}-%{release} %description With FUSE it is possible to implement a fully functional filesystem in a @@ -50,8 +50,7 @@ License: GPL+ Common files for FUSE v2 and FUSE v3. %prep -%setup -q -n libfuse-fuse-%{version} -%patch0 -p1 +%autosetup -p1 -n fuse-%{version} %build export LC_ALL=en_US.UTF-8 @@ -109,6 +108,10 @@ rm -f %{buildroot}%{_libdir}/udev/rules.d/99-fuse3.rules %config(noreplace) %{_sysconfdir}/fuse.conf %changelog +* Thu Dec 21 2023 Muhammad Falak - 3.16.2-1 +- Upgrade version to 3.16.2 +- Add a requires on fuse-common instead of a config-file + * Wed Sep 22 2021 Thomas Crain - 3.10.5-2 - Initial CBL-Mariner import from Fedora 35 (license: MIT) - Spec linted diff --git a/cgmanifest.json b/cgmanifest.json index 2c56bf81ca..46ecc97185 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -3950,8 +3950,8 @@ "type": "other", "other": { "name": "fuse3", - "version": "3.10.5", - "downloadUrl": "https://github.com/libfuse/libfuse/archive/fuse-3.10.5.tar.gz" + "version": "3.16.2", + "downloadUrl": "https://github.com/libfuse/libfuse/archive/fuse-3.16.2.tar.gz" } } },