3
0
forked from pool/findutils

Accepting request 122961 from home:rudi_m:branches:Base:System

- remove useless automake dependency, it was needed for selinux.patch
  which has been removed since findutils 4.5.10

OBS-URL: https://build.opensuse.org/request/show/122961
OBS-URL: https://build.opensuse.org/package/show/Base:System/findutils?expand=0&rev=32
This commit is contained in:
Richard Biener 2012-05-31 08:51:29 +00:00 committed by Git OBS Bridge
parent 96b0452168
commit 071dab61ab
3 changed files with 6 additions and 17 deletions

View File

@ -1,13 +0,0 @@
Index: findutils-4.5.10/configure.ac
===================================================================
--- findutils-4.5.10.orig/configure.ac
+++ findutils-4.5.10/configure.ac
@@ -77,8 +77,6 @@ AC_PROG_CPP
dnl for gnulib
gl_EARLY
-AM_C_PROTOTYPES
-
AC_PROG_INSTALL
AC_PROG_RANLIB
dnl AC_PROG_LIBTOOL

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 30 17:13:20 UTC 2012 - sweet_f_a@gmx.de
- remove useless automake dependency, it was needed for selinux.patch
which has been removed since findutils 4.5.10
-------------------------------------------------------------------
Tue May 29 11:29:27 UTC 2012 - puzel@suse.com

View File

@ -35,9 +35,7 @@ Patch1: findutils-4.4.2-xautofs.patch
Patch2: findutils-4.4.2-updatedb.patch
Patch3: findutils-4.5.10-prune_unknown.patch
Patch4: findutils-4.5.10-updatedb_ignore_nfsv4.patch
Patch5: automake-1.12.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: automake
%if 0%{?suse_version} > 1100
BuildRequires: libselinux-devel
%endif
@ -83,10 +81,8 @@ switching on the computer.
%patch2
%patch3
%patch4
%patch5 -p1
%build
autoreconf
%ifarch %arm armv5tel armv7l armv7el armv5el
# this is a workaround for a qemu-user bug, we hit. A qemu patch is being discussed, but for now ...
export DEFAULT_ARG_SIZE="(31u * 1024u)"