OBS User unknown 2007-05-03 22:28:46 +00:00 committed by Git OBS Bridge
parent 24f786add4
commit a1af50803d
5 changed files with 25 additions and 18 deletions

View File

@ -34,7 +34,7 @@ case "$1" in
if grep -qw fusectl /proc/filesystems && \
! grep -qw $MOUNTPOINT /proc/mounts; then
echo -n "Mounting fuse control filesystem"
mount -t fusectl none $MOUNTPOINT >/dev/null 2>&1
mount -t fusectl fusectl $MOUNTPOINT >/dev/null 2>&1
else
echo -n "Fuse control filesystem already available"
fi
@ -54,13 +54,6 @@ case "$1" in
echo -n "Fuse control filesystem not mounted"
fi
rc_status -v
if grep -qw "^fuse" /proc/modules; then
echo -n "Unloading fuse module"
rmmod fuse >/dev/null 2>&1
else
echo -n "Fuse module not loaded"
fi
rc_status -v
;;
reload)
echo -n "Reloading fuse filesystem"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2b18185eaf96ae085470809b6663f27a9b98774ff21df4af5ba28c2d830259e
size 369325

3
fuse-2.6.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35a9a27d6eb12b3034f1e72947a7f03d08b4bbfead666ae585eae9413c03e3f0
size 369686

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 2 14:02:28 CEST 2007 - mszeredi@suse.de
- updated to version 2.6.5
* mount.fuse script fixes
* fix exiting on umount for filesystems which block SIGHUP
- udev rule for fuse device is now in udev package
- don't remove fuse module in the init-script
- use 'fusectl' as the filesystem source
-------------------------------------------------------------------
Fri Feb 9 01:08:24 CET 2007 - ro@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package fuse (Version 2.6.3)
# spec file for package fuse (Version 2.6.5)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,8 +12,8 @@
Name: fuse
Summary: Userspace File System
Version: 2.6.3
Release: 3
Version: 2.6.5
Release: 1
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Filesystems
Source: %{name}-%{version}.tar.bz2
@ -96,9 +96,6 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS COPYING* ChangeLog FAQ NEWS README*
%{_libdir}/lib*.so.*
%verify(not mode) %attr(4750,root,trusted) %{_bindir}/fusermount
%dir %{_sysconfdir}/udev
%dir %{_sysconfdir}/udev/rules.d
%{_sysconfdir}/udev/rules.d/99-fuse.rules
/sbin/mount.fuse
%{_bindir}/ulockmgr_server
@ -111,7 +108,14 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/ulockmgr.h
%{_libdir}/pkgconfig/*.pc
%changelog -n fuse
%changelog
* Wed May 02 2007 - mszeredi@suse.de
- updated to version 2.6.5
* mount.fuse script fixes
* fix exiting on umount for filesystems which block SIGHUP
- udev rule for fuse device is now in udev package
- don't remove fuse module in the init-script
- use 'fusectl' as the filesystem source
* Fri Feb 09 2007 - ro@suse.de
- change fillup_and_insserv to insserv_force_if_yast in post-script
(there is no sysconfig file involved here)