[openconnect] RHEL7 should build with GnuTLS

David Woodhouse dwmw2 at fedoraproject.org
Tue Jul 3 13:08:43 UTC 2012


commit 34daa0e6ddc28b1d1e76c6aee3efef10a9937838
Author: David Woodhouse <David.Woodhouse at intel.com>
Date:   Tue Jul 3 14:08:36 2012 +0100

    RHEL7 should build with GnuTLS

 openconnect.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openconnect.spec b/openconnect.spec
index 6e41977..f3aaedf 100644
--- a/openconnect.spec
+++ b/openconnect.spec
@@ -3,7 +3,7 @@
 %define build_compat_lib 0%{?fedora} && 0%{?fedora} < 18
 
 # RHEL6 still has GnuTLS which is even more ancient than Fedora's!
-%define use_gnutls 0%{?fedora}
+%define use_gnutls 0%{?fedora} || 0%{?rhel} >= 7
 
 # RHEL5 has no libproxy, and no %make_install macro
 %if 0%{?rhel} && 0%{?rhel} <= 5


More information about the scm-commits mailing list