From 9c928fe078c7f3c745dded6358dd1f21735231bf Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 3 Aug 2012 12:31:33 -0400 Subject: [PATCH] remove rhel logic from with_python3 conditional --- scipy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scipy.spec b/scipy.spec index a9fd90d..69f151d 100644 --- a/scipy.spec +++ b/scipy.spec @@ -1,4 +1,4 @@ -%if (0%{?fedora} > 15 || 0%{?rhel} > 5) +%if (0%{?fedora} > 15 %global with_python3 1 %{?filter_setup: %filter_provides_in %{python_sitearch}.*\.so$ @@ -16,7 +16,7 @@ Summary: Scipy: Scientific Tools for Python Name: scipy Version: 0.10.1 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Libraries License: BSD and LGPLv2+ @@ -144,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT %endif # with_python3 %changelog +* Fri Aug 3 2012 David Malcolm - 0.10.1-3 +- remove rhel logic from with_python3 conditional + * Sat Jul 21 2012 Fedora Release Engineering - 0.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild