OBS User unknown 2009-06-17 23:29:00 +00:00 committed by Git OBS Bridge
parent ecf76b39cb
commit b96de7ca2e
3 changed files with 31 additions and 7 deletions

View File

@ -0,0 +1,16 @@
Index: src/Makefile.am
===================================================================
--- src/Makefile.am.orig 2006-10-27 23:10:38.000000000 +0200
+++ src/Makefile.am 2009-06-17 19:36:11.000000000 +0200
@@ -50,9 +50,9 @@ aide_SOURCES = \
INCLUDES = -I$(top_srcdir)/include
-LDADD = -lm @CRYPTLIB@ @ACLLIB@ @SELINUXLIB@ @AUDITLIB@ @ATTRLIB@
+aide_LDADD = -lm @LDFLAGS@ @CRYPTLIB@ @ACLLIB@ @SELINUXLIB@ @AUDITLIB@ @ATTRLIB@
-AM_LDFLAGS = @LDFLAGS@ @LD_STATIC_FLAG@
+AM_LDFLAGS = @LD_STATIC_FLAG@
AM_CFLAGS = @CFLAGS@ @MAINTAINER_MODE_TRUE@ -Wall -g

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 17 19:43:10 CEST 2009 - crrodriguez@suse.de
- fix build when as-needed is a default liker option
-------------------------------------------------------------------
Mon Jan 5 14:19:26 CET 2009 - meissner@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: 48
Release: 50
Summary: Advanced Intrusion Detection Environment
License: GPL v2 or later
Group: Productivity/Security
@ -31,6 +31,7 @@ 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/
@ -45,11 +46,11 @@ Authors:
%prep
%setup -q
%patch0
%{?suse_update_config:%{suse_update_config -l -f}}
autoconf
%patch0
%patch1
%build
autoreconf -fiv
CFLAGS="$RPM_OPT_FLAGS" \
./configure \
--prefix=%{_prefix} \
@ -98,6 +99,8 @@ 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
@ -155,9 +158,9 @@ rm -rf $RPM_BUILD_ROOT
- make SPEC file 7.0 compliant
* Sat Jul 15 2000 mge@suse.de
- initial SuSE RPM, config file /etc/aide.conf
* Tue Jan 25 2000 Matthew Kirkwood <weejock@ferret.lmh.ox.ac.uk>
* 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
* Sat Sep 11 1999 Rami Lehti <rammer@cs.tut.fi>
* Sun Sep 12 1999 Rami Lehti <rammer@cs.tut.fi>
- Some small changes to make this autogeneratable by configure.
* Fri Sep 10 1999 Zach Brown <zab@redhat.com>
* Sat Sep 11 1999 Zach Brown <zab@redhat.com>
- First go