diff -ruN abrt-2.1.7.orig/src/plugins/ccpp_event.conf abrt-2.1.7.fix/src/plugins/ccpp_event.conf
--- abrt-2.1.7.orig/src/plugins/ccpp_event.conf 2013-11-19 10:35:56.408323626 +0100
+++ abrt-2.1.7.fix/src/plugins/ccpp_event.conf 2013-11-20 13:50:34.259561517 +0100
@@ -63,7 +63,6 @@
# Bugzilla requires nonempty duphash
EVENT=report_Bugzilla analyzer=CCpp duphash!=
- abrt-dedup-client
test -f component || abrt-action-save-package-data
component="`cat component`"
format="bugzilla_format.conf"
@@ -84,6 +83,7 @@
# update ABRT database after successful report to bugzilla
EVENT=post_report analyzer=CCpp
reporter-ureport -r
+ exit 0
EVENT=analyze_CCpp analyzer=CCpp
abrt-action-perform-ccpp-analysis
@@ -93,4 +93,4 @@
report-gtk -- "$DUMP_DIR"
EVENT=report-cli analyzer=CCpp
- report-cli -e report_uReport -e analyze_CCpp -e report_Bugzilla -e post_report -- "$DUMP_DIR"
+ report-cli -e report_RHTSupport -- "$DUMP_DIR"
diff -ruN abrt-2.1.7.orig/src/plugins/koops_event.conf abrt-2.1.7.fix/src/plugins/koops_event.conf
--- abrt-2.1.7.orig/src/plugins/koops_event.conf 2013-11-19 10:35:56.423323627 +0100
+++ abrt-2.1.7.fix/src/plugins/koops_event.conf 2013-11-20 13:50:47.798561826 +0100
@@ -27,10 +27,11 @@
# Update ABRT database after successful report to bugzilla
EVENT=post_report analyzer=Kerneloops
reporter-ureport -r
+ exit 0
# Automatic/simple GUI-based kernel oopses reporting will do this:
EVENT=report-gui analyzer=Kerneloops
report-gtk -- "$DUMP_DIR"
EVENT=report-cli analyzer=Kerneloops
- report-cli -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"
+ report-cli -e report_RHTSupport -- "$DUMP_DIR"
diff -ruN abrt-2.1.7.orig/src/plugins/python_event.conf abrt-2.1.7.fix/src/plugins/python_event.conf
--- abrt-2.1.7.orig/src/plugins/python_event.conf 2013-11-19 10:35:56.419323627 +0100
+++ abrt-2.1.7.fix/src/plugins/python_event.conf 2013-11-20 13:50:55.024561991 +0100
@@ -22,10 +22,11 @@
# update ABRT database after successful report to bugzilla
EVENT=post_report analyzer=Python
reporter-ureport -r
+ exit 0
# Reporting of python exceptions
EVENT=report-gui analyzer=Python component!=anaconda
report-gtk -- "$DUMP_DIR"
EVENT=report-cli analyzer=Python component!=anaconda
- report-cli -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"
+ report-cli -e report_RHTSupport -- "$DUMP_DIR"
diff -ruN abrt-2.1.7.orig/src/plugins/vmcore_event.conf abrt-2.1.7.fix/src/plugins/vmcore_event.conf
--- abrt-2.1.7.orig/src/plugins/vmcore_event.conf 2013-11-19 10:35:56.423323627 +0100
+++ abrt-2.1.7.fix/src/plugins/vmcore_event.conf 2013-11-20 13:51:21.135562587 +0100
@@ -23,8 +23,13 @@
EVENT=report_uReport analyzer=vmcore
/usr/libexec/abrt-action-ureport
+# update ABRT database after successful report to bugzilla
+EVENT=post_report analyzer=Python
+ reporter-ureport -r
+ exit 0
+
EVENT=report-gui analyzer=vmcore
report-gtk -- "$DUMP_DIR"
EVENT=report-cli analyzer=vmcore
- report-cli -e analyze_VMcore -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"
+ report-cli -e report_RHTSupport -- "$DUMP_DIR"