From 5b24c1447aab8b4c1d125a648d4bfd7299463090 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 13 Apr 2009 18:40:58 +0000 Subject: [PATCH] enable gdbserver package on sparc64 --- gdb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gdb.spec b/gdb.spec index c56e8ac..eed6b3c 100644 --- a/gdb.spec +++ b/gdb.spec @@ -13,7 +13,7 @@ Version: 6.8.50.20090302 # 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: 15%{?_with_upstream:.upstream}%{?dist} +Release: 16%{?_with_upstream:.upstream}%{?dist} License: GPLv3+ Group: Development/Debuggers @@ -844,13 +844,16 @@ fi # don't include the files in include, they are part of binutils -%ifnarch sparcv9 sparc64 +%ifnarch sparcv9 %files gdbserver %{_bindir}/gdbserver %{_mandir}/*/gdbserver.1* %endif %changelog +* Mon Apr 13 2009 Dennis Gilmore - 6.8.50.20090302-16 +- enable gdbserver package on sparc64 + * Sun Apr 5 2009 Jan Kratochvil - 6.8.50.20090302-15 - Archer update to the snapshot: 7c7c77576669d17ad5072daa47ea3a4fd954483d - Archer backport: 7c7c77576669d17ad5072daa47ea3a4fd954483d (Peter Bergner)