Do not save patched doc files
resolves: rhbz#2069664
This commit is contained in:
parent
37d02e387a
commit
650fee9311
16
rsyslog.spec
16
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 <alakatos@redhat.com> - 8.2102.0-103
|
||||
Add deleteStateOnFileMove imfile module option
|
||||
* Tue Apr 19 2022 Attila Lakatos <alakatos@redhat.com> - 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 <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
|
||||
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
|
||||
- Add action.errorfile.maxsize parameter
|
||||
|
Loading…
Reference in New Issue
Block a user