Enable libinproctrace.so on all archs except arm32.

This commit is contained in:
Jan Kratochvil 2017-01-17 19:35:17 +01:00
parent 35d56bae33
commit aa6d0cbf75
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. # 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: 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 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
@ -1583,6 +1584,9 @@ then
fi fi
%changelog %changelog
* Tue Jan 17 2017 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.12-40.fc25
- Enable libinproctrace.so on all archs except arm32.
* Thu Jan 12 2017 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.12-37.fc25 * Thu Jan 12 2017 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.12-37.fc25
- [rhel6] Fix missing /usr/bin/realpath. - [rhel6] Fix missing /usr/bin/realpath.