diff --git a/fuse3.rpmlintrc b/fuse3.rpmlintrc deleted file mode 100644 index 78a91fa..0000000 --- a/fuse3.rpmlintrc +++ /dev/null @@ -1,3 +0,0 @@ -# Remove after security review -addFilter("permissions-file-setuid-bit") -setBadness("permissions-file-setuid-bit", 0) diff --git a/fuse3.spec b/fuse3.spec index 98677c2..abedd0e 100644 --- a/fuse3.spec +++ b/fuse3.spec @@ -24,11 +24,10 @@ License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/Filesystems URL: https://github.com/libfuse/libfuse Source: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.xz -Source2: fuse3.rpmlintrc -Source3: baselibs.conf -Source4: fuse.conf -Source5: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.xz.asc -Source6: fuse.keyring +Source1: baselibs.conf +Source2: fuse.conf +Source3: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.xz.asc +Source4: fuse.keyring Patch1: fuse-install-fix.patch BuildRequires: fdupes BuildRequires: meson @@ -95,7 +94,7 @@ https://github.com/libfuse/libfuse/wiki/ %meson_install rm -rf %{buildroot}/%{_sysconfdir}/init.d -install -m644 -D %{SOURCE4} %{buildroot}/%{_sysconfdir}/fuse.conf +install -m644 -D %{SOURCE2} %{buildroot}/%{_sysconfdir}/fuse.conf find %{buildroot} -type f -name "*.la" -delete -print