Do not save patched doc files

resolves: rhbz#2069664
This commit is contained in:
alakatos 2022-04-19 15:49:38 +02:00
parent 37d02e387a
commit 650fee9311
1 changed files with 10 additions and 6 deletions

View File

@ -5,7 +5,7 @@
Summary: Enhanced system logging and kernel message trapping daemon Summary: Enhanced system logging and kernel message trapping daemon
Name: rsyslog Name: rsyslog
Version: 8.2102.0 Version: 8.2102.0
Release: 103%{?dist} Release: 104%{?dist}
License: (GPLv3+ and ASL 2.0) License: (GPLv3+ and ASL 2.0)
URL: http://www.rsyslog.com/ URL: http://www.rsyslog.com/
Source0: http://www.rsyslog.com/files/download/rsyslog/%{name}-%{version}.tar.gz Source0: http://www.rsyslog.com/files/download/rsyslog/%{name}-%{version}.tar.gz
@ -273,7 +273,7 @@ mv build doc
%patch7 -p1 -b .prioritize-SAN %patch7 -p1 -b .prioritize-SAN
%patch8 -p1 -b .errfile-maxsize %patch8 -p1 -b .errfile-maxsize
%patch10 -p1 -b .statefile-fix %patch10 -p1 -b .statefile-fix
%patch11 -p1 -b .statefile-doc %patch11 -p1
%patch12 -p1 -b .gnutls-broken-connection %patch12 -p1 -b .gnutls-broken-connection
pushd .. pushd ..
@ -539,12 +539,16 @@ done
%changelog %changelog
* Tue Apr 05 2022 Attila Lakatos <alakatos@redhat.com> - 8.2102.0-103 * Tue Apr 19 2022 Attila Lakatos <alakatos@redhat.com> - 8.2102.0-104
Add deleteStateOnFileMove imfile module option - Do not save patched doc files
resolves: rhbz#2069664 resolves: rhbz#2069664
Add inotify_rm_watch() inotify API call when object needs to be destroyed
* Tue Apr 05 2022 Attila Lakatos <alakatos@redhat.com> - 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 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 <sarroutb@redhat.com> - 8.2102.0-102 * Fri Mar 11 2022 Sergio Arroutbi <sarroutb@redhat.com> - 8.2102.0-102
- Add action.errorfile.maxsize parameter - Add action.errorfile.maxsize parameter