[mpi4py/el6] remove rhel logic from with_python3 conditional

tomspur tomspur at fedoraproject.org
Sat Aug 4 18:11:04 UTC 2012


commit 963e66465ffefdf589ccc8aceed49c04fd4d0898
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Sat Aug 4 19:57:58 2012 +0200

    remove rhel logic from with_python3 conditional
    
    Signed-off-by: Thomas Spura <thomas.spura at gmail.com>

 mpi4py.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mpi4py.spec b/mpi4py.spec
index 2cbdea8..cb08754 100644
--- a/mpi4py.spec
+++ b/mpi4py.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora} > 12
 %global with_python3 1
 %endif
 


More information about the scm-commits mailing list