[libinfinity] fix spec syntax

Till Maas till at fedoraproject.org
Mon Oct 14 19:19:36 UTC 2013


commit 8bb43b48040ebea8b0c948436cba4df3749dfe90
Author: Till Maas <opensource at till.name>
Date:   Mon Oct 14 21:19:21 2013 +0200

    fix spec syntax

 libinfinity.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libinfinity.spec b/libinfinity.spec
index ce72a66..3adf425 100644
--- a/libinfinity.spec
+++ b/libinfinity.spec
@@ -1,7 +1,7 @@
 %global _hardened_build 1
 
 # 2013-10-13: Assume that RHEL 7 will have a supported version of Gnome:
-%if 0%{?rhel} >= 7 || 0{?fedora}
+%if 0%{?rhel} >= 7 || 0%{?fedora}
 %bcond_without gnome
 %else
 %bcond_with gnome


More information about the scm-commits mailing list