- Make aide smarter about prelinked files (Peter Vrabec)

- Add /lib64 to default config
This commit is contained in:
Steve Grubb 2009-06-08 15:58:51 +00:00
parent 36be21367c
commit d8ee0484c8
1 changed files with 7 additions and 6 deletions

View File

@ -7,7 +7,7 @@
Summary: Intrusion detection environment
Name: aide
Version: 0.13.1
Release: 8%{?dist}
Release: 9%{?dist}
URL: http://sourceforge.net/projects/aide
License: GPLv2+
Group: Applications/System
@ -19,7 +19,7 @@ Patch2: aide-0.12-dedosify.patch
Patch3: aide-0.13.1-manuals.patch
Patch4: aide-0.13.1-prelink2.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
BuildRequires: mktemp
BuildRequires: mktemp prelink
Buildrequires: mhash-devel
Buildrequires: zlib-devel libgcrypt-devel
Buildrequires: flex bison
@ -42,16 +42,17 @@ checker and intrusion detection program.
%patch2 -p1 -b .dedosify
%patch3 -p1 -b .manpages
%patch4 -p1 -b .prelink
autoreconf
%build
%configure --with-config_file=%{_sysconfdir}/aide.conf \
--with-zlib \
--disable-static \
--with-mhash --enable-mhash \
--with-mhash \
%{?_with_curl} %{?_without_curl} \
--with-selinux --with-posix-acl --with-audit \
--with-xattr
--with-xattr \
--with-prelink
make %{?_smp_mflags}
@ -83,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jun 08 2009 Steve Grubb <sgrubb@redhat.com> - 0.13.1-8
* Mon Jun 08 2009 Steve Grubb <sgrubb@redhat.com> - 0.13.1-9
- Make aide smarter about prelinked files (Peter Vrabec)
- Add /lib64 to default config