Rebuild due to missing AVC description in bugzilla comment 0

This commit is contained in:
Jakub Filak 2012-12-03 10:47:11 +01:00
parent 8d38bd1405
commit a8219b4565
2 changed files with 33 additions and 1 deletions

View File

@ -0,0 +1,27 @@
From b3fe4ce72fa196cbfe4f5faabfd7e4baa43cb064 Mon Sep 17 00:00:00 2001
From: Denys Vlasenko <vda.linux@googlemail.com>
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 <vda.linux@googlemail.com>
---
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

View File

@ -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 <jfilak@redhat.com> 2.0.19-3
- add a description of AVC to bugzilla comment 0
* Mon Nov 26 2012 Jakub Filak <jfilak@redhat.com> 2.0.19-2
- fix bugzilla summary formatting
- Resolves: #879846