From e16216030023757ab6ff7e2654437d816bf70181c3eaf21d88607cb19ad83ca1 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 12 Apr 2011 10:26:00 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/strace revision 29.0 OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=2985686552fa8c501be85e3c5b65752e --- strace.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/strace.spec b/strace.spec index 7cde411..7c5990c 100644 --- a/strace.spec +++ b/strace.spec @@ -1,5 +1,5 @@ # -# spec file for package strace (Version 4.5.20) +# spec file for package strace # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -28,12 +28,12 @@ Obsoletes: strace-64bit %endif # Version: 4.6 -Release: 5 +Release: 1 Summary: A utility to trace the system calls of a program Source: http://dl.sourceforge.net/strace/strace-%{version}.tar.bz2 Source2: baselibs.conf -Patch0: strace-%{version}.diff -Patch1: io-submit-fix.patch +Patch0: strace-%{version}.diff +Patch1: io-submit-fix.patch Url: http://sourceforge.net/projects/strace/ BuildRoot: %{_tmppath}/%{name}-%{version}-build From cbd65855d1fd698b44780e4ef71c3bfe57042c07e516a3f402f55f37c02c15e5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Oct 2011 17:47:25 +0000 Subject: [PATCH 2/2] Accepting request 86549 from home:tserong:branches:devel:tools Skip "make check" when building under qemu (PTRACE not supported) OBS-URL: https://build.opensuse.org/request/show/86549 OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=20 --- strace.changes | 5 +++++ strace.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/strace.changes b/strace.changes index fa1848f..b6e15c7 100644 --- a/strace.changes +++ b/strace.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 4 14:44:37 UTC 2011 - tserong@suse.com + +- Skip "make check" when building under qemu (PTRACE not supported) + ------------------------------------------------------------------- Mon Apr 11 15:30:46 CEST 2011 - meissner@suse.de diff --git a/strace.spec b/strace.spec index 7c5990c..a11d773 100644 --- a/strace.spec +++ b/strace.spec @@ -67,8 +67,11 @@ CFLAGS="$CFLAGS -ffixed-8" make %{?_smp_mflags} +# Have to exclude make check for qemu builds, which apparently don't support PTRACE. +%if !(0%{?qemu_user_space_build}) %check make check +%endif %install make install DESTDIR=$RPM_BUILD_ROOT