Accepting request 18746 from security

Copy from security/aide based on submit request 18746 from user mlschroe

OBS-URL: https://build.opensuse.org/request/show/18746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aide?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2009-08-26 14:41:24 +00:00 committed by Git OBS Bridge
parent b96de7ca2e
commit 7aed64aa70
2 changed files with 7 additions and 67 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
- make patch0 usage consistent
-------------------------------------------------------------------
Wed Jun 17 19:43:10 CEST 2009 - crrodriguez@suse.de

View File

@ -23,7 +23,7 @@ BuildRequires: bison flex libacl-devel libattr-devel mhash-devel pkg-config zli
BuildRequires: curl-devel libselinux-devel
%define prefix /usr
Version: 0.13.1
Release: 50
Release: 51
Summary: Advanced Intrusion Detection Environment
License: GPL v2 or later
Group: Productivity/Security
@ -46,7 +46,7 @@ Authors:
%prep
%setup -q
%patch0
%patch
%patch1
%build
@ -99,68 +99,3 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) /etc/aide.conf
%changelog
* Wed Jun 17 2009 crrodriguez@suse.de
- fix build when as-needed is a default liker option
* Mon Jan 05 2009 meissner@suse.de
- fixed abort on check/update by removing the hash requirement bnc#406597
- fixed version output bnc#463511
- enhanced testcase to also run one aide --check
* 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
* Removed dead ustat code
- Version 0.13
* Added support for selinux and xattr attributes
(kindly contributed by Red Hat)
* Added support for the Linux Audit System
(kindly contributed by Red Hat)
* Fixed usage of libgcrypt instead of libmhash
* Added file locking for output files
* Fixed bugs
- Version 0.12
* Fixed bugs
* Allow http/https/ftp URLs through libcurl
* Support posix_fadvice() to avoid caching files
- enabled ACL and XATTR support
* Thu Mar 29 2007 meissner@suse.de
- buildrequires flex,bison
* Thu Apr 13 2006 meissner@suse.de
- run aide --init as test
* Mon Feb 20 2006 mge@suse.de
- update to 0.11
- fixes bug #149059
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 14 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
* Mon Jan 26 2004 mge@suse.de
- upgrade to 0.10
- #33600: more usable default aide.conf
(thanks to Dirk Mueller <dmuell@gmx.net>)
- example-cron-job
* Sat Jan 10 2004 adrian@suse.de
- build as user
* Wed Nov 13 2002 ro@suse.de
- fix build for current bison
* Thu Aug 15 2002 mge@suse.de
- update to 0.9
* Mon Apr 09 2001 ro@suse.de
- don't use macro for version
- remove obsolete macros
* Wed Nov 22 2000 mge@suse.de
- created PAC files
- make SPEC file 7.0 compliant
* Sat Jul 15 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
* Sun Sep 12 1999 Rami Lehti <rammer@cs.tut.fi>
- Some small changes to make this autogeneratable by configure.
* Sat Sep 11 1999 Zach Brown <zab@redhat.com>
- First go