Ver. 2.5.2

This commit is contained in:
Peter Lemenkov 2006-02-07 20:52:31 +00:00
parent 511cd65e2a
commit 3e906ee5f7
2 changed files with 9 additions and 28 deletions

View File

@ -1,23 +0,0 @@
diff -u util.org/mount.fuse util/mount.fuse
--- util.org/mount.fuse 2005-11-02 20:52:12.000000000 +0100
+++ util/mount.fuse 2005-11-02 20:59:51.000000000 +0100
@@ -5,6 +5,7 @@
# Thanks to Miklos Szeredi <miklos@szeredi.hu>
# to kick me to the right way
#
+export PATH
VERSION="0.0.1"
PRGNAME=`basename $0`
@@ -40,9 +41,9 @@
shift
shift
-OPTIONS="$@"
+# If there is a better regex that can remove all user from a sting like "-o user,rw,noexec,user,nosuid,nodev,user" tell me, thx
+OPTIONS="`echo $@ | sed 's|,user$|| ; s| user,| | ; s|,user,|,|'`"
-export PATH
${FSTYPE} ${MOUNTPATH} ${MOUNTPOINT} ${OPTIONS}

View File

@ -1,17 +1,17 @@
Name: fuse
Version: 2.4.2
Release: 2%{?dist}
Version: 2.5.2
Release: 1%{?dist}
Summary: File System in Userspace (FUSE) utilities
Group: System Environment/Base
License: GPL
URL: http://fuse.sf.net
Source0: http://dl.sourceforge.net/sourceforge/fuse/fuse-2.4.2.tar.gz
Source0: http://dl.sourceforge.net/sourceforge/fuse/%{name}-%{version}.tar.gz
Source1: fuse-udev.nodes
Source2: fuse-makedev.d-fuse
Source3: fuse-README.fedora
Patch0: fuse-mount.fuse.patch
#Patch0: fuse-mount.fuse.patch
Patch1: fuse-udev_rules.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: kernel >= 2.6.14
@ -55,7 +55,7 @@ pgk-config) to develop FUSE based applications/filesystems.
%setup -q
#disable device creation during build/install
sed -i 's|mknod|echo Disabled: mknod |g' util/Makefile.in
%patch0 -b .patch0
#%patch0 -b .patch0
%patch1 -b .patch1
cp %{SOURCE3} README.fedora
@ -117,6 +117,10 @@ fi
%{_includedir}/fuse
%changelog
* Tue Feb 07 2006 Peter Lemenkov <lemenkov@newmail.ru> - 2.5.2-1
- Update to 2.5.2
- Dropped fuse-mount.fuse.patch
* Wed Nov 23 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.4.2-1
- Use dist