Enable mmfields module

This commit is contained in:
alakatos 2021-09-15 11:35:55 +02:00
parent 20fd06e404
commit ffb46075f3

View File

@ -8,7 +8,7 @@
Summary: Enhanced system logging and kernel message trapping daemon
Name: rsyslog
Version: 8.2102.0
Release: 6%{?dist}
Release: 7%{?dist}
License: (GPLv3+ and ASL 2.0)
URL: http://www.rsyslog.com/
Source0: http://www.rsyslog.com/files/download/rsyslog/%{name}-%{version}.tar.gz
@ -78,6 +78,10 @@ BuildRequires: libestr-devel liblognorm-devel >= 1.0.2
Summary: Message modification module supporting Linux audit format
Requires: %name = %version-%release
%package mmfields
Summary: Fields extraction module
Requires: %name = %version-%release
%package mmsnmptrapd
Summary: Message modification module for snmptrapd generated messages
Requires: %name = %version-%release
@ -203,6 +207,12 @@ This module provides the capability to normalize log messages via liblognorm.
This module provides message modification supporting Linux audit format
in various settings.
%description mmfields
The mmfield module permits to extract fields. Using this module is of special
advantage if a field-based log format is to be processed, like for example CEF
and either a large number of fields is needed or a specific field is used multiple
times inside filters.
%description mmsnmptrapd
This message modification module takes messages generated from snmptrapd and
modifies them so that they look like they originated from the read originator.
@ -359,6 +369,7 @@ autoreconf -if
--enable-mmanon \
--enable-mmaudit \
--enable-mmcount \
--enable-mmfields \
--enable-mmkubernetes \
--enable-mmjsonparse \
--enable-mmnormalize \
@ -502,6 +513,9 @@ done
%files mmaudit
%{_libdir}/rsyslog/mmaudit.so
%files mmfields
%{_libdir}/rsyslog/mmfields.so
%files mmjsonparse
%{_libdir}/rsyslog/mmjsonparse.so
@ -569,6 +583,9 @@ done
%changelog
* Wed Sep 15 2021 Attila Lakatos <alakatos@redhat.com> - 8.2102.0-7
- Enable mmfields plugin
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 8.2102.0-6
- Rebuilt with OpenSSL 3.0.0