Update a patch for rhel

This commit is contained in:
Jakub Filak 2013-06-19 10:02:01 +02:00
commit fac68ad1e7

View file

@ -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"