Bump to version 5.9 accepted/tizen/unified/20201211.124313 submit/tizen/20201211.060932
authorSungguk Na <sungguk.na@samsung.com>
Fri, 27 Nov 2020 10:17:44 +0000 (19:17 +0900)
committerSungguk Na <sungguk.na@samsung.com>
Fri, 27 Nov 2020 10:17:44 +0000 (19:17 +0900)
Change-Id: I516dbb7fbd9a492c4af54804d762ddf5b3f82b5b
Signed-off-by: Sungguk Na <sungguk.na@samsung.com>
packaging/strace.spec

index d80def393b8572b2030620e1ff2e53419c20ea03..72c2044e15e43b4ed10e693b5e41008cbf49cd94 100644 (file)
@@ -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