From f0d26583c19a06f737234433396252d1d5f18d82 Mon Sep 17 00:00:00 2001 From: Tomas Heinrich Date: Tue, 25 Sep 2007 10:25:10 +0000 Subject: [PATCH] bug 303341 - fix message suppression --- .cvsignore | 1 + rsyslog.spec | 9 +++++++-- sources | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 75611b7..cd520ea 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ rsyslog.init rsyslog.sysconfig rsyslog-1.19.6.tar.gz +rsyslog-1.19.6-repmsg.patch diff --git a/rsyslog.spec b/rsyslog.spec index 4f98a55..e024573 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -3,13 +3,14 @@ Summary: Enhanced system logging and kernel message trapping daemons Name: rsyslog Version: 1.19.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.rsyslog.com/ Source0: http://download.adiscon.com/rsyslog/%{name}-%{version}.tar.gz Source1: rsyslog.init Source2: rsyslog.sysconfig +Patch1: rsyslog-1.19.6-repmsg.patch Conflicts: logrotate < 3.5.2 BuildRequires: zlib-devel BuildRequires: autoconf automake @@ -45,6 +46,7 @@ MySQL database support to rsyslog. %prep %setup -q +%patch1 -p1 -b .repmsg %build %configure --sbindir=%{sbindir} --disable-static @@ -117,7 +119,10 @@ fi %{_libdir}/rsyslog/ommysql.so %changelog -* Tue Sep 25 2007 Tomas Heinrich 1.19.6 +* Tue Sep 25 2007 Tomas Heinrich 1.19.6-2 +- fix message suppression (303341) + +* Tue Sep 25 2007 Tomas Heinrich 1.19.6-1 - upstream bugfix release * Tue Aug 28 2007 Peter Vrabec 1.19.2-1 diff --git a/sources b/sources index 89793ee..502a39b 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ fe8fcd90c672701fa198dd1206df64ae rsyslog.init e10d2dc3238c2cf2a54933f10b19b9bf rsyslog.sysconfig 0aa4ea5d07d3c2ba3080b4a64280ff72 rsyslog-1.19.6.tar.gz +8687f4cb4dbc28106890a00eabf2c6f7 rsyslog-1.19.6-repmsg.patch