libreport/0031-added-bugzilla_event.conf-to-enable-Bugzilla-for-all.patch

36 lines
1.1 KiB
Diff

From 973be6c9f86e6966985984fc647be1156605ff58 Mon Sep 17 00:00:00 2001
From: Jiri Moskovcak <jmoskovc@redhat.com>
Date: Wed, 27 Jul 2011 19:57:00 +0200
Subject: [PATCH 31/32] added bugzilla_event.conf to enable Bugzilla for all
problems not coming from ABRT rhbz#725970
---
src/plugins/Makefile.am | 1 +
src/plugins/bugzilla_event.conf | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
create mode 100644 src/plugins/bugzilla_event.conf
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index d616ee5..02e0647 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -35,6 +35,7 @@ eventsconfdir = $(EVENTS_CONF_DIR)
dist_eventsconf_DATA = \
mailx_event.conf \
print_event.conf \
+ bugzilla_event.conf \
rhtsupport_event.conf
MAN_TXT = \
diff --git a/src/plugins/bugzilla_event.conf b/src/plugins/bugzilla_event.conf
new file mode 100644
index 0000000..3fb604d
--- /dev/null
+++ b/src/plugins/bugzilla_event.conf
@@ -0,0 +1 @@
+EVENT=report_Bugzilla analyzer=libreport reporter-bugzilla
\ No newline at end of file
--
1.7.6