From efe08214a2222ae48f1772a0c3f5e97cf3641b4e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 26 Oct 2011 19:19:42 -0500 Subject: [PATCH] - Rebuilt for glibc bug#747377 --- python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python.spec b/python.spec index e7b117d..c098721 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.2 -Release: 16%{?dist} +Release: 17%{?dist} License: Python Group: Development/Languages Requires: %{python}-libs%{?_isa} = %{version}-%{release} @@ -1734,6 +1734,9 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Wed Oct 26 2011 Fedora Release Engineering - 2.7.2-17 +- Rebuilt for glibc bug#747377 + * Fri Sep 30 2011 David Malcolm - 2.7.2-16 - re-enable gdbm (patch 148; rhbz#742242)