New upstream release 2.2.2

This commit is contained in:
Jakub Filak 2014-04-20 22:18:13 +02:00
parent d6c190c831
commit 0e07c37c62
3 changed files with 14 additions and 42 deletions

View File

@ -1,37 +0,0 @@
From c336fd29a62c3c772957925910a9a2e8e257f88f Mon Sep 17 00:00:00 2001
From: Jakub Filak <jfilak@redhat.com>
Date: Fri, 4 Apr 2014 15:35:22 +0200
Subject: [LIBREPORT PATCH] include 'package' in AVC bugzilla bug reports
Related to rhbz#1075452
Signed-off-by: Jakub Filak <jfilak@redhat.com>
---
src/report-python/__init__.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/report-python/__init__.py b/src/report-python/__init__.py
index 6e71ac7..3d2595f 100644
--- a/src/report-python/__init__.py
+++ b/src/report-python/__init__.py
@@ -151,7 +151,7 @@ def getVersion():
return _hardcoded_default_version
-def createAlertSignature(component, hashmarkername, hashvalue, summary, alertSignature, executable=None):
+def createAlertSignature(component, hashmarkername, hashvalue, summary, alertSignature, executable=None, package=None):
pd = problem_data()
pd.add("component", component)
pd.add("hashmarkername", hashmarkername)
@@ -160,6 +160,8 @@ def createAlertSignature(component, hashmarkername, hashvalue, summary, alertSig
pd.add("description", alertSignature)
if executable:
pd.add("executable", executable)
+ if package:
+ pd.add("package", package)
pd.add_basics()
return pd
--
1.8.3.1

View File

@ -6,16 +6,14 @@
Summary: Generic library for reporting various problems
Name: libreport
Version: 2.2.1
Release: 2%{?dist}
Version: 2.2.2
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: https://fedorahosted.org/abrt/
Source: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
Source1: autogen.sh
Patch0001: 0001-include-package-in-AVC-bugzilla-bug-reports.patch
# git is need for '%%autosetup -S git' which automatically applies all the
# patches above. Please, be aware that the patches must be generated
# by 'git format-patch'
@ -318,6 +316,7 @@ make %{?_smp_mflags}
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
%find_lang %{name}
# Remove byte-compiled python files generated by automake.
# automake uses system's python for all *.py files, even
# for those which needs to be byte-compiled with different
@ -417,6 +416,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/libabrt_dbus.so.*
%{_mandir}/man5/report_event.conf.5*
%{_mandir}/man5/forbidden_words.conf.5*
%{_mandir}/man5/ignored_words.conf.5*
# filesystem package owns /usr/share/augeas/lenses directory
%{_datadir}/augeas/lenses/libreport.aug
@ -651,6 +651,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Sun Apr 20 2014 Jakub Filak <jfilak@redhat.com> 2.2.2-1
- stop using deprecated json-c functions
- bugzilla: try to avoid usage of 'private' group
- spec: install ignored_words.conf manual page
- wizard: extended the manual pages
- localization: fix gettext
- wizard: make the custom search case insensitive
- use a better label for the forbidden words button
* Mon Apr 07 2014 Jakub Filak <jfilak@redhat.com> 2.2.1-2
- include 'package' in AVC bugzilla bug reports

View File

@ -1 +1 @@
732099917194b8c2de1e9e50d715fcc5 libreport-2.2.1.tar.gz
0183ac40c8d6e701087a33bcc1b95a6d libreport-2.2.2.tar.gz