On 06/12/2012 09:23 AM, Jakub Filak wrote:
Signed-off-by: Jakub Filak<[email protected]>
---
  libreport.spec.in              |    1 -
  src/lib/report_event.conf      |    3 +++
  src/plugins/Makefile.am        |    3 +--
  src/plugins/ureport_event.conf |   11 -----------
  4 files changed, 4 insertions(+), 14 deletions(-)
  delete mode 100644 src/plugins/ureport_event.conf

diff --git a/libreport.spec.in b/libreport.spec.in
index d1dcf1c..6fb0e05 100644
--- a/libreport.spec.in
+++ b/libreport.spec.in
@@ -358,7 +358,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor&>/dev/null 
|| :
  %{_bindir}/reporter-ureport
  #%{_mandir}/man1/reporter-ureport.1.gz
  %{_sysconfdir}/libreport/events/report_uReport.xml
-%config(noreplace) %{_sysconfdir}/libreport/events.d/ureport_event.conf

  %files plugin-bugzilla
  %defattr(-,root,root,-)
diff --git a/src/lib/report_event.conf b/src/lib/report_event.conf
index 0a116ff..f5c9407 100644
--- a/src/lib/report_event.conf
+++ b/src/lib/report_event.conf
@@ -46,3 +46,6 @@ include events.d/*.conf

  # For testing purposes only
  #EVENT=report_Dummy analyzer=libreport echo "Hello world">>  
/tmp/libreport.log
+
+EVENT=report-gui analyzer=libreport
+    report-gtk -e report_Bugzilla -- "$DUMP_DIR"
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index d4bd428..3760fb4 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -42,8 +42,7 @@ dist_eventsconf_DATA = \
      print_event.conf \
      bugzilla_event.conf \
      rhtsupport_event.conf \
-    uploader_event.conf \
-    ureport_event.conf
+    uploader_event.conf

  EXTRA_DIST = \
      report_Bugzilla.xml.in \
diff --git a/src/plugins/ureport_event.conf b/src/plugins/ureport_event.conf
deleted file mode 100644
index 94cdbac..0000000
--- a/src/plugins/ureport_event.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-EVENT=report_uReport analyzer=CCpp reporter-ureport
-
-EVENT=report_uReport analyzer=Python reporter-ureport
-
-EVENT=report_uReport analyzer=Kerneloops reporter-ureport
-
-EVENT=report-gui analyzer=CCpp
-        report-gtk -e report_uReport -e analyze_RetraceServer -e report_Bugzilla -- 
"$DUMP_DIR"
-
-EVENT=report-gui analyzer!=CCpp
-        report-gtk -e report_uReport -e report_Bugzilla -- "$DUMP_DIR"


Looks good to me.

--
vda


Reply via email to