[systemtap] Fix ifarch statement

Peter Robinson pbrobinson at fedoraproject.org
Fri Jul 13 13:29:41 UTC 2012


commit 50335876fbf2a119d51d4a1ffbd43413482a2e08
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Jul 13 14:29:37 2012 +0100

    Fix ifarch statement

 systemtap.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/systemtap.spec b/systemtap.spec
index 5d8ec44..7cb0cf7 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -20,7 +20,7 @@
 
 Name: systemtap
 Version: 1.8
-Release: 3%{?dist}
+Release: 4%{?dist}
 # for version, see also configure.ac
 
 
@@ -227,7 +227,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
 
@@ -586,6 +586,9 @@ exit 0
 # ------------------------------------------------------------------------
 
 %changelog
+* Fri Jul 13 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.8-4
+- Fix ifarch statement
+
 * Wed Jul 11 2012 Frank Ch. Eigler <fche at redhat.com> - 1.8-3
 - PR14348 task_work_add race condition fix
 


More information about the scm-commits mailing list