- New upstream release
This commit is contained in:
parent
01c27d6fc4
commit
e10f9e8970
@ -2,3 +2,5 @@ aide-0.13.1.tar.gz.asc
|
||||
aide-0.13.1.tar.gz
|
||||
aide-0.14-rc1.tar.gz
|
||||
aide-0.14-rc1.tar.gz.asc
|
||||
aide-0.14-rc2.tar.gz
|
||||
aide-0.14-rc2.tar.gz.asc
|
||||
|
@ -1,20 +0,0 @@
|
||||
diff -u aide.orig/configure.in aide/configure.in
|
||||
--- aide.orig/configure.in 2010-02-23 13:11:24.000000000 -0500
|
||||
+++ aide/configure.in 2010-02-23 13:57:57.000000000 -0500
|
||||
@@ -568,6 +568,8 @@
|
||||
compoptionstring="${compoptionstring}WITH_READDIR\\n"]
|
||||
)
|
||||
|
||||
+saved_CFLAGS="$CFLAGS"
|
||||
+CFLAGS+=" $AIDE_DEFS"
|
||||
AC_CACHE_CHECK([for LFS ino_t],AIDE_INO_TYPE,[
|
||||
AC_TRY_RUN([
|
||||
#include <unistd.h>
|
||||
@@ -598,6 +600,7 @@
|
||||
AIDE_INO_TYPE=ino_t
|
||||
AIDE_DIRENT_TYPE=dirent
|
||||
fi
|
||||
+CFLAGS="$saved_CFLAGS"
|
||||
|
||||
AC_DEFINE_UNQUOTED(AIDE_LSTAT_FUNC,$AIDE_LSTAT_FUNC,[lstat])
|
||||
AC_DEFINE_UNQUOTED(AIDE_STAT_FUNC,$AIDE_STAT_FUNC,[stat])
|
15
aide.spec
15
aide.spec
@ -4,15 +4,15 @@
|
||||
Summary: Intrusion detection environment
|
||||
Name: aide
|
||||
Version: 0.14
|
||||
Release: 0.2.rc1%{?dist}
|
||||
Release: 0.3.rc2%{?dist}
|
||||
URL: http://sourceforge.net/projects/aide
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
Source0: http://download.sourceforge.net/aide/aide-%{version}-rc1.tar.gz
|
||||
Source0: http://downloads.sourceforge.net/aide/aide-%{version}-rc2.tar.gz
|
||||
Source1: aide.conf
|
||||
Source2: README.quickstart
|
||||
Source3: aide.logrotate
|
||||
Patch1: aide-0.14-dirent.patch
|
||||
Patch1: aide-0.14-man.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
||||
BuildRequires: mktemp
|
||||
BuildRequires: prelink elfutils-libelf-devel
|
||||
@ -26,7 +26,7 @@ Buildrequires: audit-libs-devel >= 1.2.8-2
|
||||
%if "%{?_with_curl}x" != "x"
|
||||
Buildrequires: curl-devel
|
||||
%endif
|
||||
BuildRequires: autoconf automake
|
||||
#BuildRequires: autoconf automake
|
||||
|
||||
%description
|
||||
AIDE (Advanced Intrusion Detection Environment) is a file integrity
|
||||
@ -34,9 +34,9 @@ checker and intrusion detection program.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n aide-0.14-rc1
|
||||
%setup -q -n aide-0.14-rc2
|
||||
%patch1 -p1
|
||||
autoreconf
|
||||
#autoreconf
|
||||
|
||||
%build
|
||||
%configure --with-config_file=%{_sysconfdir}/aide.conf \
|
||||
@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 25 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-0.3.rc2
|
||||
- New upstream release
|
||||
|
||||
* Tue Feb 23 2010 Steve Grubb <sgrubb@redhat.com> - 0.14-0.2.rc1
|
||||
- Fix dirent detection on 64bit systems
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user