Fix run-misc-tests.sh so it will run on s390x also
This commit is contained in:
parent
10cdd1935e
commit
4c70b592e0
@ -1,6 +1,6 @@
|
|||||||
Name: acpica-tools
|
Name: acpica-tools
|
||||||
Version: 20130823
|
Version: 20130823
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: ACPICA tools for the development and debug of ACPI tables
|
Summary: ACPICA tools for the development and debug of ACPI tables
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -185,6 +185,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 10 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 20130823-3
|
||||||
- correct pmtools obs_ver
|
- correct pmtools obs_ver
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ $BINDIR/iasl -h
|
|||||||
|
|
||||||
m=`uname -m`
|
m=`uname -m`
|
||||||
case $m in
|
case $m in
|
||||||
|
s390x | \
|
||||||
*64) BITS=64
|
*64) BITS=64
|
||||||
;;
|
;;
|
||||||
*) BITS=32
|
*) BITS=32
|
||||||
|
Loading…
Reference in New Issue
Block a user