[python-behave] Allow documentation and running testsuite in Fedora 18 as well.

Matej Cepl mcepl at fedoraproject.org
Thu Oct 24 15:16:51 UTC 2013


commit e28ce1e2185b54e258bba687b86e7ef996ab0768
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Thu Oct 24 17:16:37 2013 +0200

    Allow documentation and running testsuite in Fedora 18 as well.

 python-behave.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-behave.spec b/python-behave.spec
index 7ceaf77..6ddcc77 100644
--- a/python-behave.spec
+++ b/python-behave.spec
@@ -1,4 +1,4 @@
-%if 0%{?rhel} == 6 || 0%{?fedora} >= 19
+%if 0%{?rhel} == 6 || 0%{?fedora} >= 18
 %bcond_without documentation
 %bcond_without testsuite
 %else


More information about the scm-commits mailing list