Ver. 2.8.1
This commit is contained in:
parent
347d561b1b
commit
aec3cc6a3e
@ -1 +1 @@
|
||||
fuse-2.8.0.tar.gz
|
||||
fuse-2.8.1.tar.gz
|
||||
|
14
fuse.spec
14
fuse.spec
@ -1,5 +1,5 @@
|
||||
Name: fuse
|
||||
Version: 2.8.0
|
||||
Version: 2.8.1
|
||||
Release: 1%{?dist}
|
||||
Summary: File System in Userspace (FUSE) utilities
|
||||
|
||||
@ -17,11 +17,9 @@ Requires: kernel >= 2.6.14
|
||||
Requires: which
|
||||
BuildRequires: libselinux-devel
|
||||
|
||||
Requires(post): /sbin/chkconfig
|
||||
Requires(post): /sbin/MAKEDEV
|
||||
Requires(preun): /sbin/chkconfig
|
||||
Requires(preun): /sbin/service
|
||||
Requires(postun):/sbin/service
|
||||
Requires(post): MAKEDEV
|
||||
Requires(preun): chkconfig
|
||||
Requires(preun): initscripts
|
||||
|
||||
%description
|
||||
With FUSE it is possible to implement a fully functional filesystem in a
|
||||
@ -61,7 +59,6 @@ sed -i 's|mknod|echo Disabled: mknod |g' util/Makefile.in
|
||||
%build
|
||||
# Can't pass --disable-static here, or else the utils don't build
|
||||
%configure \
|
||||
--disable-kernel-module \
|
||||
--libdir=/%{_lib} \
|
||||
--bindir=/bin \
|
||||
--exec-prefix=/
|
||||
@ -137,6 +134,9 @@ fi
|
||||
%{_includedir}/fuse
|
||||
|
||||
%changelog
|
||||
* Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> 2.8.1-1
|
||||
- Ver. 2.8.1
|
||||
|
||||
* Wed Aug 19 2009 Peter Lemenkov <lemenkov@gmail.com> 2.8.0-1
|
||||
- Ver. 2.8.0
|
||||
|
||||
|
@ -2,3 +2,4 @@ fuse-2_7_3-3_fc9:HEAD:fuse-2.7.3-3.fc9.src.rpm:1215842579
|
||||
fuse-2_7_4-1_fc9:HEAD:fuse-2.7.4-1.fc9.src.rpm:1222597934
|
||||
fuse-2_7_4-2_fc10:HEAD:fuse-2.7.4-2.fc10.src.rpm:1233157758
|
||||
fuse-2_8_0-1_fc11:HEAD:fuse-2.8.0-1.fc11.src.rpm:1253089638
|
||||
fuse-2_8_1-1_fc11:HEAD:fuse-2.8.1-1.fc11.src.rpm:1254129320
|
||||
|
Loading…
Reference in New Issue
Block a user