Actually change the nobody mapping
I added this to the changelog, but forgot to commit the change itself. Also fix scriptlet definition.
This commit is contained in:
parent
8dc92a4da2
commit
3e18b458fc
@ -317,8 +317,8 @@ CONFIGURE_OPTS=(
|
||||
-Dinstall-tests=true
|
||||
-Dtty-gid=5
|
||||
-Dusers-gid=100
|
||||
-Dnobody-user=nfsnobody
|
||||
-Dnobody-group=nfsnobody
|
||||
-Dnobody-user=nobody
|
||||
-Dnobody-group=nobody
|
||||
-Db_lto=false
|
||||
)
|
||||
|
||||
@ -555,7 +555,7 @@ if [ $1 -eq 0 ] ; then
|
||||
fi
|
||||
|
||||
%post libs
|
||||
%ldconfig
|
||||
%{?ldconfig}
|
||||
|
||||
if [ -f /etc/nsswitch.conf ] ; then
|
||||
# sed-fu to add myhostanme to hosts line
|
||||
|
Loading…
Reference in New Issue
Block a user