dbc4e2
From 6c95ae2bf1c80530442a516f23b7cd8e82dcae12 Mon Sep 17 00:00:00 2001
dbc4e2
From: Matej Habrnal <mhabrnal@redhat.com>
dbc4e2
Date: Thu, 22 Jan 2015 02:23:21 +0100
dbc4e2
Subject: [PATCH 88/91] event: don't run the 'reporter-bugzilla -h' on RHEL and
dbc4e2
 CentOS
dbc4e2
dbc4e2
Running the 'reporter-bugzilla -h' makes sense only on Fedora because of bodhi.
dbc4e2
dbc4e2
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
dbc4e2
---
dbc4e2
 src/plugins/ccpp_event.conf | 2 +-
dbc4e2
 1 file changed, 1 insertion(+), 1 deletion(-)
dbc4e2
dbc4e2
diff --git a/src/plugins/ccpp_event.conf b/src/plugins/ccpp_event.conf
dbc4e2
index 62ff08a..cd75ee2 100644
dbc4e2
--- a/src/plugins/ccpp_event.conf
dbc4e2
+++ b/src/plugins/ccpp_event.conf
dbc4e2
@@ -71,7 +71,7 @@ EVENT=analyze_LocalGDB analyzer=CCpp
dbc4e2
         # Run GDB plugin to see if crash looks exploitable
dbc4e2
         abrt-action-analyze-vulnerability
dbc4e2
         # Run GDB to genereate backtrace
dbc4e2
-        abrt-action-analyze-ccpp-local --without-bodhi
dbc4e2
+        abrt-action-analyze-ccpp-local --without-bz
dbc4e2
 
dbc4e2
 
dbc4e2
 # Bugzilla requires nonempty duphash
dbc4e2
-- 
dbc4e2
1.8.3.1
dbc4e2