]> git.pld-linux.org Git - packages/libfuse.git/commitdiff
- rel 3; don't remove fuse group
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 18 Apr 2008 06:43:52 +0000 (06:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libfuse.spec -> 1.99

libfuse.spec

index 320d4120ab06a600a520fb371053317131e26f93..4ad76ca981daa0e5e549f9a277269e8bf10dde58 100644 (file)
@@ -22,7 +22,7 @@
 %endif
 
 %define                pname   libfuse
-%define                _rel    2
+%define                _rel    3
 Summary:       Filesystem in Userspace
 Summary(pl.UTF-8):     System plików w przestrzeni użytkownika
 Name:          %{pname}%{_alt_kernel}
@@ -178,14 +178,11 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-%groupadd -g 84 fuse
+%groupadd -g 84 fuse || :
 
 %post  -p /sbin/ldconfig
 %postun
 /sbin/ldconfig
-if [ "$1" = "0" ] ; then
-       %groupremove fuse
-fi
 
 %post -n kernel%{_alt_kernel}-misc-fuse
 %depmod %{_kernel_ver}
This page took 0.103268 seconds and 4 git commands to generate.