[deltarpm] remove rhel logic from with_python3 conditional

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 3 16:13:55 UTC 2012


commit db1b5abbd1dc8e6e76233dd2eb352db3aa102b52
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 3 12:13:00 2012 -0400

    remove rhel logic from with_python3 conditional

 deltarpm.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/deltarpm.spec b/deltarpm.spec
index 2c10dfc..684fa71 100644
--- a/deltarpm.spec
+++ b/deltarpm.spec
@@ -1,13 +1,13 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-%if 0%{?fedora} > 12 || 0%{?rhel} > 5
+%if 0%{?fedora} > 12
 %global with_python3 1
 %endif
 
 Summary: Create deltas between rpms
 Name: deltarpm
 Version: 3.6
-Release: 0.9.20110223git%{?dist}
+Release: 0.10.20110223git%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://gitorious.org/deltarpm/deltarpm
@@ -138,6 +138,9 @@ rm -rf %{buildroot}%{_libdir}/python3*
 %endif
 
 %changelog
+* Fri Aug  3 2012 David Malcolm <dmalcolm at redhat.com> - 3.6-0.10.20110223git
+- remove rhel logic from with_python3 conditional
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.6-0.9.20110223git
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list