[libreport] Rebuild due to missing AVC description in bugzilla comment 0

Jakub Filak jfilak at fedoraproject.org
Mon Dec 3 13:30:47 UTC 2012


commit a8219b45654103c5b414ec2029b5d721478dd927
Author: Jakub Filak <jfilak at redhat.com>
Date:   Mon Dec 3 10:47:11 2012 +0100

    Rebuild due to missing AVC description in bugzilla comment 0

 ...port-2.0.19-add_description_to_bz_comment.patch |   27 ++++++++++++++++++++
 libreport.spec                                     |    7 ++++-
 2 files changed, 33 insertions(+), 1 deletions(-)
---
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 <vda.linux at 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 at 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
+
diff --git a/libreport.spec b/libreport.spec
index 8258a28..2dbc938 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 <jfilak at redhat.com> 2.0.19-3
+- add a description of AVC to bugzilla comment 0
+
 * Mon Nov 26 2012 Jakub Filak <jfilak at redhat.com> 2.0.19-2
 - fix bugzilla summary formatting
 - Resolves: #879846


More information about the scm-commits mailing list