From d31912c75c35fb78703f5f656ac7a2f1bd08baf3 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Wed, 13 Jul 2005 18:24:34 +0000 Subject: [PATCH] - New version fixes bug where audit system was disable at end of test. Wed Jun 8 2005 Steve Grubb 1.0-EL4.2 - add a few more include "config.h" Fri May 27 2005 Steve Grubb 1.0-EL4.1 - New upstream version from IBM - Drop memsep patch - Rework specfile Thu Sep 2 2004 root 0.1-7RHEL - integrate memsep patch from Matt Anderson at HP Mon Aug 16 2004 root 0.1-6RHEL - Integrate ia64 patches from HP's Matt Anderson, enabling use on ia64 Tue Jun 29 2004 root 0.1-4RHEL - fix /usr/bin/amtu modes for real this time Tue Jun 29 2004 root 0.1-4RHEL - set execute bits on /usr/bin/amtu Fri May 28 2004 ccb 0.1-3RHEL - fixed owners and permissions in %files Wed May 26 2004 ccb 0.1-2RHEL - move docs to a version-qualified directory name Sat May 1 2004 root - Initial build. --- .cvsignore | 1 + amtu.spec | 16 ++++++---------- sources | 3 +-- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8c31e89..9eb67b9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ amtu-0.1.tar.gz amtu-1.0.tar.gz +amtu-1.0.1.tar.gz diff --git a/amtu.spec b/amtu.spec index ab43051..ddf433f 100644 --- a/amtu.spec +++ b/amtu.spec @@ -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 1.0.1-1 +- New version fixes bug where audit system was disable at end of test. * Wed Jun 8 2005 Steve Grubb 1.0-EL4.2 - add a few more include "config.h" * Fri May 27 2005 Steve Grubb 1.0-EL4.1 diff --git a/sources b/sources index 2a758c5..1dc11dd 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -b0aa74ad4d0b20ac381fb278f1bbc1f6 amtu-0.1.tar.gz -af514e81217d13915f622cd43a630559 amtu-1.0.tar.gz +145d88ecd10a1291bb1bdae7cbf232e8 amtu-1.0.1.tar.gz