Bump to version 4.9
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 22 Dec 2014 13:29:11 +0000 (14:29 +0100)
committerSungguk Na <sungguk.na@samsung.com>
Fri, 27 Nov 2020 08:54:34 +0000 (17:54 +0900)
  skip: 495c884... fixed linux ptrace

Change-Id: Ibfd95d1e352bcfaccb938abf92d9095015668743
Bug-Tizen: TC-2160
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/strace.spec

index a6d273b29763792d4a1c5621ded72ebb6d1ea975..8a41f1ccfff9d324a8f5ed7e27b331187ca692a5 100644 (file)
@@ -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