Marcus Meissner 2010-08-10 15:11:11 +00:00 committed by Git OBS Bridge
parent 30c3f4245e
commit f40bdfe9f9
5 changed files with 18 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b5ffce51d5570eb58f16b8eed86ce4a35614b1fffedc6c1f55f05c44df8e852
size 238775

3
aide-0.15.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fa81079ae23cf6538947c5544f194f4960c060b3f70039b31d9d960b8746ca4
size 341195

View File

@ -1,11 +0,0 @@
--- configure.in
+++ configure.in
@@ -573,7 +573,7 @@
)
# LDFLAGS=$save_LDFLAGS
AC_DEFINE(WITH_CURL,1,[use curl])
- compoptionstring="${compoptionstring}WITH_CURL\\n"],
+ compoptionstring="${compoptionstring}WITH_CURL\\n"
fi
AC_ARG_WITH([gnu-regexp],

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 30 00:40:34 CEST 2010 - ro@suse.de
- make aide check verbose to get started
- add sleep and sync to fix build
-------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package aide (Version 0.13.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,15 +22,14 @@ Name: aide
BuildRequires: bison flex libacl-devel libattr-devel mhash-devel pkg-config zlib-devel
BuildRequires: curl-devel libselinux-devel
%define prefix /usr
Version: 0.13.1
Release: 51
Version: 0.15
Release: 52
Summary: Advanced Intrusion Detection Environment
License: GPL v2 or later
License: GPLv2+
Group: Productivity/Security
Source0: http://www.cs.tut.fi/~rammer/aide-%{version}.tar.bz2
Source1: aide.conf
Source2: aide-cron_daily.sh
Patch: aide-version-fix.patch
Patch1: aide-0.13.1-as-needed.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://sourceforge.net/projects/aide/
@ -46,8 +45,7 @@ Authors:
%prep
%setup -q
%patch
%patch1
#%patch1
%build
autoreconf -fiv
@ -81,9 +79,12 @@ install -m 700 -d $TESTDIR/var/lib/aide
install -m 700 -d $TESTDIR/etc
install -m 600 %{S:1} $TESTDIR/etc/aide.conf.new
sed -e "s#/var/lib/aide#$TESTDIR/var/lib/aide#g" <$TESTDIR/etc/aide.conf.new >$TESTDIR/etc/aide.conf
sleep 2
sync
sleep 2
$TESTDIR/usr/bin/aide -c $TESTDIR/etc/aide.conf --init
mv $TESTDIR/var/lib/aide/aide.db.new $TESTDIR/var/lib/aide/aide.db
$TESTDIR/usr/bin/aide -c $TESTDIR/etc/aide.conf --check
$TESTDIR/usr/bin/aide -c $TESTDIR/etc/aide.conf --check --verbose
rm -rf $TESTDIR
%clean