From 6b365dd8843c7fb0e32ac1e913a7c2bd2f911a17 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Feb 23 2010 01:17:36 +0000 Subject: - New upstream release --- diff --git a/aide.spec b/aide.spec index f0d7746..704abdc 100644 --- a/aide.spec +++ b/aide.spec @@ -3,20 +3,15 @@ Summary: Intrusion detection environment Name: aide -Version: 0.13.1 -Release: 16%{?dist} +Version: 0.14 +Release: 0.1.rc1%{?dist} URL: http://sourceforge.net/projects/aide License: GPLv2+ Group: Applications/System -Source0: http://download.sourceforge.net/aide/aide-%{version}.tar.gz +Source0: http://download.sourceforge.net/aide/aide-%{version}-rc1.tar.gz Source1: aide.conf Source2: README.quickstart Source3: aide.logrotate -Patch1: aide-0.13.1-contextsize.patch -Patch2: aide-0.12-dedosify.patch -Patch3: aide-0.13.1-manuals.patch -Patch4: aide-0.13.1-prelink2.patch -Patch5: aide-0.13.1-libgrypt-init.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: mktemp BuildRequires: prelink autoconf automake elfutils-libelf-devel @@ -37,13 +32,7 @@ checker and intrusion detection program. %prep -%setup -q -%patch1 -p1 -b .contextsize -%patch2 -p1 -%patch3 -p1 -b .manpages -%patch4 -p1 -b .prelink -%patch5 -p1 -b .libgcrypt -autoreconf +%setup -q -n aide-0.14-rc1 %build %configure --with-config_file=%{_sysconfdir}/aide.conf \ @@ -83,12 +72,15 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %{_mandir}/man5/* %config(noreplace) %attr(0600,root,root) %{_sysconfdir}/aide.conf -%{_sysconfdir}/logrotate.d/aide +%config(noreplace) %{_sysconfdir}/logrotate.d/aide %dir %attr(0700,root,root) %{_localstatedir}/lib/aide %dir %attr(0700,root,root) %{_localstatedir}/log/aide %changelog +* Mon Feb 22 2010 Steve Grubb - 0.14-0.1.rc1 +- New upstream release + * Fri Feb 19 2010 Steve Grubb - 0.13.1-16 - Add logrotate script and spec file cleanups