From 0d1328abf98dc2448ada3e11d2f13ad8701d6ecd Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 16 2021 04:22:14 +0000 Subject: import rsyslog-8.2102.0-6.el8 --- diff --git a/SPECS/rsyslog.spec b/SPECS/rsyslog.spec index 38af939..16c1320 100644 --- a/SPECS/rsyslog.spec +++ b/SPECS/rsyslog.spec @@ -6,7 +6,7 @@ Summary: Enhanced system logging and kernel message trapping daemon Name: rsyslog Version: 8.2102.0 -Release: 5%{?dist} +Release: 6%{?dist} License: (GPLv3+ and ASL 2.0) Group: System Environment/Daemons ExcludeArch: i686 @@ -116,6 +116,10 @@ Group: System Environment/Daemons Requires: %name = %version-%release BuildRequires: liblognorm-devel +%package mmfields +Summary: Fields extraction module +Requires: %name = %version-%release + %package mmsnmptrapd Summary: Message modification module for snmptrapd generated messages Group: System Environment/Daemons @@ -220,6 +224,12 @@ container metadata. %description mmnormalize This module provides the capability to normalize log messages via liblognorm. +%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. @@ -332,6 +342,7 @@ autoreconf -if --enable-mmjsonparse \ --enable-mmkubernetes \ --enable-mmnormalize \ + --enable-mmfields \ --enable-mmsnmptrapd \ --enable-mmutf8fix \ --enable-mysql \ @@ -488,6 +499,9 @@ done %files mmnormalize %{_libdir}/rsyslog/mmnormalize.so +%files mmfields +%{_libdir}/rsyslog/mmfields.so + %files mmsnmptrapd %{_libdir}/rsyslog/mmsnmptrapd.so @@ -514,6 +528,11 @@ done %{_libdir}/rsyslog/omudpspoof.so %changelog +* Mon Oct 18 2021 Attila Lakatos - 8.2102.0-6 +- Enable mmfields module + resolves: rhbz#1947907 + resolves: rhbz#1866900 + * Wed Aug 04 2021 Attila Lakatos - 8.2102.0-5 - Do not exit when user/group can not be found resolves: rhbz#1984489