[seed/f17] Fix conditional for other derived distributions.

Bill Nottingham notting at fedoraproject.org
Fri Mar 2 16:22:00 UTC 2012


commit 9c66540030d83f5f0de95d27ca7fe8e55d94f37b
Author: Bill Nottingham <notting at redhat.com>
Date:   Fri Mar 2 11:21:13 2012 -0500

    Fix conditional for other derived distributions.

 seed.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/seed.spec b/seed.spec
index 2799196..da7da5a 100644
--- a/seed.spec
+++ b/seed.spec
@@ -73,7 +73,7 @@ sed -i.cflags -e \
 
 %build
 %configure \
-%if 0%{?fedora} > 14
+%if 0%{?fedora} > 14 || 0%{?rhel} > 6
   --with-webkit=3.0
 %else
   --with-webkit=1.0


More information about the scm-commits mailing list