From 56211c69b6966f1a80d4d8cd7ffde0f8048f72f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Mon, 22 Dec 2014 14:29:11 +0100 Subject: [PATCH] Bump to version 4.9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit skip: 495c884... fixed linux ptrace Change-Id: Ibfd95d1e352bcfaccb938abf92d9095015668743 Bug-Tizen: TC-2160 Signed-off-by: Kévin THIERRY Signed-off-by: Philippe Coval --- packaging/strace.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/packaging/strace.spec b/packaging/strace.spec index a6d273b2..8a41f1cc 100644 --- a/packaging/strace.spec +++ b/packaging/strace.spec @@ -3,7 +3,7 @@ BuildRequires: libacl-devel BuildRequires: libaio-devel BuildRequires: lksctp-tools-devel BuildRequires: xz -Version: 4.8 +Version: 4.9 Release: 0 License: BSD-3-Clause Summary: A utility to trace the system calls of a program @@ -11,7 +11,7 @@ Url: http://sourceforge.net/projects/strace/ Group: Development/Tools Source: http://dl.sourceforge.net/strace/strace-%{version}.tar.xz Source2: baselibs.conf -Source1001: strace.manifest +Source1001: strace.manifest %description With strace, you can trace the activity of a program. Information @@ -25,12 +25,12 @@ cp %{SOURCE1001} . %build export CFLAGS="%{optflags}" %configure -make %{?_smp_mflags} +%__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 +%__make check %endif %install @@ -43,5 +43,3 @@ make check %{_bindir}/strace-graph %{_bindir}/strace-log-merge %doc %{_mandir}/man1/strace.1.gz - -%changelog -- 2.34.1