From 1ee16e89f330513d9fe511deb45da7d0a7287cdd Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 17 Feb 2007 11:30:40 +0000 Subject: BuildRequire: expat-devel for gdb >= 6.6 --- contrib/crossrpms/gdb/gdb.add | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/crossrpms/gdb/gdb.add b/contrib/crossrpms/gdb/gdb.add index 8cbd9ee297..0f1925b946 100644 --- a/contrib/crossrpms/gdb/gdb.add +++ b/contrib/crossrpms/gdb/gdb.add @@ -10,6 +10,9 @@ License: GPL/LGPL URL: http://sources.redhat.com/gdb BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%if "%{gdb_version}" >= "6.6" +BuildRequires: expat-devel +%endif %if %build_infos # Required for building the infos BuildRequires: /sbin/install-info -- cgit v1.2.3