Hello community,

here is the log from the commit of package fuse for openSUSE:Factory checked in 
at 2014-12-16 14:50:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fuse (Old)
 and      /work/SRC/openSUSE:Factory/.fuse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fuse"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fuse/fuse.changes        2013-07-25 
13:20:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fuse.new/fuse.changes   2014-12-16 
14:50:50.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Dec 10 21:08:32 UTC 2014 - [email protected]
+
+- include commented default fuse.conf (bnc#908292)
+
+-------------------------------------------------------------------

New:
----
  fuse.conf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fuse.spec ++++++
--- /var/tmp/diff_new_pack.iKv3E5/_old  2014-12-16 14:50:55.000000000 +0100
+++ /var/tmp/diff_new_pack.iKv3E5/_new  2014-12-16 14:50:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fuse
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Source:         
http://downloads.sourceforge.net/project/fuse/fuse-2.X/%{version}/%{name}-%{version}.tar.gz
 Source2:        fuse.rpmlintrc
 Source3:        baselibs.conf
+Source4:        fuse.conf
 Patch:          fuse-install-fix.diff
 Patch3:         fusermount-compile-as-pie.patch
 Patch4:         aarch64-build-fix.patch
@@ -155,6 +156,7 @@
 %install
 %makeinstall
 rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/init.d
+install -m644 -D %{S:4} $RPM_BUILD_ROOT/%{_sysconfdir}/fuse.conf
 # Needed for OpenSUSE buildservice
 %if %suse_version <= 1020
 install -m644 -D util/udev.rules 
$RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d/99-fuse.rules
@@ -207,6 +209,7 @@
 /sbin/mount.fuse
 #EndUsrMerge
 %{_sbindir}/mount.fuse
+%config %{_sysconfdir}/fuse.conf
 %{_bindir}/ulockmgr_server
 %{_mandir}/man1/fusermount.1.*
 %{_mandir}/man1/ulockmgr_server.1.*

++++++ fuse.conf ++++++
# The file /etc/fuse.conf allows for the following parameters:
#
# user_allow_other - Using the allow_other mount option works fine as root, in
# order to have it work as user you need user_allow_other in /etc/fuse.conf as 
# well. (This option allows users to use the allow_other option.) You need 
# allow_other if you want users other than the owner to access a mounted fuse. 
# This option must appear on a line by itself. There is no value, just the 
# presence of the option.

#user_allow_other


# mount_max = n - this option sets the maximum number of mounts.
# Currently (2014) it must be typed exactly as shown
# (with a single space before and after the equals sign).

#mount_max = 1000

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to