Fix run-misc-tests.sh so it will run on s390x also

This commit is contained in:
Al Stone 2013-09-10 20:16:31 -06:00
parent 10cdd1935e
commit 4c70b592e0
2 changed files with 6 additions and 1 deletions

View File

@ -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 <dnelson@redhat.com> - 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 <mschwendt@fedoraproject.org> - 20130823-3
- correct pmtools obs_ver

View File

@ -20,6 +20,7 @@ $BINDIR/iasl -h
m=`uname -m`
case $m in
s390x | \
*64) BITS=64
;;
*) BITS=32