summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-24 05:47:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-24 05:47:03 +0000
commita078555641dfbe04445e511bb1c7feb65e45d557 (patch)
treec539d3b5469185d06ff0e737c9d60fa284949fe2 /contrib
parentNew. (diff)
downloadrtems-a078555641dfbe04445e511bb1c7feb65e45d557.tar.bz2
Use "%{?suse}" >= "10.3" to detect suse
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gdb/gdb.add2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/crossrpms/gdb/gdb.add b/contrib/crossrpms/gdb/gdb.add
index 8300d835aa..f36aa9a059 100644
--- a/contrib/crossrpms/gdb/gdb.add
+++ b/contrib/crossrpms/gdb/gdb.add
@@ -35,7 +35,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if "%{gdb_version}" >= "6.6"
# suse
-%if 0%{?suse}
+%if "%{?suse}" >= "10.3"
BuildRequires: libexpat-devel
%else
# Fedora/CentOS/Cygwin/MinGW