[bitlbee/f14/master: 34/36] Bad %%if condition.

Matej Cepl mcepl at fedoraproject.org
Mon Nov 22 19:19:22 UTC 2010


commit d2cfc1511418350c6c9791bfb36e8c10f98f9ae7
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Mon Nov 22 20:10:33 2010 +0100

    Bad %%if condition.

 bitlbee.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bitlbee.spec b/bitlbee.spec
index 1a2b984..3575ea7 100644
--- a/bitlbee.spec
+++ b/bitlbee.spec
@@ -61,7 +61,7 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure \
         --plugindir=%{_libdir}/%{name} \
         --strip=0 \
         --plugins=1 \
-%if 0%{?fedora}%{?rhel}
+%if 0%{?fedora}%{?rhel} < 6
         --ssl=gnutls
 %else
         --ssl=openssl


More information about the scm-commits mailing list