[libreport/f19] fixed reporting from anaconda in text mode (#949603)

Jakub Filak jfilak at fedoraproject.org
Fri Apr 12 14:35:57 UTC 2013


commit 7d41b57f07e4447c24ed31ace8c4e4973d95f0fa
Author: Jakub Filak <jfilak at redhat.com>
Date:   Fri Apr 12 10:43:42 2013 +0200

    fixed reporting from anaconda in text mode (#949603)

 ...t-cli-event-for-anaconda-should-help-with.patch |   27 ++++++++++++++++++++
 libreport.spec                                     |    7 ++++-
 2 files changed, 33 insertions(+), 1 deletions(-)
---
diff --git a/0008-added-report-cli-event-for-anaconda-should-help-with.patch b/0008-added-report-cli-event-for-anaconda-should-help-with.patch
new file mode 100644
index 0000000..a4b6072
--- /dev/null
+++ b/0008-added-report-cli-event-for-anaconda-should-help-with.patch
@@ -0,0 +1,27 @@
+From d85ac8340f168da3a08c34c1dc0e399278f55d0e Mon Sep 17 00:00:00 2001
+From: Jiri Moskovcak <jmoskovc at redhat.com>
+Date: Wed, 10 Apr 2013 14:12:51 +0200
+Subject: [LIBREPORT PATCH 08/11] added report-cli event for anaconda should
+ help with rhbz#950544
+
+- it's just a workaround so I'm not going to close the bz ticket by this commit
+
+Signed-off-by: Jakub Filak <jfilak at redhat.com>
+---
+ src/plugins/bugzilla_anaconda_event.conf | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/plugins/bugzilla_anaconda_event.conf b/src/plugins/bugzilla_anaconda_event.conf
+index 6d888e4..a9df9df 100644
+--- a/src/plugins/bugzilla_anaconda_event.conf
++++ b/src/plugins/bugzilla_anaconda_event.conf
+@@ -1,3 +1,6 @@
+ EVENT=report_Bugzilla component=anaconda
+ 	reporter-bugzilla -b \
+ 		-F /etc/libreport/plugins/bugzilla_format_libreport.conf
++
++EVENT=report-cli component=anaconda
++    report-cli -e report_Bugzilla -- "$DUMP_DIR"
+-- 
+1.8.1.4
+
diff --git a/libreport.spec b/libreport.spec
index d3d9eef..e680126 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -5,7 +5,7 @@
 Summary: Generic library for reporting various problems
 Name: libreport
 Version: 2.1.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: https://fedorahosted.org/abrt/
@@ -35,6 +35,7 @@ Patch0: 0001-reporter-rhtsupport-fix-hint-query-to-use-correct-UR.patch
 Patch1: 0002-curl-upload-helper-upload-data-with-application-octe.patch
 Patch2: 0003-report-gtk-show-Next-Step-btn-at-workflow-start.patch
 Patch3: 0004-fixed-reporting-from-bugzilla-rhbz-926916.patch
+Patch7: 0008-added-report-cli-event-for-anaconda-should-help-with.patch
 Requires: libreport-filesystem
 # required for update from old report library, otherwise we obsolete report-gtk
 # and all it's plugins, but don't provide the python bindings and the sealert
@@ -272,6 +273,7 @@ infrastructure or uploading the gathered data over ftp/scp...
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch7 -p1
 # koji in f19 has new autotools, so we need to regenerate everything
 cp %SOURCE1 %_builddir/%{name}-%{version}
 ./autogen.sh
@@ -483,6 +485,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Apr 12 2013 Jakub Filak <jfilak at redhat.com> 2.1.3-3
+- fixed reporting from anaconda in text mode (#949603)
+
 * Thu Apr  4 2013 Jiri Moskovcak <jmoskovc at redhat.com> 2.1.3-2
 - fixed reporting from anaconda
 - Resolves: #926916


More information about the scm-commits mailing list