From 3421ff77a880d6f3549b6dc62930c5a1652a6bbf Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Jun 20 2012 10:50:29 +0000 Subject: use fixed gid 76 for saslauth --- diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 4ffa1a0..1a8b20c 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -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