rpms/rpcbind/devel rpcbind.spec,1.35,1.36

Steve Dickson steved at fedoraproject.org
Wed Oct 1 19:13:40 UTC 2008


Author: steved

Update of /cvs/pkgs/rpms/rpcbind/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2537

Modified Files:
	rpcbind.spec 
Log Message:
Fixed scriptlet failure (bz 462533)



Index: rpcbind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpcbind/devel/rpcbind.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- rpcbind.spec	30 Sep 2008 18:24:16 -0000	1.35
+++ rpcbind.spec	1 Oct 2008 19:13:09 -0000	1.36
@@ -87,8 +87,8 @@
 /usr/sbin/groupdel rpc 2> /dev/null || : 
 
 # Now re-add the rpc uid/gid
-/usr/sbin/groupadd -g 32 rpc > /dev/null 2>&1
-/usr/sbin/useradd -l -c "Rpcbind Daemon" -d /var/lib/rpcbind -g 32 \
+/usr/sbin/groupadd -o -g 32 rpc > /dev/null 2>&1
+/usr/sbin/useradd -o -l -c "Rpcbind Daemon" -d /var/lib/rpcbind -g 32 \
     -M -s /sbin/nologin -u 32 rpc > /dev/null 2>&1
 
 %post 
@@ -121,6 +121,7 @@
 * Tue Sep 30 2008 Steve Dickson <steved at redhat.com>  0.1.6-3
 - Fixed a typo in the rpcbind.init script that stop warm starts
   from happening with conrestarts
+- Fixed scriptlet failure (bz 462533)
 
 * Tue Sep 16 2008 Steve Dickson <steved at redhat.com> 0.1.6-2
 - Added usptream patches 01 thru 03 that do:




More information about the scm-commits mailing list