Fixed scriptlet failure (bz 462533)
This commit is contained in:
parent
d9a0d640d0
commit
eb199b6520
@ -87,8 +87,8 @@ rm -rf %{buildroot}
|
|||||||
/usr/sbin/groupdel rpc 2> /dev/null || :
|
/usr/sbin/groupdel rpc 2> /dev/null || :
|
||||||
|
|
||||||
# Now re-add the rpc uid/gid
|
# Now re-add the rpc uid/gid
|
||||||
/usr/sbin/groupadd -g 32 rpc > /dev/null 2>&1
|
/usr/sbin/groupadd -o -g 32 rpc > /dev/null 2>&1
|
||||||
/usr/sbin/useradd -l -c "Rpcbind Daemon" -d /var/lib/rpcbind -g 32 \
|
/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
|
-M -s /sbin/nologin -u 32 rpc > /dev/null 2>&1
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -121,6 +121,7 @@ fi
|
|||||||
* Tue Sep 30 2008 Steve Dickson <steved@redhat.com> 0.1.6-3
|
* Tue Sep 30 2008 Steve Dickson <steved@redhat.com> 0.1.6-3
|
||||||
- Fixed a typo in the rpcbind.init script that stop warm starts
|
- Fixed a typo in the rpcbind.init script that stop warm starts
|
||||||
from happening with conrestarts
|
from happening with conrestarts
|
||||||
|
- Fixed scriptlet failure (bz 462533)
|
||||||
|
|
||||||
* Tue Sep 16 2008 Steve Dickson <steved@redhat.com> 0.1.6-2
|
* Tue Sep 16 2008 Steve Dickson <steved@redhat.com> 0.1.6-2
|
||||||
- Added usptream patches 01 thru 03 that do:
|
- Added usptream patches 01 thru 03 that do:
|
||||||
|
Loading…
Reference in New Issue
Block a user