From 650fee9311fec2e4a8e7f747b43152dff0c74a8e Mon Sep 17 00:00:00 2001 From: alakatos Date: Tue, 19 Apr 2022 15:49:38 +0200 Subject: [PATCH] Do not save patched doc files resolves: rhbz#2069664 --- rsyslog.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/rsyslog.spec b/rsyslog.spec index 7fdd1e7..60ea5d6 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -5,7 +5,7 @@ Summary: Enhanced system logging and kernel message trapping daemon Name: rsyslog Version: 8.2102.0 -Release: 103%{?dist} +Release: 104%{?dist} License: (GPLv3+ and ASL 2.0) URL: http://www.rsyslog.com/ Source0: http://www.rsyslog.com/files/download/rsyslog/%{name}-%{version}.tar.gz @@ -273,7 +273,7 @@ mv build doc %patch7 -p1 -b .prioritize-SAN %patch8 -p1 -b .errfile-maxsize %patch10 -p1 -b .statefile-fix -%patch11 -p1 -b .statefile-doc +%patch11 -p1 %patch12 -p1 -b .gnutls-broken-connection pushd .. @@ -539,12 +539,16 @@ done %changelog -* Tue Apr 05 2022 Attila Lakatos - 8.2102.0-103 -Add deleteStateOnFileMove imfile module option +* Tue Apr 19 2022 Attila Lakatos - 8.2102.0-104 +- Do not save patched doc files resolves: rhbz#2069664 -Add inotify_rm_watch() inotify API call when object needs to be destroyed + +* Tue Apr 05 2022 Attila Lakatos - 8.2102.0-103 +- Add deleteStateOnFileMove imfile module option + resolves: rhbz#2069664 +- Add inotify_rm_watch() inotify API call when object needs to be destroyed resolves: rhbz#2070528 -Fix error handling in gtlsRecordRecv, which can cause full CPU usage +- Fix error handling in gtlsRecordRecv, which can cause full CPU usage * Fri Mar 11 2022 Sergio Arroutbi - 8.2102.0-102 - Add action.errorfile.maxsize parameter