use fixed gid 76 for saslauth

This commit is contained in:
Petr Lautrbach 2012-06-20 12:50:29 +02:00
parent cf05d06586
commit 3421ff77a8

View File

@ -341,7 +341,7 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/cat8/saslauthd.8
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
%pre
getent group %{username} >/dev/null || groupadd -r %{username}
getent group %{username} >/dev/null || groupadd -g 76 -r %{username}
getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} -s /sbin/nologin -c \"%{hint}\" %{username}
%post