From: Sungguk Na Date: Fri, 27 Nov 2020 10:17:44 +0000 (+0900) Subject: Bump to version 5.9 X-Git-Tag: submit/tizen/20201211.060932^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bb389c0b71a8f57d9d7bc6c0cff342a3b7ca02b;p=platform%2Fupstream%2Fstrace.git Bump to version 5.9 Change-Id: I516dbb7fbd9a492c4af54804d762ddf5b3f82b5b Signed-off-by: Sungguk Na --- diff --git a/packaging/strace.spec b/packaging/strace.spec index d80def39..72c2044e 100644 --- a/packaging/strace.spec +++ b/packaging/strace.spec @@ -3,7 +3,7 @@ Name: strace BuildRequires: libacl-devel BuildRequires: xz -Version: 4.16 +Version: 5.9 Release: 0 License: BSD-3-Clause Summary: A utility to trace the system calls of a program @@ -27,7 +27,12 @@ CFLAGS+=" %{optflags} -fPIE" CXXFLAGS+=" %{optflags} -fPIE" LDFLAGS+=" %{optflags} -pie" +%ifnarch aarch64 %configure +%else +%configure --enable-mpers=no +%endif + %__make %{?_smp_mflags} # Have to exclude make check for qemu builds, which apparently don't support PTRACE. @@ -46,3 +51,4 @@ rm -f %{buildroot}%{_bindir}/strace-graph %{_bindir}/strace %{_bindir}/strace-log-merge %doc %{_mandir}/man1/strace.1.gz +%doc %{_mandir}/man1/strace-log-merge.1.gz