summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/abrt_event.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
index c378031d..605ee47e 100644
--- a/src/daemon/abrt_event.conf
+++ b/src/daemon/abrt_event.conf
@@ -75,5 +75,9 @@ EVENT=post-create analyzer=Python abrt-action-analyze-python
} 2>/dev/null
-EVENT=report_Bugzilla analyzer=Python abrt-action-bugzilla -c /etc/abrt/plugins/Bugzilla.conf
-EVENT=report_Logger abrt-action-print -o "${Log_File:-/tmp/abrt.log}" -a "${Append:-no}" -r
+EVENT=report_Bugzilla analyzer=Python
+ test -f component || abrt-action-save-package-data
+ abrt-action-bugzilla -c /etc/abrt/plugins/Bugzilla.conf
+
+EVENT=report_Logger
+ abrt-action-print -o "${Log_File:-/tmp/abrt.log}" -a "${Append:-no}" -r