[packages/libfuse3] up to 3.2.6

atler atler at pld-linux.org
Fri Aug 31 19:17:08 CEST 2018


commit b2a20c2c1e673d10e6d580272540ad9238f5c834
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Aug 31 19:16:57 2018 +0200

    up to 3.2.6

 libfuse3-build.patch | 30 ++++++++++++++++--------------
 libfuse3.spec        |  4 ++--
 2 files changed, 18 insertions(+), 16 deletions(-)
---
diff --git a/libfuse3.spec b/libfuse3.spec
index ab4611a..0c3ba29 100644
--- a/libfuse3.spec
+++ b/libfuse3.spec
@@ -1,13 +1,13 @@
 Summary:	Filesystem in Userspace
 Summary(pl.UTF-8):	System plików w przestrzeni użytkownika
 Name:		libfuse3
-Version:	3.2.5
+Version:	3.2.6
 Release:	1
 License:	LGPL v2 (library), GPL v2 (tools)
 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:	b0be7abb2624f60d1674cb1a46321661
+# Source0-md5:	4b068c444a4d2e62f61ff205363e2757
 Patch0:		%{name}-build.patch
 URL:		https://github.com/libfuse/libfuse
 BuildRequires:	meson >= 0.38
diff --git a/libfuse3-build.patch b/libfuse3-build.patch
index 1df33e4..2c0ee54 100644
--- a/libfuse3-build.patch
+++ b/libfuse3-build.patch
@@ -1,31 +1,33 @@
---- 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,28 +11,12 @@ bindir="$2"
- udevrulesdir="$3"
- prefix="${MESON_INSTALL_DESTDIR_PREFIX}"
+--- fuse-3.2.6/util/install_helper.sh.orig	2018-08-31 19:12:16.706833727 +0200
++++ fuse-3.2.6/util/install_helper.sh	2018-08-31 19:14:32.389406619 +0200
+@@ -22,30 +22,12 @@
+     DESTDIR="${DESTDIR%/}"
+ fi
  
--chown root:root "${prefix}/${bindir}/fusermount3"
--chmod u+s "${prefix}/${bindir}/fusermount3"
+-chown root:root "${DESTDIR}${bindir}/fusermount3"
+-chmod u+s "${DESTDIR}${bindir}/fusermount3"
 -
+ install -D -m 644 "${MESON_SOURCE_ROOT}/util/fuse.conf" \
+ 	"${DESTDIR}${sysconfdir}/fuse.conf"
+ 
+ 
 -if test ! -e "${DESTDIR}/dev/fuse"; then
 -    mkdir -p "${DESTDIR}/dev"
 -    mknod "${DESTDIR}/dev/fuse" -m 0666 c 10 229
 -fi
 -
  install -D -m 644 "${MESON_SOURCE_ROOT}/util/udev.rules" \
-         "${DESTDIR}/${udevrulesdir}/99-fuse3.rules"
+         "${DESTDIR}${udevrulesdir}/99-fuse3.rules"
  
  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"
- 
+         "${DESTDIR}${sysconfdir}/init.d/fuse3"
+-
+-
 -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
 -    echo "== FURTHER ACTION REQUIRED =="
--    echo "Make sure that your init system will start the ${DESTDIR}/etc/init.d/fuse3 init script"
+-    echo "Make sure that your init system will start the ${sysconfdir}/init.d/fuse3 init script"
 -fi
 -
 -
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list