Patch pax hang up with big UID was removed(#843379)

This commit is contained in:
Petr Hracek 2013-04-25 14:49:30 +02:00
parent cf408a4e8e
commit 2d22e62144
1 changed files with 6 additions and 3 deletions

View File

@ -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 <phracek@redhat.com> - 1.13.1-17
- Patch pax hang up with big UID was removed(#843379)
* Wed Apr 24 2013 Petr Hracek <phracek@redhat.com> - 1.13.1-16
- configure stops when run by big UID (#843379)