diff --git a/audit.changes b/audit.changes index e473ead..d5f5e35 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 7 21:17:24 UTC 2010 - coolo@novell.com + +- prereq init script syslog + +------------------------------------------------------------------- +Sun Nov 7 23:00:15 UTC 2010 - cristian.rodriguez@opensuse.org + +- use full RELRO. + ------------------------------------------------------------------- Tue Sep 28 22:41:14 UTC 2010 - tonyj@novell.com diff --git a/audit.spec b/audit.spec index d98f70f..cba1ca4 100644 --- a/audit.spec +++ b/audit.spec @@ -38,7 +38,7 @@ Patch3: audit-no-gss.patch Patch4: audit-oom_score_adj.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: %{name}-libs = %{version} -PreReq: %insserv_prereq %fillup_prereq +PreReq: %insserv_prereq %fillup_prereq sysvinit(syslog) %description The audit package contains the user space utilities for storing and @@ -105,6 +105,7 @@ Authors: autoreconf -fi export CFLAGS="%{optflags} -fno-strict-aliasing" export CXXFLAGS="$CFLAGS" +export LDFLAGS="-Wl,-z,relro,-z,now" # no krb support (omit --enable-gssapi-krb5=yes), see audit-no-gss.patch %configure --sbindir=/sbin \ --libdir=/%{_lib} --libexecdir=%{_prefix}/lib/%{name} \