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 <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2024-01-08 13:51:58 +05:30 коммит произвёл GitHub
Родитель afae59da03
Коммит a1a09dd5cb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 12 добавлений и 9 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"Signatures": {
"fuse-3.10.5.tar.gz": "e73f75e58da59a0e333d337c105093c496c0fd7356ef3a5a540f560697c9c4e6",
"fuse-3.16.2.tar.gz": "f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87",
"fuse.conf": "e9a67590220197d8c8a29dfeae51cfa37172fdda0a347e13c3f41571a69a4318"
}
}

Просмотреть файл

@ -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 <mwani@microsoft.com> - 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 <thcrain@microsoft.com> - 3.10.5-2
- Initial CBL-Mariner import from Fedora 35 (license: MIT)
- Spec linted

Просмотреть файл

@ -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"
}
}
},