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:
parent
96b0452168
commit
071dab61ab
@ -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
|
|
@ -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
|
Tue May 29 11:29:27 UTC 2012 - puzel@suse.com
|
||||||
|
|
||||||
|
@ -35,9 +35,7 @@ Patch1: findutils-4.4.2-xautofs.patch
|
|||||||
Patch2: findutils-4.4.2-updatedb.patch
|
Patch2: findutils-4.4.2-updatedb.patch
|
||||||
Patch3: findutils-4.5.10-prune_unknown.patch
|
Patch3: findutils-4.5.10-prune_unknown.patch
|
||||||
Patch4: findutils-4.5.10-updatedb_ignore_nfsv4.patch
|
Patch4: findutils-4.5.10-updatedb_ignore_nfsv4.patch
|
||||||
Patch5: automake-1.12.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: automake
|
|
||||||
%if 0%{?suse_version} > 1100
|
%if 0%{?suse_version} > 1100
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
%endif
|
%endif
|
||||||
@ -83,10 +81,8 @@ switching on the computer.
|
|||||||
%patch2
|
%patch2
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf
|
|
||||||
%ifarch %arm armv5tel armv7l armv7el armv5el
|
%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 ...
|
# 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)"
|
export DEFAULT_ARG_SIZE="(31u * 1024u)"
|
||||||
|
Loading…
Reference in New Issue
Block a user