From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] fuse: Drop SELinux support Date: Fri, 21 Oct 2016 13:37:57 +0200 Message-ID: <1477049877-22319-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5136032788174703329==" List-Id: --===============5136032788174703329== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Fixes #11207. Signed-off-by: Stefan Schantl --- fuse/fuse.nm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/fuse/fuse.nm b/fuse/fuse.nm index 8db4447..37dbd20 100644 --- a/fuse/fuse.nm +++ b/fuse/fuse.nm @@ -5,7 +5,7 @@ name = fuse version = 2.9.7 -release = 1 +release = 2 groups = System/Filesystems url = http://fuse.sf.net/ @@ -21,10 +21,6 @@ end source_dl = https://github.com/libfuse/libfuse/releases/download/%{thisapp}/ build - requires - libselinux-devel - end - configure_options += \ --disable-static \ --disable-rpath -- 2.7.4 --===============5136032788174703329==--