rpms/aide/devel aide.spec,1.26,1.27

Steve Grubb sgrubb at fedoraproject.org
Mon Jun 8 15:59:22 UTC 2009


Author: sgrubb

Update of /cvs/pkgs/rpms/aide/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27781

Modified Files:
	aide.spec 
Log Message:
* Mon Jun 08 2009 Steve Grubb <sgrubb at redhat.com> - 0.13.1-8
- Make aide smarter about prelinked files (Peter Vrabec)
- Add /lib64 to default config



Index: aide.spec
===================================================================
RCS file: /cvs/pkgs/rpms/aide/devel/aide.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- aide.spec	8 Jun 2009 15:22:16 -0000	1.26
+++ aide.spec	8 Jun 2009 15:58:51 -0000	1.27
@@ -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 at redhat.com> - 0.13.1-8
+* Mon Jun 08 2009 Steve Grubb <sgrubb at redhat.com> - 0.13.1-9
 - Make aide smarter about prelinked files (Peter Vrabec)
 - Add /lib64 to default config
 




More information about the fedora-extras-commits mailing list