From 1c8a9e6465d58c8d1ecf5074e82f48e47920b07e Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Wed, 18 Mar 2015 08:48:19 +0100 Subject: [PATCH] New upstream release 2.4.0 Resolves: #1156485, #1168494 --- libreport.spec | 25 ++++++++++++++++++++++--- sources | 2 +- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/libreport.spec b/libreport.spec index a176f9e..c730fd3 100644 --- a/libreport.spec +++ b/libreport.spec @@ -6,8 +6,8 @@ Summary: Generic library for reporting various problems Name: libreport -Version: 2.4.0 -Release: 3%{?dist} +Version: 2.5.0 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://github.com/abrt/abrt/wiki/ABRT-Project @@ -97,7 +97,7 @@ Summary: Python bindings for report-libs # Is group correct here? - Group: System Environment/Libraries Requires: libreport = %{version}-%{release} -Requires: yum +Requires: dnf Provides: report = 0:0.23-1 Obsoletes: report < 0:0.23-1 # in report the rhtsupport is in the main package, so we need to install it too @@ -113,6 +113,7 @@ Python bindings for report-libs. Summary: Python 3 bindings for report-libs Group: System Environment/Libraries Requires: libreport = %{version}-%{release} +Requires: dnf %description python3 Python 3 bindings for report-libs. @@ -513,6 +514,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files python3 %defattr(-,root,root,-) %{python3_sitearch}/report/* +%{python3_sitearch}/reportclient/* %files cli %defattr(-,root,root,-) @@ -616,6 +618,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %config(noreplace) %{_sysconfdir}/libreport/plugins/mantisbt_format.conf %config(noreplace) %{_sysconfdir}/libreport/plugins/mantisbt_formatdup.conf %{_bindir}/reporter-mantisbt +%{_mandir}/man1/reporter-mantisbt.1.gz +%{_mandir}/man5/mantisbt.conf.5.* +%{_mandir}/man5/mantisbt_format.conf.5.* +%{_mandir}/man5/mantisbt_formatdup.conf.5.* %files centos %{_datadir}/%{name}/workflows/workflow_CentOSCCpp.xml @@ -627,10 +633,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/workflows/workflow_CentOSLibreport.xml %{_datadir}/%{name}/workflows/workflow_CentOSJava.xml %config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_centos.conf +%{_mandir}/man5/report_centos.conf.5.* %{_datadir}/%{name}/events/report_CentOSBugTracker.xml %config(noreplace) %{_sysconfdir}/libreport/events/report_CentOSBugTracker.conf +%{_mandir}/man5/report_CentOSBugTracker.conf.5.* # report_CentOSBugTracker events are shipped by libreport package %config(noreplace) %{_sysconfdir}/libreport/events.d/centos_report_event.conf +%{_mandir}/man5/centos_report_event.conf.5.* %files plugin-rhtsupport %defattr(-,root,root,-) @@ -728,6 +737,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Mar 18 2015 Jakub Filak 2.5.0-1 +- spec: require dnf instead of yum +- Port reportclient to python3 +- reportclient: introduce DNF debug info downloader +- Python 3 compatibility +- report-python: fix getVersion_fromOSRELEASE +- ignored words: ignore lxqt-openssh-askpass +- spec: don't pull libreport-python with libreport +- Resolves: #1156485, #1168494 + * Sat Feb 21 2015 Till Maas - 2.4.0-3 - Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code diff --git a/sources b/sources index 4f2fe94..3ad56d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b147d7e6d51b8258b71fcb0e3d558648 libreport-2.4.0.tar.gz +c3b8d39d0b224cbda73eb6ffc46291dd libreport-2.5.0.tar.gz