From 2d22e62144c463797c3a34ca5efa4392ce5e6f40 Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Thu, 25 Apr 2013 14:49:30 +0200 Subject: [PATCH] Patch pax hang up with big UID was removed(#843379) --- automake.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/automake.spec b/automake.spec index 0f97aa6..bd2cfde 100644 --- a/automake.spec +++ b/automake.spec @@ -3,7 +3,7 @@ Summary: A GNU tool for automatically creating Makefiles Name: automake Version: %{api_version}.1 -Release: 16%{?dist} +Release: 17%{?dist} # docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT License: GPLv2+ and GFDL and Public Domain and MIT @@ -19,7 +19,7 @@ Patch1: %{name}-%{version}-disable-tests.patch # ~> #901333 # ~> already upstream (commits 7a3d7cee2 and c83c13355) Patch2: %{name}-%{version}-non-existing-m4-dir.patch -Patch3: %{name}-%{version}-pax-hangs.patch +#Patch3: %{name}-%{version}-pax-hangs.patch URL: http://www.gnu.org/software/automake/ Requires: autoconf >= 2.65 @@ -70,7 +70,7 @@ Makefiles. %patch0 -p1 -b .reenable_macros %patch1 -p1 -b .disable_tests %patch2 -p1 -b .non_existing_m4_dir -%patch3 -p1 -b .pax-hangs +#%patch3 -p1 -b .pax-hangs autoreconf -iv # Fedora only to add ppc64p7 (Power7 optimized) arch: @@ -111,6 +111,9 @@ fi %{_mandir}/man1/* %changelog +* Wed Apr 24 2013 Petr Hracek - 1.13.1-17 +- Patch pax hang up with big UID was removed(#843379) + * Wed Apr 24 2013 Petr Hracek - 1.13.1-16 - configure stops when run by big UID (#843379)