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