- Add ExclusiveArch for platforms having memory separation tests
This commit is contained in:
parent
476ebbeac9
commit
2189da0506
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Abstract Machine Test Utility (AMTU)
|
||||
Name: amtu
|
||||
Version: 1.0.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: CPL
|
||||
Group: System Environment/Base
|
||||
URL: http://sourceforge.net/projects/amtueal/
|
||||
|
|
@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||
BuildRequires: audit-libs-devel >= 1.1.2
|
||||
BuildRequires: automake
|
||||
Requires: chkconfig
|
||||
ExclusiveArch: i386 i686 x86_64 ppc ppc64 s390 s390x ia64
|
||||
|
||||
%description
|
||||
Abstract Machine Test Utility (AMTU) is an administrative utility to check
|
||||
|
|
@ -56,6 +57,9 @@ fi
|
|||
%attr(0644,root,root) %{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 28 2009 Steve Grubb <sgrubb@redhat.com> - 1.0.8-2
|
||||
- Add ExclusiveArch for platforms having memory separation tests
|
||||
|
||||
* Fri Aug 21 2009 Steve Grubb <sgrubb@redhat.com> 1.0.8-1
|
||||
- new upstream version
|
||||
- Add init script for bootup system check
|
||||
|
|
|
|||
Reference in a new issue