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

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