- Enabled compilation of kmsg, the kernel’s new structured logging

system modile, mmaudit the message modification module supporting
  Linux audit format and mmjsonparse providing the cee-enhanced
  syslog format support message modification module.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=105
This commit is contained in:
2012-10-29 15:27:17 +00:00
committed by Git OBS Bridge
parent cffe3d6978
commit 70ae7f73d7
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Oct 29 15:16:49 UTC 2012 - mt@suse.com
- Enabled compilation of kmsg, the kernels new structured logging
system modile, mmaudit the message modification module supporting
Linux audit format and mmjsonparse providing the cee-enhanced
syslog format support message modification module.
-------------------------------------------------------------------
Wed Oct 24 15:01:53 UTC 2012 - mt@suse.com

View File

@@ -321,6 +321,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall -I../grammar -I../..
--enable-regexp \
--enable-zlib \
--enable-klog \
--enable-kmsg \
--enable-inet \
%if %{with gnutls}
--enable-gnutls \
@@ -363,6 +364,8 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall -I../grammar -I../..
--enable-pmrfc3164sd \
--enable-omruleset \
--enable-mmsnmptrapd \
--enable-mmjsonparse \
--enable-mmaudit \
--disable-static
make %{?_smp_mflags:%{_smp_mflags}} V=1
@@ -573,6 +576,7 @@ fi
%dir %{rsyslog_module_dir_nodeps}
%{rsyslog_module_dir_nodeps}/imfile.so
%{rsyslog_module_dir_nodeps}/imklog.so
%{rsyslog_module_dir_nodeps}/imkmsg.so
%{rsyslog_module_dir_nodeps}/immark.so
%{rsyslog_module_dir_nodeps}/imtcp.so
%{rsyslog_module_dir_nodeps}/imudp.so
@@ -594,6 +598,8 @@ fi
%{rsyslog_module_dir_nodeps}/omuxsock.so
%{rsyslog_module_dir_nodeps}/pmlastmsg.so
%{rsyslog_module_dir_nodeps}/impstats.so
%{rsyslog_module_dir_nodeps}/mmaudit.so
%{rsyslog_module_dir_nodeps}/mmjsonparse.so
%{rsyslog_module_dir_nodeps}/mmsnmptrapd.so
%{rsyslog_module_dir_nodeps}/pmaixforwardedfrom.so
%{rsyslog_module_dir_nodeps}/pmcisconames.so