correcting Source0 error

This commit is contained in:
markeryang 2021-12-24 18:14:45 +08:00
parent ba1e0eabc0
commit 43e95bdc6d

View File

@ -2,11 +2,11 @@
Name: fuse3 Name: fuse3
Version: %{fuse3ver} Version: %{fuse3ver}
Release: 2 Release: 3
Summary: User space File System of fuse3 Summary: User space File System of fuse3
License: GPL+ and LGPLv2+ License: GPL+ and LGPLv2+
URL: http://fuse.sf.net 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 Source1: fuse.conf
Patch1: 0001-fix-chown-and-mknod-failed.patch Patch1: 0001-fix-chown-and-mknod-failed.patch
@ -101,6 +101,9 @@ install -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Sat Dec 25 2021 yanglongkang <yanglongkang@huawei.com> -3.10.5-3
- correcting Source0 error
* Tue Nov 30 2021 lixiaokeng <lixiaokeng@huawei.com> -3.10.5-2 * Tue Nov 30 2021 lixiaokeng <lixiaokeng@huawei.com> -3.10.5-2
- revert fuse_daemonize chdir to / even if not run background. - revert fuse_daemonize chdir to / even if not run background.