!30 correcting Source0 error

Merge pull request !30 from Markeryang/master
This commit is contained in:
openeuler-ci-bot 2021-12-25 03:39:39 +00:00 committed by Gitee
commit bc4bc4861f

View File

@ -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 <yanglongkang@huawei.com> -3.10.5-3
- correcting Source0 error
* Tue Nov 30 2021 lixiaokeng <lixiaokeng@huawei.com> -3.10.5-2
- revert fuse_daemonize chdir to / even if not run background.