From 66fd671afb448d3da13b2ce87da1f2e75859dd62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Tue, 24 Aug 2010 20:21:12 +0200 Subject: [PATCH] - libinproctrace doesn't exist on s390(x) --- gdb.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index c4e1301..11081b8 100644 --- a/gdb.spec +++ b/gdb.spec @@ -38,7 +38,7 @@ Version: 7.1.90.20100806 # 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: 11%{?_with_upstream:.upstream}%{dist} +Release: 12%{?_with_upstream:.upstream}%{dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and GFDL and BSD and Public Domain Group: Development/Debuggers @@ -1060,10 +1060,15 @@ fi %endif %{_bindir}/gdbserver %{_mandir}/*/gdbserver.1* +%ifnarch s390 s390x %{_libdir}/libinproctrace.so %endif +%endif %changelog +* Tue Aug 24 2010 Dan HorĂ¡k - 7.1.90.20100806-12.fc14 +- libinproctrace doesn't exist on s390(x) + * Thu Aug 19 2010 Jan Kratochvil - 7.1.90.20100806-11.fc14 - Fix crash on MI variable calling inferior function (BZ 610986).