[libreport/f19] New upstream release 2.1.8

Jakub Filak jfilak at fedoraproject.org
Fri Oct 11 08:05:41 UTC 2013


commit fb415c020bb5df8356a7d2823025afa29960eb6c
Author: Jakub Filak <jfilak at redhat.com>
Date:   Fri Oct 4 14:51:43 2013 +0200

    New upstream release 2.1.8

 .gitignore                                         |    1 +
 ...ort-2.1.6-rhel_workflows_and_gobject_libs.patch |  210 --------------------
 libreport.spec                                     |   14 +-
 sources                                            |    2 +-
 4 files changed, 13 insertions(+), 214 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dbc9e58..87df24e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /libreport-2.1.5.tar.gz
 /libreport-2.1.6.tar.gz
 /libreport-2.1.7.tar.gz
+/libreport-2.1.8.tar.gz
diff --git a/libreport.spec b/libreport.spec
index 95829b6..6378fee 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -4,7 +4,7 @@
 
 Summary: Generic library for reporting various problems
 Name: libreport
-Version: 2.1.7
+Version: 2.1.8
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -29,7 +29,7 @@ BuildRequires: asciidoc
 BuildRequires: xmlto
 BuildRequires: newt-devel
 BuildRequires: libproxy-devel
-BuildRequires: satyr-devel >= 0.9
+BuildRequires: satyr-devel >= 0.10
 BuildRequires: doxygen
 Requires: libreport-filesystem = %{version}-%{release}
 # required for update from old report library, otherwise we obsolete report-gtk
@@ -37,7 +37,7 @@ Requires: libreport-filesystem = %{version}-%{release}
 # 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.9
+Requires: satyr >= 0.10
 
 
 # for rhel6
@@ -349,6 +349,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc README COPYING
 %config(noreplace) %{_sysconfdir}/%{name}/report_event.conf
 %config(noreplace) %{_sysconfdir}/%{name}/forbidden_words.conf
+%config(noreplace) %{_sysconfdir}/%{name}/ignored_words.conf
 %{_libdir}/libreport.so.*
 %{_libdir}/libabrt_dbus.so.*
 %{_mandir}/man5/report_event.conf.5*
@@ -548,6 +549,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Oct 04 2013 Jakub Filak <jfilak at redhat.com> 2.1.8-1
+- disable rhel/fedora workflows for anaconda
+- added whitelist for sensitive data - rhbz#1009730 rhbz#896246
+- ureport: always add BTHASH link to a report
+- reprot-gtk: underline tab titles with sensitive information
+- introduce FILENAME_EXPLOITABLE; related to abrt/abrt#703
+
 * Wed Sep 11 2013 Jakub Filak <jfilak at redhat.com> 2.1.7-1
 - Fix problem_item_format() to work properly after 2038 on x32. #691
 - Use proper json-c requirement in libreport-web.pc.
diff --git a/sources b/sources
index b4041fc..d712584 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d0e0ca3556afa3dcfe83e91af8ab722  libreport-2.1.7.tar.gz
+b926d31e1cfdaf2870d094aea660c782  libreport-2.1.8.tar.gz


More information about the scm-commits mailing list