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