diff --git a/.cvsignore b/.cvsignore index b96c445..9bc540d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ amtu-0.1.tar.gz amtu-1.0.tar.gz amtu-1.0.1.tar.gz amtu-1.0.2.tar.gz +amtu-1.0.3.tar.gz diff --git a/amtu.spec b/amtu.spec index dc197c8..018a5f5 100644 --- a/amtu.spec +++ b/amtu.spec @@ -1,13 +1,13 @@ Summary: Abstract Machine Test Utility (AMTU) Name: amtu -Version: 1.0.2 -Release: 2 +Version: 1.0.3 +Release: 1 License: Common Public License -Group: Productivity/Security +Group: System Environment/Base Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: audit-libs-devel -Requires: audit +BuildRequires: audit-libs-devel >= 1.1.2 +Requires: audit >= 1.1.2 # Red Hat AMTU SPEC file @@ -60,6 +60,8 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %{_mandir}/man8/* %changelog +* Fri Dec 9 2005 Steve Grubb 1.0.3-1 +- New upstream version updated for new audit messages * Mon Dec 5 2005 Steve Grubb 1.0.2-2 - Fix %clean section of spec file (bz 172942) - Add memsep-random patch (bz 174767) diff --git a/sources b/sources index 7131ece..7c004b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -32a704b38a22cc19d2bac56698af505b amtu-1.0.2.tar.gz +d65b986479f5846ae114e175b8074c1e amtu-1.0.3.tar.gz