From 7c0b68cbe5af3605641952be7f3aadfc329f2f74 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Aug 09 2011 09:43:12 +0000 Subject: add arm conditional for gdb-add-index --- diff --git a/rpm.spec b/rpm.spec index 0a9f39d..0a95a5a 100644 --- a/rpm.spec +++ b/rpm.spec @@ -155,7 +155,9 @@ Requires: elfutils >= 0.128 binutils Requires: findutils sed grep gawk diffutils file patch >= 2.5 Requires: unzip gzip bzip2 cpio xz Requires: pkgconfig >= 1:0.24 +%ifnarch %{arm} Requires: /usr/bin/gdb-add-index +%endif Conflicts: ocaml-runtime < 3.11.1-7 %description build @@ -426,6 +428,9 @@ exit 0 %doc COPYING doc/librpm/html/* %changelog +* Tue Aug 9 2011 Peter Robinson - 4.9.1.1-3 +- add arm conditional for gdb-add-index + * Mon Aug 08 2011 Adam Jackson 4.9.1.1-2 - Add RPM_LD_FLAGS to build environment (#728974)