[krdc] fix conditional

Rex Dieter rdieter at fedoraproject.org
Fri Dec 19 15:40:04 UTC 2014


commit a5f4a8e6e29e7182b169d02e4a33a80c792f68dd
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Fri Dec 19 09:39:54 2014 -0600

    fix conditional

 krdc.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/krdc.spec b/krdc.spec
index eb58630..8f71e87 100644
--- a/krdc.spec
+++ b/krdc.spec
@@ -1,10 +1,10 @@
 
-#if 0%{?fedora} > 20
+%if 0%{?fedora} > 20
 %global freerdp11 1
 %global freerdp_ver 1.1.0
 %else
 %global freerdp_ver 1.0.2
-#endif
+%endif
 
 Name:    krdc
 Summary: Remote desktop client


More information about the scm-commits mailing list