diff --git a/rpcbind.spec b/rpcbind.spec index 116752d..42d53d3 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -87,8 +87,8 @@ rm -rf %{buildroot} /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 @@ fi * Tue Sep 30 2008 Steve Dickson 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 0.1.6-2 - Added usptream patches 01 thru 03 that do: