[dbmail] fix broken macro

Bernard Johnson bjohnson at fedoraproject.org
Sat Jan 15 23:52:47 UTC 2011


commit e71d47e279d541c4df6647fb85e8f0130af5f090
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Sat Jan 15 16:52:31 2011 -0700

    fix broken macro

 dbmail.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/dbmail.spec b/dbmail.spec
index 39c1b17..298ced8 100644
--- a/dbmail.spec
+++ b/dbmail.spec
@@ -83,7 +83,7 @@ sed -i -e 's,\(^db\W*=\)\(.*$\),\1 %{_localstatedir}/lib/dbmail/dbmail.db,'   \
        -e 's/\(^EFFECTIVE_USER\W*=\)\(.*$\)/\1 dbmail/'                       \
        -e 's/\(^EFFECTIVE_GROUP\W*=\)\(.*$\)/\1 dbmail/' dbmail.conf
 
-%if 0%fedora && 0%fedora > 13
+%if 0%{?fedora} && 0%{?fedora} > 13
 sed -i 's/gmime-2.4/gmime-2.6/g' configure
 %endif
 


More information about the scm-commits mailing list