diff --git a/libreport-2.0.19-add_description_to_bz_comment.patch b/libreport-2.0.19-add_description_to_bz_comment.patch new file mode 100644 index 0000000..53ec0e3 --- /dev/null +++ b/libreport-2.0.19-add_description_to_bz_comment.patch @@ -0,0 +1,27 @@ +From b3fe4ce72fa196cbfe4f5faabfd7e4baa43cb064 Mon Sep 17 00:00:00 2001 +From: Denys Vlasenko +Date: Fri, 30 Nov 2012 14:42:45 +0100 +Subject: [LIBREPORT PATCH] reporter-bz: add AVC's description added to BZ + comment + +Signed-off-by: Denys Vlasenko +--- + src/plugins/bugzilla_format_libreport.conf | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/plugins/bugzilla_format_libreport.conf b/src/plugins/bugzilla_format_libreport.conf +index 9fc1f0d..68fe7c5 100644 +--- a/src/plugins/bugzilla_format_libreport.conf ++++ b/src/plugins/bugzilla_format_libreport.conf +@@ -31,7 +31,7 @@ + # which excludes given element from all wildcards + # + %summary: %reason% +-Description of problem: %bare_comment ++Description of problem: %bare_comment, %bare_description + Additional info: -pkg_arch,-pkg_epoch,-pkg_name,-pkg_release,-pkg_version,-component,-analyzer,-count,-duphash,-uuid,-username,-hostname,-abrt_version,-architecture,-os_release,-time,-pid,-pwd,%oneline + Truncated backtrace: %bare_%short_backtrace + %attach: -reported_to,-comment,-reason,-event_log,%multiline,-coredump,%binary +-- +1.7.11.7 + diff --git a/libreport.spec b/libreport.spec index 7d5b7c9..adc4958 100644 --- a/libreport.spec +++ b/libreport.spec @@ -5,12 +5,13 @@ Summary: Generic library for reporting various problems Name: libreport Version: 2.0.19 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://fedorahosted.org/abrt/ Source: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz Patch0: libreport-2.0.19-bugzilla_summary_formatting.patch +Patch1: libreport-2.0.19-add_description_to_bz_comment.patch BuildRequires: dbus-devel BuildRequires: gtk3-devel @@ -228,6 +229,7 @@ Plugin to report bugs into anonymous FTP site associated with ticketing system. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build autoconf @@ -404,6 +406,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf %changelog +* Mon Dec 03 2012 Jakub Filak 2.0.19-3 +- add a description of AVC to bugzilla comment 0 + * Mon Nov 26 2012 Jakub Filak 2.0.19-2 - fix bugzilla summary formatting - Resolves: #880191