SPECS: libfuse.spec - world-readable fusermount, test syntax fix
qboosh
qboosh at pld-linux.org
Sun Aug 27 20:34:18 CEST 2006
Author: qboosh Date: Sun Aug 27 18:34:18 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- world-readable fusermount, test syntax fix
---- Files affected:
SPECS:
libfuse.spec (1.65 -> 1.66)
---- Diffs:
================================================================
Index: SPECS/libfuse.spec
diff -u SPECS/libfuse.spec:1.65 SPECS/libfuse.spec:1.66
--- SPECS/libfuse.spec:1.65 Sun Aug 27 19:48:20 2006
+++ SPECS/libfuse.spec Sun Aug 27 20:34:13 2006
@@ -232,8 +232,8 @@
%post -p /sbin/ldconfig
%postun
/sbin/ldconfig
-if [ "$1" == "0" ] ; then
- %groupremove fuse
+if [ "$1" = "0" ] ; then
+ %groupremove fuse
fi
%post -n kernel-misc-fuse
@@ -253,7 +253,7 @@
%defattr(644,root,root,755)
%doc README NEWS ChangeLog AUTHORS doc/*
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fuse.conf
-%attr(4750,root,fuse) %{_bindir}/fusermount
+%attr(4754,root,fuse) %{_bindir}/fusermount
%attr(755,root,root) /sbin/mount.fuse
%attr(755,root,root) %{_libdir}/libfuse.so.*.*.*
@@ -287,6 +287,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.66 2006/08/27 18:34:13 qboosh
+- world-readable fusermount, test syntax fix
+
Revision 1.65 2006/08/27 17:48:20 glen
- R(postun): /sbin/ldconfig
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libfuse.spec?r1=1.65&r2=1.66&f=u
More information about the pld-cvs-commit
mailing list