New upstream release 2.1.9
This commit is contained in:
parent
21e8e344c0
commit
3a23d545fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
|||||||
/libreport-2.1.6.tar.gz
|
/libreport-2.1.6.tar.gz
|
||||||
/libreport-2.1.7.tar.gz
|
/libreport-2.1.7.tar.gz
|
||||||
/libreport-2.1.8.tar.gz
|
/libreport-2.1.8.tar.gz
|
||||||
|
/libreport-2.1.9.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Generic library for reporting various problems
|
Summary: Generic library for reporting various problems
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.1.8
|
Version: 2.1.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -29,15 +29,16 @@ BuildRequires: asciidoc
|
|||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: newt-devel
|
BuildRequires: newt-devel
|
||||||
BuildRequires: libproxy-devel
|
BuildRequires: libproxy-devel
|
||||||
BuildRequires: satyr-devel >= 0.10
|
BuildRequires: satyr-devel >= 0.11
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: systemd-devel
|
||||||
Requires: libreport-filesystem = %{version}-%{release}
|
Requires: libreport-filesystem = %{version}-%{release}
|
||||||
# required for update from old report library, otherwise we obsolete report-gtk
|
# 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
|
# and all it's plugins, but don't provide the python bindings and the sealert
|
||||||
# end-up with: can't import report.GtkIO
|
# end-up with: can't import report.GtkIO
|
||||||
# FIXME: can be removed when F15 will EOLed, needs to stay in rhel6!
|
# FIXME: can be removed when F15 will EOLed, needs to stay in rhel6!
|
||||||
Requires: libreport-python = %{version}-%{release}
|
Requires: libreport-python = %{version}-%{release}
|
||||||
Requires: satyr >= 0.10
|
Requires: satyr >= 0.11
|
||||||
|
|
||||||
|
|
||||||
# for rhel6
|
# for rhel6
|
||||||
@ -549,6 +550,21 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 04 2013 Jakub Filak <jfilak@redhat.com> 2.1.8-1
|
||||||
- disable rhel/fedora workflows for anaconda
|
- disable rhel/fedora workflows for anaconda
|
||||||
- added whitelist for sensitive data - rhbz#1009730 rhbz#896246
|
- added whitelist for sensitive data - rhbz#1009730 rhbz#896246
|
||||||
|
Loading…
Reference in New Issue
Block a user