Accepting request 264778 from filesystems
1 OBS-URL: https://build.opensuse.org/request/show/264778 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse?expand=0&rev=63
This commit is contained in:
commit
dadf5fa650
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 21:08:32 UTC 2014 - bwiedemann@suse.com
|
||||
|
||||
- include commented default fuse.conf (bnc#908292)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 17:53:36 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
18
fuse.conf
Normal file
18
fuse.conf
Normal file
@ -0,0 +1,18 @@
|
||||
# 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
|
||||
|
@ -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 @@ Release: 0
|
||||
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 @@ make %{?_smp_mflags}
|
||||
%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 @@ popd
|
||||
/sbin/mount.fuse
|
||||
#EndUsrMerge
|
||||
%{_sbindir}/mount.fuse
|
||||
%config %{_sysconfdir}/fuse.conf
|
||||
%{_bindir}/ulockmgr_server
|
||||
%{_mandir}/man1/fusermount.1.*
|
||||
%{_mandir}/man1/ulockmgr_server.1.*
|
||||
|
Loading…
Reference in New Issue
Block a user