Ver. 2.5.2
This commit is contained in:
parent
511cd65e2a
commit
3e906ee5f7
@ -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}
|
|
||||||
|
|
||||||
|
|
14
fuse.spec
14
fuse.spec
@ -1,17 +1,17 @@
|
|||||||
Name: fuse
|
Name: fuse
|
||||||
Version: 2.4.2
|
Version: 2.5.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: File System in Userspace (FUSE) utilities
|
Summary: File System in Userspace (FUSE) utilities
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://fuse.sf.net
|
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
|
Source1: fuse-udev.nodes
|
||||||
Source2: fuse-makedev.d-fuse
|
Source2: fuse-makedev.d-fuse
|
||||||
Source3: fuse-README.fedora
|
Source3: fuse-README.fedora
|
||||||
|
|
||||||
Patch0: fuse-mount.fuse.patch
|
#Patch0: fuse-mount.fuse.patch
|
||||||
Patch1: fuse-udev_rules.patch
|
Patch1: fuse-udev_rules.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: kernel >= 2.6.14
|
Requires: kernel >= 2.6.14
|
||||||
@ -55,7 +55,7 @@ pgk-config) to develop FUSE based applications/filesystems.
|
|||||||
%setup -q
|
%setup -q
|
||||||
#disable device creation during build/install
|
#disable device creation during build/install
|
||||||
sed -i 's|mknod|echo Disabled: mknod |g' util/Makefile.in
|
sed -i 's|mknod|echo Disabled: mknod |g' util/Makefile.in
|
||||||
%patch0 -b .patch0
|
#%patch0 -b .patch0
|
||||||
%patch1 -b .patch1
|
%patch1 -b .patch1
|
||||||
cp %{SOURCE3} README.fedora
|
cp %{SOURCE3} README.fedora
|
||||||
|
|
||||||
@ -117,6 +117,10 @@ fi
|
|||||||
%{_includedir}/fuse
|
%{_includedir}/fuse
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 23 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.4.2-1
|
||||||
- Use dist
|
- Use dist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user