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