Update a patch for rhel
This commit is contained in:
parent
413941a1f7
commit
fac68ad1e7
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue