Blame SOURCES/event-don-t-run-the-reporter-bugzilla-h-on-RHEL-and-.patch

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