- New version fixes bug where audit system was disable at end of test.

Wed Jun 8 2005 Steve Grubb <sgrubb@redhat.com> 1.0-EL4.2
- add a few more include "config.h"
Fri May 27 2005 Steve Grubb <sgrubb@redhat.com> 1.0-EL4.1
- New upstream version from IBM
- Drop memsep patch
- Rework specfile
Thu Sep 2 2004 root <ccb@redhat.com> 0.1-7RHEL
- integrate memsep patch from Matt Anderson at HP
Mon Aug 16 2004 root <ccb@redhat.com> 0.1-6RHEL
- Integrate ia64 patches from HP's Matt Anderson, enabling use on ia64
Tue Jun 29 2004 root <ccb@redhat.com> 0.1-4RHEL
- fix /usr/bin/amtu modes for real this time
Tue Jun 29 2004 root <ccb@redhat.com> 0.1-4RHEL
- set execute bits on /usr/bin/amtu
Fri May 28 2004 ccb <ccb@redhat.com> 0.1-3RHEL
- fixed owners and permissions in %files
Wed May 26 2004 ccb <ccb@redhat.com> 0.1-2RHEL
- move docs to a version-qualified directory name
Sat May 1 2004 root <chavezt@cs679156-153.austin.rr.com>
- Initial build.
This commit is contained in:
Steve Grubb 2005-07-13 18:24:34 +00:00
commit d31912c75c
3 changed files with 8 additions and 12 deletions

View file

@ -1,2 +1,3 @@
amtu-0.1.tar.gz
amtu-1.0.tar.gz
amtu-1.0.1.tar.gz

View file

@ -1,13 +1,11 @@
Summary: Abstract Machine Test Utility (AMTU)
Name: amtu
Version: 1.0
Release: EL4.2
Version: 1.0.1
Release: 1
License: Common Public License
Group: Productivity/Security
Source0: %{name}-%{version}.tar.gz
Patch1: amtu-autoconf.patch
Patch2: amtu-ia64.patch
Patch3: amtu-memsep.patch
Patch1: amtu-ia64.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: audit-libs-devel
Requires: audit
@ -23,11 +21,7 @@ http://www.radium.ncsc.mil/tpep/library/protection_profiles/CAPP-1.d.pdf
%prep
%setup
%patch1 -p1 -b .auto
%patch2 -p1 -b .ia64
# The next patch is dropped unless someone has a good reason for it. -sg
#%patch3 -p1 -b .memsep
%patch1 -p1 -b .ia64
%build
# Determine appropriate compiler
@ -68,6 +62,8 @@ make clean
%attr(0644,root,root) %{_mandir}/man8/*
%changelog
* Tue Jul 12 2005 Steve Grubb <sgrubb@redhat.com> 1.0.1-1
- New version fixes bug where audit system was disable at end of test.
* Wed Jun 8 2005 Steve Grubb <sgrubb@redhat.com> 1.0-EL4.2
- add a few more include "config.h"
* Fri May 27 2005 Steve Grubb <sgrubb@redhat.com> 1.0-EL4.1

View file

@ -1,2 +1 @@
b0aa74ad4d0b20ac381fb278f1bbc1f6 amtu-0.1.tar.gz
af514e81217d13915f622cd43a630559 amtu-1.0.tar.gz
145d88ecd10a1291bb1bdae7cbf232e8 amtu-1.0.1.tar.gz