diff --git a/abrt-2.1.1-hide_all_ureport_stuff.patch b/abrt-2.1.1-hide_all_ureport_stuff.patch index 30b49cf..d33eefc 100644 --- a/abrt-2.1.1-hide_all_ureport_stuff.patch +++ b/abrt-2.1.1-hide_all_ureport_stuff.patch @@ -88,10 +88,10 @@ diff -ur abrt-2.1.1/src/plugins/python_event.conf abrt-2.1.1.new/src/plugins/pyt - reporter-ureport -r - # Reporting of python exceptions - EVENT=report-gui analyzer=Python + EVENT=report-gui analyzer=Python component!=anaconda - report-gtk -e report_uReport -e "collect_*" -e report_Bugzilla -e post_report -- "$DUMP_DIR" + report-gtk -e "collect_*" -e report_Bugzilla -- "$DUMP_DIR" - EVENT=report-cli analyzer=Python + EVENT=report-cli analyzer=Python component!=anaconda - report-cli -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR" + report-cli -e report_Bugzilla -- "$DUMP_DIR"