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