From a078555641dfbe04445e511bb1c7feb65e45d557 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 24 Feb 2009 05:47:03 +0000 Subject: Use "%{?suse}" >= "10.3" to detect suse --- contrib/crossrpms/gdb/gdb.add | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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 -- cgit v1.2.3