SHA256
1
0
forked from pool/aide
OBS User unknown 2007-03-29 09:48:55 +00:00 committed by Git OBS Bridge
parent 1d123e060c
commit 0f66866fc0
2 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 29 10:13:37 CEST 2007 - meissner@suse.de
- buildrequires flex,bison
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 13 13:06:36 CEST 2006 - meissner@suse.de Thu Apr 13 13:06:36 CEST 2006 - meissner@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package aide (Version 0.11) # spec file for package aide (Version 0.11)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -11,12 +11,12 @@
# norootforbuild # norootforbuild
Name: aide Name: aide
BuildRequires: mhash-devel zlib-devel BuildRequires: bison flex mhash-devel zlib-devel
%define prefix /usr %define prefix /usr
Version: 0.11 Version: 0.11
Release: 7 Release: 41
Summary: Advanced Intrusion Detection Environment Summary: Advanced Intrusion Detection Environment
License: GPL License: GNU General Public License (GPL)
Group: Productivity/Security Group: Productivity/Security
Source0: http://www.cs.tut.fi/~rammer/aide-%{version}.tar.bz2 Source0: http://www.cs.tut.fi/~rammer/aide-%{version}.tar.bz2
Source1: aide.conf Source1: aide.conf
@ -81,7 +81,9 @@ fi
/var/lib/aide /var/lib/aide
%config(noreplace) /etc/aide.conf %config(noreplace) /etc/aide.conf
%changelog -n aide %changelog
* Thu Mar 29 2007 - meissner@suse.de
- buildrequires flex,bison
* Thu Apr 13 2006 - meissner@suse.de * Thu Apr 13 2006 - meissner@suse.de
- run aide --init as test - run aide --init as test
* Mon Feb 20 2006 - mge@suse.de * Mon Feb 20 2006 - mge@suse.de