forked from pool/fuse3
-
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=2
This commit is contained in:
parent
8ef1bc68ea
commit
8f57604a9a
@ -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
|
||||
|
@ -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 .
|
Loading…
Reference in New Issue
Block a user