From 3f86c4804c78020d438ce0402f07a18edf16e8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 29 Jan 2017 17:20:27 +0300 Subject: [PATCH 1/2] fuse update --- system/base/fuse/actions.py | 6 ++++-- system/base/fuse/pspec.xml | 11 +++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/system/base/fuse/actions.py b/system/base/fuse/actions.py index 048cee20..6f5f928c 100644 --- a/system/base/fuse/actions.py +++ b/system/base/fuse/actions.py @@ -6,13 +6,15 @@ from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools def setup(): - autotools.autoreconf("-vif") - + shelltools.system("sh makeconf.sh") + # Disable device node creation during build/install pisitools.dosed("util/Makefile.in", "mknod", "echo Disabled: mknod ") + autotools.configure("--disable-static \ --disable-rpath \ --enable-lib \ diff --git a/system/base/fuse/pspec.xml b/system/base/fuse/pspec.xml index 37bd2fe7..14df347f 100644 --- a/system/base/fuse/pspec.xml +++ b/system/base/fuse/pspec.xml @@ -12,9 +12,9 @@ library An interface for filesystems implemented in userspace fuse is a backend allowing regular users to (un)mount filesystems for their own use. - https://github.com/libfuse/libfuse/releases/download/fuse_2_9_5/fuse-2.9.5.tar.gz + https://github.com/libfuse/libfuse/archive/fuse-2.9.7.tar.gz - gettext-devel + gettext skip_umount_test.patch @@ -50,6 +50,13 @@ + + 2017-01-29 + 2.9.7 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2016-04-27 2.9.5 From ab42ed5541fa5b1c43dc8d24fc5d251123e67714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 29 Jan 2017 17:21:50 +0300 Subject: [PATCH 2/2] gettext-devel needed... --- system/base/fuse/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/base/fuse/pspec.xml b/system/base/fuse/pspec.xml index 14df347f..310f74f3 100644 --- a/system/base/fuse/pspec.xml +++ b/system/base/fuse/pspec.xml @@ -14,7 +14,7 @@ fuse is a backend allowing regular users to (un)mount filesystems for their own use. https://github.com/libfuse/libfuse/archive/fuse-2.9.7.tar.gz - gettext + gettext-devel skip_umount_test.patch