From: Jakub Bogusz Date: Sun, 27 Aug 2006 18:34:13 +0000 (+0000) Subject: - world-readable fusermount, test syntax fix X-Git-Tag: auto/ac/libfuse-2_6_0-2~9 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=9303421029326e7a814558aab983d3d93c521b7e;p=packages%2Flibfuse.git - world-readable fusermount, test syntax fix Changed files: libfuse.spec -> 1.66 --- diff --git a/libfuse.spec b/libfuse.spec index e676359..7695825 100644 --- a/libfuse.spec +++ b/libfuse.spec @@ -231,8 +231,8 @@ rm -rf $RPM_BUILD_ROOT %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 @@ -252,7 +252,7 @@ fi %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.*.*.*