From 0683f49756e10526645a9745e650f694f302c84a433a79a97b28f0a229abdbe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 30 Oct 2018 13:02:21 +0000 Subject: [PATCH] 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 --- fuse3.rpmlintrc | 3 --- fuse3.spec | 11 +++++------ 2 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 fuse3.rpmlintrc 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