[libinfinity] fix gnome conditional dependency

Till Maas till at fedoraproject.org
Mon Oct 14 16:29:12 UTC 2013


commit 833366a84ab7b65eb02cf3138eabed0baa61c7ee
Author: Till Maas <opensource at till.name>
Date:   Mon Oct 14 18:27:19 2013 +0200

    fix gnome conditional dependency
    
    Build with gnome support for Fedora

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


More information about the scm-commits mailing list