rpms/rsyslog/devel rsyslog-3.19.7-symlookup.patch, NONE, 1.1 rsyslog.spec, 1.41, 1.42

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Fri Jun 13 09:08:16 UTC 2008


Author: pvrabec

Update of /cvs/extras/rpms/rsyslog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31167

Modified Files:
	rsyslog.spec 
Added Files:
	rsyslog-3.19.7-symlookup.patch 
Log Message:
do not translate Oopses


rsyslog-3.19.7-symlookup.patch:

--- NEW FILE rsyslog-3.19.7-symlookup.patch ---
diff -up rsyslog-3.19.7/plugins/imklog/imklog.c.symlookup rsyslog-3.19.7/plugins/imklog/imklog.c
--- rsyslog-3.19.7/plugins/imklog/imklog.c.symlookup	2008-06-13 10:59:49.000000000 +0200
+++ rsyslog-3.19.7/plugins/imklog/imklog.c	2008-06-13 11:00:29.000000000 +0200
@@ -65,7 +65,7 @@ DEFobjCurrIf(glbl)
 int dbgPrintSymbols = 0; /* this one is extern so the helpers can access it! */
 int symbols_twice = 0;
 int use_syscall = 0;
-int symbol_lookup = 1;
+int symbol_lookup = 0;
 int bPermitNonKernel = 0; /* permit logging of messages not having LOG_KERN facility */
 int iFacilIntMsg; /* the facility to use for internal messages (set by driver) */
 /* TODO: configuration for the following directives must be implemented. It 
@@ -245,7 +245,7 @@ static rsRetVal resetConfigVariables(uch
 	symbols_twice = 0;
 	use_syscall = 0;
 	symfile = NULL;
-	symbol_lookup = 1;
+	symbol_lookup = 0;
 	bPermitNonKernel = 0;
 	iFacilIntMsg = klogFacilIntMsg();
 	return RS_RET_OK;


Index: rsyslog.spec
===================================================================
RCS file: /cvs/extras/rpms/rsyslog/devel/rsyslog.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- rsyslog.spec	13 Jun 2008 08:19:07 -0000	1.41
+++ rsyslog.spec	13 Jun 2008 09:07:32 -0000	1.42
@@ -12,6 +12,7 @@
 Source2: rsyslog.conf
 Source3: rsyslog.sysconfig
 Source4: rsyslog.log
+Patch1: rsyslog-3.19.7-symlookup.patch
 BuildRequires: zlib-devel
 BuildRequires: autoconf automake
 Requires: logrotate >= 3.5.2
@@ -87,6 +88,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .symLookup
 
 %build
 %configure	--sbindir=%{sbindir} \
@@ -191,6 +193,9 @@
 %{_libdir}/rsyslog/lmnsd_gtls.so
 
 %changelog
+* Fri Jun 13 2008 Peter Vrabec <pvrabec at redhat.com> 3.19.7-2
+- do not translate Oopses (#450329)
+
 * Fri Jun 13 2008 Peter Vrabec <pvrabec at redhat.com> 3.19.7-1
 - upgrade
 




More information about the fedora-extras-commits mailing list