[freeradius] make HAVE_EC_CRYPTO flag be dependent on rhel version (>= 7)

John Dennis jdennis at fedoraproject.org
Fri Jul 26 14:28:34 UTC 2013


commit 3a6372f03e28545299df8838789381bdd7c5c1ff
Author: John Dennis <jdennis at redhat.com>
Date:   Fri Jul 26 10:27:18 2013 -0400

    make HAVE_EC_CRYPTO flag be dependent on rhel version (>= 7)

 freeradius.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/freeradius.spec b/freeradius.spec
index 6d10772..746b135 100644
--- a/freeradius.spec
+++ b/freeradius.spec
@@ -7,7 +7,7 @@ Group: System Environment/Daemons
 URL: http://www.freeradius.org/
 
 # Is elliptic curve cryptography supported?
-%if 0%{?rhel}
+%if 0%{?rhel} >= 7
 %global HAVE_EC_CRYPTO 1
 %else
 %global HAVE_EC_CRYPTO 0


More information about the scm-commits mailing list