From 45dea12582e3f84b9e23af5009eadc1ae784b651370db13609c1b2cdacd4314e Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 2 Oct 2011 08:16:38 +0000 Subject: [PATCH] Accepting request 85833 from devel:libraries:c_c++ - Workaround qemu-arm bugs. (forwarded request 85832 from elvigia) OBS-URL: https://build.opensuse.org/request/show/85833 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunistring?expand=0&rev=8 --- libunistring.changes | 5 +++++ libunistring.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/libunistring.changes b/libunistring.changes index 0655f9d..37afdf0 100644 --- a/libunistring.changes +++ b/libunistring.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 30 20:01:26 UTC 2011 - crrodriguez@opensuse.org + +- Workaround qemu-arm bugs. + ------------------------------------------------------------------- Mon Aug 30 12:04:42 CEST 2010 - pgajdos@suse.cz diff --git a/libunistring.spec b/libunistring.spec index 4014504..f0f6c38 100644 --- a/libunistring.spec +++ b/libunistring.spec @@ -1,7 +1,7 @@ # -# spec file for package libunistring (Version 0.9.3) +# spec file for package libunistring # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -74,7 +74,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir rm -f $RPM_BUILD_ROOT/%{_libdir}/libunistring.la %check +%if ! 0%{?qemu_user_space_build} make check +%endif %clean rm -rf $RPM_BUILD_ROOT