From 07547775c798efa0fe09bc670659ec6dd31bc54e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 13 Jul 2012 14:29:37 +0100 Subject: [PATCH] Fix ifarch statement --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index ccad28cf6..f46bfd1d7 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -220,7 +220,7 @@ Requires: avahi # testsuite/systemtap.base/crash.exp needs crash Requires: crash %endif -%if %{_arch} == x86_64 +%ifarch x86_64 Requires: glibc-devel(%{__isa_name}-32) %endif @@ -585,6 +585,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Fri Jul 13 2012 Peter Robinson +- Fix ifarch statement + * Sun Jun 17 2012 Frank Ch. Eigler - 1.8-1 - Upstream release. -- 2.43.5