New upstream release 2.1.9

This commit is contained in:
Jakub Filak 2013-10-27 18:53:39 +01:00
parent 21e8e344c0
commit 3a23d545fe
3 changed files with 21 additions and 4 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/libreport-2.1.6.tar.gz
/libreport-2.1.7.tar.gz
/libreport-2.1.8.tar.gz
/libreport-2.1.9.tar.gz

View File

@ -4,7 +4,7 @@
Summary: Generic library for reporting various problems
Name: libreport
Version: 2.1.8
Version: 2.1.9
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
@ -29,15 +29,16 @@ BuildRequires: asciidoc
BuildRequires: xmlto
BuildRequires: newt-devel
BuildRequires: libproxy-devel
BuildRequires: satyr-devel >= 0.10
BuildRequires: satyr-devel >= 0.11
BuildRequires: doxygen
BuildRequires: systemd-devel
Requires: libreport-filesystem = %{version}-%{release}
# required for update from old report library, otherwise we obsolete report-gtk
# and all it's plugins, but don't provide the python bindings and the sealert
# end-up with: can't import report.GtkIO
# FIXME: can be removed when F15 will EOLed, needs to stay in rhel6!
Requires: libreport-python = %{version}-%{release}
Requires: satyr >= 0.10
Requires: satyr >= 0.11
# for rhel6
@ -549,6 +550,21 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Sat Oct 26 2013 Jakub Filak <jfilak@redhat.com> 2.1.9-1
- rephrase a message for missing configuration
- ask for missing configuration instead of dying
- Client API: introduce non-iteractive mode
- spec: add systemd-devel to BuildRequires
- Use log_ family instead of VERBn log calls
- Add journald support
- Modify logging to use various logging levels
- Include hostname in mailx notification
- enable reporting to Red Hat Support tool for anaconda bugs
- bugzilla: set URL field
- fix an overflow condition in parse time fn for x32 arch
- add a short explanation of private tickets - related rhbz#1011916
- don't use popup to ask for a private ticket - related rhbz#1011916
* Fri Oct 04 2013 Jakub Filak <jfilak@redhat.com> 2.1.8-1
- disable rhel/fedora workflows for anaconda
- added whitelist for sensitive data - rhbz#1009730 rhbz#896246

View File

@ -1 +1 @@
b926d31e1cfdaf2870d094aea660c782 libreport-2.1.8.tar.gz
fc827f5081b0dd6f0ec112666801dca3 libreport-2.1.9.tar.gz