SPECS: libfuse.spec - groupadd exits successfully if group exists

qboosh qboosh at pld-linux.org
Fri Apr 18 18:21:15 CEST 2008


Author: qboosh                       Date: Fri Apr 18 16:21:15 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- groupadd exits successfully if group exists

---- Files affected:
SPECS:
   libfuse.spec (1.102 -> 1.103) 

---- Diffs:

================================================================
Index: SPECS/libfuse.spec
diff -u SPECS/libfuse.spec:1.102 SPECS/libfuse.spec:1.103
--- SPECS/libfuse.spec:1.102	Fri Apr 18 18:19:33 2008
+++ SPECS/libfuse.spec	Fri Apr 18 18:21:10 2008
@@ -177,7 +177,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-%groupadd -g 84 fuse || :
+%groupadd -g 84 fuse
 
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
@@ -230,6 +230,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.103  2008-04-18 16:21:10  qboosh
+- groupadd exits successfully if group exists
+
 Revision 1.102  2008-04-18 16:19:33  qboosh
 - simple postun
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libfuse.spec?r1=1.102&r2=1.103&f=u



More information about the pld-cvs-commit mailing list