[python] 2.7.3-13: remove f18 conditional from patch 159

dmalcolm dmalcolm at fedoraproject.org
Thu Aug 9 14:58:07 UTC 2012


commit 94afdf81759eb25d7734a234d5da3c241e5986f9
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Thu Aug 9 10:57:09 2012 -0400

    2.7.3-13: remove f18 conditional from patch 159

 python.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/python.spec b/python.spec
index c2b5791..8faf050 100644
--- a/python.spec
+++ b/python.spec
@@ -108,7 +108,7 @@ Summary: An interpreted, interactive, object-oriented programming language
 Name: %{python}
 # Remember to also rebase python-docs when changing this:
 Version: 2.7.3
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: Python
 Group: Development/Languages
 Requires: %{python}-libs%{?_isa} = %{version}-%{release}
@@ -1046,9 +1046,7 @@ done
 %patch156 -p1
 %patch157 -p1 -b .uid-gid-overflows
 %patch158 -p1
-%if 0%{?fedora} >= 18
 %patch159 -p1 -F 3
-%endif
 # 00160: not for python 2
 # 00161: not for python 2 yet
 # 00162: not for python 2 yet
@@ -1882,6 +1880,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Thu Aug  9 2012 David Malcolm <dmalcolm at redhat.com> - 2.7.3-13
+- remove f18 conditional from patch 159
+
 * Fri Jul 27 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7.3-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list