From 44413c86599e9c7588abac7c796466ab996e68be26d3a8ee5c09f530905dc0e9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 2 Oct 2013 11:03:50 +0000 Subject: [PATCH] Accepting request 201855 from home:Andreas_Schwab:Factory - Conditionalize the qemu arg size workaround on %qemu_user_space_build OBS-URL: https://build.opensuse.org/request/show/201855 OBS-URL: https://build.opensuse.org/package/show/Base:System/findutils?expand=0&rev=48 --- findutils.changes | 5 +++++ findutils.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/findutils.changes b/findutils.changes index 22c29c1..8b03e6d 100644 --- a/findutils.changes +++ b/findutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 26 15:45:16 UTC 2013 - schwab@suse.de + +- Conditionalize the qemu arg size workaround on %qemu_user_space_build + ------------------------------------------------------------------- Mon Sep 23 23:17:08 UTC 2013 - mail@bernhard-voelker.de diff --git a/findutils.spec b/findutils.spec index ec0b8d5..c1ab0b1 100644 --- a/findutils.spec +++ b/findutils.spec @@ -75,7 +75,7 @@ switching on the computer. %patch1 %build -%ifarch %arm armv5tel armv7l armv7el armv5el +%if 0%{?qemu_user_space_build} # 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)" %endif