[cyrus-sasl] use fixed gid 76 for saslauth

plautrba plautrba at fedoraproject.org
Wed Jun 20 10:54:28 UTC 2012


commit 3421ff77a880d6f3549b6dc62930c5a1652a6bbf
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Wed Jun 20 12:50:29 2012 +0200

    use fixed gid 76 for saslauth

 cyrus-sasl.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list