From 8f57604a9a3470b369a65e78cca50238c58bdd56bca73ba5649404ba64a42886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 9 Oct 2018 13:09:44 +0000 Subject: [PATCH] - OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=2 --- fuse3.spec | 9 ++------- fusermount-compile-as-pie.patch | 13 ------------- 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 fusermount-compile-as-pie.patch diff --git a/fuse3.spec b/fuse3.spec index 7943260..98677c2 100644 --- a/fuse3.spec +++ b/fuse3.spec @@ -1,5 +1,5 @@ # -# spec file for package fuse +# spec file for package fuse3 # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -37,17 +37,12 @@ BuildRequires: pkgconfig(udev) Requires: util-linux >= 2.18 Requires(pre): permissions Supplements: filesystem(fuse) -%if 0%{?suse_version} > 1320 Requires(pre): group(trusted) -%endif %description With FUSE, a user space program can export a file system through the kernel-default (Linux kernel). -This package contains the mount binaries for fuse (might not be needed -by some FUSE filesystems like ntfs-3g) and the documentation for FUSE. - After installing fuse-devel, administrators can compile and install other user space file systems which can be found at https://github.com/libfuse/libfuse/wiki/ @@ -115,7 +110,7 @@ done popd #EndUsrMerge -%fdupes -s %{buildroot}%{_docdir} +%fdupes -s doc %post %set_permissions %{_bindir}/fusermount3 diff --git a/fusermount-compile-as-pie.patch b/fusermount-compile-as-pie.patch deleted file mode 100644 index 1e60903..0000000 --- a/fusermount-compile-as-pie.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: fuse-2.9.0/util/Makefile.am -=================================================================== ---- fuse-2.9.0.orig/util/Makefile.am 2012-07-02 09:27:27.057828998 +0200 -+++ fuse-2.9.0/util/Makefile.am 2012-07-02 09:28:25.920068349 +0200 -@@ -10,6 +10,8 @@ noinst_PROGRAMS = mount.fuse - # copying it over. - fusermount_SOURCES = fusermount.c mount_util.c - fusermount_CPPFLAGS = -I$(top_srcdir)/lib -+fusermount_CFLAGS = -fPIE $(AM_CFLAGS) -+fusermount_LDFLAGS = -pie $(AM_LDFLAGS) - BUILT_SOURCES = mount_util.c - mount_util.c: $(top_srcdir)/lib/mount_util.c - @cp $(top_srcdir)/lib/mount_util.c .