From 2f451e1e8797dd1eacbbe2d6f011639bbd300c83 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Mar 18 2015 08:19:51 +0000 Subject: New upstream release 2.5.0 --- diff --git a/libreport.spec b/libreport.spec index 54fb5ee..0d96183 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: 2%{?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,15 @@ 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 + * Fri Feb 20 2015 Jakub Filak 2.4.0-2 - bump required satyr verion 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