doczkal / rpms / abrt

Forked from rpms/abrt 4 years ago
Clone

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

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