From aa6d0cbf751b9e4126502219fcb4d8cfb95abe9c Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Tue, 17 Jan 2017 19:35:17 +0100 Subject: [PATCH] Enable libinproctrace.so on all archs except arm32. --- gdb.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gdb.spec b/gdb.spec index ff1bd07..99c4507 100644 --- a/gdb.spec +++ b/gdb.spec @@ -26,7 +26,7 @@ Version: 7.12 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 37%{?dist} +Release: 40%{?dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL Group: Development/Debuggers @@ -71,10 +71,11 @@ Summary: A GNU source-level debugger for C, C++, Fortran, Go and other languages Obsoletes: gdb64 < 5.3.91 %endif +%ifarch %{arm} %global have_inproctrace 0 -%ifarch %{ix86} x86_64 +%else %global have_inproctrace 1 -%endif # %{ix86} x86_64 +%endif # gdb-add-index cannot be run even for SCL package on RHEL<=6. %if 0%{!?rhel:1} || 0%{?rhel} > 6 @@ -1583,6 +1584,9 @@ then fi %changelog +* Tue Jan 17 2017 Jan Kratochvil - 7.12-40.fc25 +- Enable libinproctrace.so on all archs except arm32. + * Thu Jan 12 2017 Jan Kratochvil - 7.12-37.fc25 - [rhel6] Fix missing /usr/bin/realpath.