Enable libinproctrace.so on all archs except arm32.

This commit is contained in:
Jan Kratochvil 2017-01-17 19:35:17 +01:00
parent 194c0860de
commit 7a45095ecc
1 changed files with 7 additions and 3 deletions

View File

@ -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: 39%{?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
@ -1586,6 +1587,9 @@ then
fi
%changelog
* Tue Jan 17 2017 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.12-40.fc26
- Enable libinproctrace.so on all archs except arm32.
* Thu Jan 12 2017 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.12-39.fc26
- Fix gdb-readline62-ask-more-rh.patch for Rawhide readline-7.0.