Enable libinproctrace.so on all archs except arm32.
This commit is contained in:
parent
194c0860de
commit
7a45095ecc
10
gdb.spec
10
gdb.spec
@ -26,7 +26,7 @@ Version: 7.12
|
|||||||
|
|
||||||
# The release always contains a leading reserved number, start it at 1.
|
# 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.
|
# `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
|
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
|
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
|
Obsoletes: gdb64 < 5.3.91
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch %{arm}
|
||||||
%global have_inproctrace 0
|
%global have_inproctrace 0
|
||||||
%ifarch %{ix86} x86_64
|
%else
|
||||||
%global have_inproctrace 1
|
%global have_inproctrace 1
|
||||||
%endif # %{ix86} x86_64
|
%endif
|
||||||
|
|
||||||
# gdb-add-index cannot be run even for SCL package on RHEL<=6.
|
# gdb-add-index cannot be run even for SCL package on RHEL<=6.
|
||||||
%if 0%{!?rhel:1} || 0%{?rhel} > 6
|
%if 0%{!?rhel:1} || 0%{?rhel} > 6
|
||||||
@ -1586,6 +1587,9 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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.
|
- Fix gdb-readline62-ask-more-rh.patch for Rawhide readline-7.0.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user