This commit is contained in:
parent
7f334e0656
commit
3ca2d3c127
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 09:48:36 CEST 2008 - meissner@suse.de
|
||||
|
||||
- enabled SELinux support [Fate#303662]
|
||||
- enabled curl
|
||||
- disable static (does not make much sense)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 11:26:20 CET 2008 - meissner@suse.de
|
||||
|
||||
|
31
aide.spec
31
aide.spec
@ -2,9 +2,16 @@
|
||||
# spec file for package aide (Version 0.13.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -13,9 +20,10 @@
|
||||
|
||||
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: 1
|
||||
Release: 39
|
||||
Summary: Advanced Intrusion Detection Environment
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Security
|
||||
@ -47,9 +55,12 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
||||
--with-config_file=/etc/aide.conf \
|
||||
--with-dbhmactype=md5 \
|
||||
--enable-forced_dbmd \
|
||||
--disable-static \
|
||||
--enable-lfs \
|
||||
--with-posix-acl \
|
||||
--with-xattr \
|
||||
--with-selinux \
|
||||
--with-curl \
|
||||
--with-zlib
|
||||
# --enable-forced_configmd
|
||||
|
||||
@ -71,9 +82,7 @@ $TESTDIR/usr/bin/aide -c $TESTDIR/etc/aide.conf --init
|
||||
rm -rf $TESTDIR
|
||||
|
||||
%clean
|
||||
if [ -n "$RPM_BUILD_ROOT" ] ; then
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||
fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -85,6 +94,10 @@ fi
|
||||
%config(noreplace) /etc/aide.conf
|
||||
|
||||
%changelog
|
||||
* Fri Aug 22 2008 meissner@suse.de
|
||||
- enabled SELinux support [Fate#303662]
|
||||
- enabled curl
|
||||
- disable static (does not make much sense)
|
||||
* Tue Feb 12 2008 meissner@suse.de
|
||||
- Version 0.13.1
|
||||
* Fixed bug with reading gzipped aide.db files
|
||||
@ -111,7 +124,7 @@ fi
|
||||
- fixes bug #149059
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Sat Jan 14 2006 schwab@suse.de
|
||||
* Sun Jan 15 2006 schwab@suse.de
|
||||
- Don't strip binaries.
|
||||
* Fri Mar 18 2005 mge@suse.de
|
||||
- fixes #71272 - aide-0.10-47 config files not yet converted to utf8
|
||||
@ -120,7 +133,7 @@ fi
|
||||
- #33600: more usable default aide.conf
|
||||
(thanks to Dirk Mueller <dmuell@gmx.net>)
|
||||
- example-cron-job
|
||||
* Sat Jan 10 2004 adrian@suse.de
|
||||
* Sun Jan 11 2004 adrian@suse.de
|
||||
- build as user
|
||||
* Wed Nov 13 2002 ro@suse.de
|
||||
- fix build for current bison
|
||||
@ -132,7 +145,7 @@ fi
|
||||
* Wed Nov 22 2000 mge@suse.de
|
||||
- created PAC files
|
||||
- make SPEC file 7.0 compliant
|
||||
* Sat Jul 15 2000 mge@suse.de
|
||||
* Sun Jul 16 2000 mge@suse.de
|
||||
- initial SuSE RPM, config file /etc/aide.conf
|
||||
* Wed Jan 26 2000 Matthew Kirkwood <weejock@ferret.lmh.ox.ac.uk>
|
||||
- Fixes for RH 6.1 and sysconfdir changed to /etc and /var/lib/aide added
|
||||
|
Loading…
x
Reference in New Issue
Block a user