[packages/libfuse3] up to 3.2.2

atler atler at pld-linux.org
Wed Apr 4 23:29:53 CEST 2018


commit f6aab391f76c08c2de795ab5badf80fc78253e22
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Apr 4 23:28:09 2018 +0200

    up to 3.2.2
    
    - fuse.conf now installed by fuse itself (similar content but
      better documented)

 fuse.conf            | 9 ---------
 libfuse3-build.patch | 5 ++++-
 libfuse3.spec        | 7 ++-----
 3 files changed, 6 insertions(+), 15 deletions(-)
---
diff --git a/libfuse3.spec b/libfuse3.spec
index 747de8b..5b1cc23 100644
--- a/libfuse3.spec
+++ b/libfuse3.spec
@@ -1,14 +1,13 @@
 Summary:	Filesystem in Userspace
 Summary(pl.UTF-8):	System plików w przestrzeni użytkownika
 Name:		libfuse3
-Version:	3.2.1
+Version:	3.2.2
 Release:	1
 License:	GPL v2
 Group:		Applications/System
 #Source0Download: https://github.com/libfuse/libfuse/releases
 Source0:	https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.xz
-# Source0-md5:	5dc79e3b7e0afbd6f8c5c335405227d1
-Source1:	fuse.conf
+# Source0-md5:	4ca3306c042f1c841991e50a93b22a61
 Patch0:		%{name}-build.patch
 URL:		https://github.com/libfuse/libfuse
 BuildRequires:	meson
@@ -78,8 +77,6 @@ mv -f $RPM_BUILD_ROOT%{_libdir}/libfuse3.so.* $RPM_BUILD_ROOT/%{_lib}
 ln -sf /%{_lib}/$(cd $RPM_BUILD_ROOT/%{_lib}; echo libfuse3.so.*.*) \
 	$RPM_BUILD_ROOT%{_libdir}/libfuse3.so
 
-cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
-
 mv $RPM_BUILD_ROOT{%{_sbindir},/sbin}/mount.fuse3
 mv $RPM_BUILD_ROOT%{_mandir}/man8/mount.fuse{,3}.8.gz
 
diff --git a/fuse.conf b/fuse.conf
deleted file mode 100644
index bdcb935..0000000
--- a/fuse.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-# Set the maximum number of FUSE mounts allowed to non-root users.
-# The default is 1000.
-#
-# mount_max = 
-
-
-# Allow non-root users to specify the 'allow_other' or 'allow_root'
-# mount options.
-# user_allow_other
diff --git a/libfuse3-build.patch b/libfuse3-build.patch
index 0cea4ae..1df33e4 100644
--- a/libfuse3-build.patch
+++ b/libfuse3-build.patch
@@ -1,6 +1,6 @@
 --- fuse-3.2.0/util/install_helper.sh.org	2017-10-31 08:57:43.252484720 +0100
 +++ fuse-3.2.0/util/install_helper.sh	2017-10-31 08:58:09.556525269 +0100
-@@ -11,25 +11,9 @@ bindir="$2"
+@@ -11,28 +11,12 @@ bindir="$2"
  udevrulesdir="$3"
  prefix="${MESON_INSTALL_DESTDIR_PREFIX}"
  
@@ -18,6 +18,9 @@
  install -D -m 755 "${MESON_SOURCE_ROOT}/util/init_script" \
          "${DESTDIR}/etc/init.d/fuse3"
  
+ install -D -m 644 "${MESON_SOURCE_ROOT}/util/fuse.conf" \
+ 	"${DESTDIR}/etc/fuse.conf"
+ 
 -if test -x /usr/sbin/update-rc.d && test -z "${DESTDIR}"; then
 -    /usr/sbin/update-rc.d fuse3 start 34 S . start 41 0 6 . || /bin/true
 -else
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libfuse3.git/commitdiff/f6aab391f76c08c2de795ab5badf80fc78253e22



More information about the pld-cvs-commit mailing list