import rsyslog-8.2102.0-6.el8
This commit is contained in:
parent
00995d4227
commit
ba94822b64
@ -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 <alakatos@redhat.com> - 8.2102.0-6
|
||||
- Enable mmfields module
|
||||
resolves: rhbz#1947907
|
||||
resolves: rhbz#1866900
|
||||
|
||||
* Wed Aug 04 2021 Attila Lakatos <alakatos@redhat.com> - 8.2102.0-5
|
||||
- Do not exit when user/group can not be found
|
||||
resolves: rhbz#1984489
|
||||
|
Loading…
Reference in New Issue
Block a user