[gdb/f14/master] - libinproctrace doesn't exist on s390(x)

Dan Horák sharkcz at fedoraproject.org
Tue Aug 24 18:21:17 UTC 2010


commit 66fd671afb448d3da13b2ce87da1f2e75859dd62
Author: Dan Horák <dan at danny.cz>
Date:   Tue Aug 24 20:21:12 2010 +0200

    - libinproctrace doesn't exist on s390(x)

 gdb.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <dan[at]danny.cz> - 7.1.90.20100806-12.fc14
+- libinproctrace doesn't exist on s390(x)
+
 * Thu Aug 19 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.1.90.20100806-11.fc14
 - Fix crash on MI variable calling inferior function (BZ 610986).
 


More information about the scm-commits mailing list