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