forked from pool/audit
Accepting request 55251 from security
Accepted submit request 55251 from user elvigia OBS-URL: https://build.opensuse.org/request/show/55251 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit?expand=0&rev=40
This commit is contained in:
commit
67a3d02da3
@ -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
|
||||
|
||||
|
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user