From 9bb389c0b71a8f57d9d7bc6c0cff342a3b7ca02b Mon Sep 17 00:00:00 2001 From: Sungguk Na Date: Fri, 27 Nov 2020 19:17:44 +0900 Subject: [PATCH] Bump to version 5.9 Change-Id: I516dbb7fbd9a492c4af54804d762ddf5b3f82b5b Signed-off-by: Sungguk Na --- packaging/strace.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.34.1