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