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