From 4c70b592e04df912f882e795d4b8029d513d45c0 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Sep 11 2013 02:25:21 +0000 Subject: Fix run-misc-tests.sh so it will run on s390x also --- diff --git a/acpica-tools.spec b/acpica-tools.spec index 07ec311..0104c9c 100644 --- a/acpica-tools.spec +++ b/acpica-tools.spec @@ -1,6 +1,6 @@ Name: acpica-tools Version: 20130823 -Release: 3%{?dist} +Release: 4%{?dist} Summary: ACPICA tools for the development and debug of ACPI tables Group: Development/Languages @@ -185,6 +185,10 @@ fi %changelog +* Wed Sep 04 2013 Dean Nelson - 20130823-4 +- Fix run-misc-tests.sh script to properly set the number of BITS to 64 + when run on a s390x system. + * Tue Sep 10 2013 Michael Schwendt - 20130823-3 - correct pmtools obs_ver diff --git a/run-misc-tests.sh b/run-misc-tests.sh index ad38789..d182687 100644 --- a/run-misc-tests.sh +++ b/run-misc-tests.sh @@ -20,6 +20,7 @@ $BINDIR/iasl -h m=`uname -m` case $m in + s390x | \ *64) BITS=64 ;; *) BITS=32