From bba3099e10ec34fafa607713d03d4eef9995f94b Mon Sep 17 00:00:00 2001 From: Cropi Date: Mon, 3 Aug 2026 14:35:16 +0200 Subject: [PATCH] Fix spec file Resolves: RHEL-212704 --- rsyslog.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsyslog.spec b/rsyslog.spec index e00ee89..55081d3 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -6,7 +6,7 @@ Summary: Enhanced system logging and kernel message trapping daemon Name: rsyslog Version: 8.2102.0 -Release: 15%{?dist}.1 +Release: 15%{?dist}.2 License: (GPLv3+ and ASL 2.0) Group: System Environment/Daemons ExcludeArch: i686 @@ -578,7 +578,7 @@ done %{_libdir}/rsyslog/omudpspoof.so %changelog -* Sun Aug 03 2026 Attila Lakatos - 8.2102.0-15.2 +* Mon Aug 03 2026 Attila Lakatos - 8.2102.0-15.2 - Backport: imptcp: guard regex-framing match against iCurrLine == 0 Resolves: RHEL-212704