]> git.pld-linux.org Git - packages/exim.git/commitdiff
in %pre s/postfix/exim/ in getgid test, and added openssl-devel to BuildReq
authorMaciej Pijanka <agaran@pld-linux.org>
Wed, 27 Dec 2000 00:36:00 +0000 (00:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim.spec -> 1.44

exim.spec

index 42fac1d7f3c9c60b47de4ff4fb2d64ca5509389d..e3684805c4c96a6a4654db2a0ac204a9badde356 100644 (file)
--- a/exim.spec
+++ b/exim.spec
@@ -43,6 +43,7 @@ BuildRequires:        perl
 BuildRequires: pam-devel
 BuildRequires: pcre-devel
 BuildRequires: db3-devel
+BuildRequires: openssl-devel
 Provides:      smtpdaemon
 Prereq:                /usr/sbin/useradd
 Prereq:                /usr/sbin/groupadd
@@ -160,7 +161,7 @@ gzip -9nf README* NOTICE LICENCE analyse-log-errors \
 
 %pre
 if [ -n "`/usr/bin/getgid exim`" ]; then
-       if [ "`getgid postfix`" != "79" ]; then
+       if [ "`getgid exim`" != "79" ]; then
                echo "Warning: group exim haven't gid=79. Corect this before install exim" 1>&2
                exit 1
        fi
This page took 0.315757 seconds and 4 git commands to generate.