From 63c103fcb0c9f4b3e6f8d16335eb9c90c7788759 Mon Sep 17 00:00:00 2001 From: markeryang Date: Fri, 24 Dec 2021 18:14:45 +0800 Subject: [PATCH] correcting Source0 error (cherry picked from commit 43e95bdc6db1f158cd7266f679554683b2baee85) --- fuse3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fuse3.spec b/fuse3.spec index d55d41b..fcbfb1a 100644 --- a/fuse3.spec +++ b/fuse3.spec @@ -2,11 +2,11 @@ Name: fuse3 Version: %{fuse3ver} -Release: 2 +Release: 3 Summary: User space File System of fuse3 License: GPL+ and LGPLv2+ URL: http://fuse.sf.net -Source0: https://github.com/libfuse/libfuse/archive/fuse-%{fuse3ver}.tar.xz +Source0: https://github.com/libfuse/libfuse/releases/download/fuse-%{fuse3ver}/fuse-%{fuse3ver}.tar.xz Source1: fuse.conf Patch1: 0001-fix-chown-and-mknod-failed.patch @@ -101,6 +101,9 @@ install -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir} %{_mandir}/man8/* %changelog +* Sat Dec 25 2021 yanglongkang -3.10.5-3 +- correcting Source0 error + * Tue Nov 30 2021 lixiaokeng -3.10.5-2 - revert fuse_daemonize chdir to / even if not run background. -- Gitee