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

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


commit 95bc96f824412d53b307efe16fe487c22f55a1b6
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 7be012e..e891cb9 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -5,7 +5,7 @@
 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/
@@ -13,6 +13,7 @@ Source: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
 # This patch is desired only in F17 because of backward compatibility
 Patch0: libreport-2.0.14-ureport-doesnt-fail-on-validation-error.patch
 Patch1: libreport-2.0.19-bugzilla_summary_formatting.patch
+Patch2: libreport-2.0.19-add_description_to_bz_comment.patch
 
 BuildRequires: dbus-devel
 BuildRequires: gtk3-devel
@@ -231,6 +232,7 @@ Plugin to report bugs into anonymous FTP site associated with ticketing system.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoconf
@@ -405,6 +407,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: #880228


More information about the scm-commits mailing list