SHA256
1
0
forked from pool/fuse3

Remove rpmlintrc, new permissions package is on the way to Factory

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=3
This commit is contained in:
Ismail Dönmez 2018-10-30 13:02:21 +00:00 committed by Git OBS Bridge
parent 8f57604a9a
commit 0683f49756
2 changed files with 5 additions and 9 deletions

View File

@ -1,3 +0,0 @@
# Remove after security review
addFilter("permissions-file-setuid-bit")
setBadness("permissions-file-setuid-bit", 0)

View File

@ -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