[perl-Tk-Pod] Disable X11 tests in F18. They blocks in Koji.

Petr Pisar ppisar at fedoraproject.org
Thu Mar 15 09:48:19 UTC 2012


commit 88324beb0aed09c4e97864ca20db66fc494d2e9c
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Mar 15 10:47:47 2012 +0100

    Disable X11 tests in F18. They blocks in Koji.

 perl-Tk-Pod.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl-Tk-Pod.spec b/perl-Tk-Pod.spec
index 22b9616..5b17cba 100644
--- a/perl-Tk-Pod.spec
+++ b/perl-Tk-Pod.spec
@@ -1,5 +1,5 @@
-%if %fedora == 17
-# F17 has broken X11, re-enable once fixed.
+%if %fedora >= 17
+# F17 and newer has broken X11, re-enable once fixed.
 %global use_x11_tests 0
 %else
 %global use_x11_tests 1


More information about the scm-commits mailing list