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