diff --git a/libreport.spec b/libreport.spec index 036d265..9298da9 100644 --- a/libreport.spec +++ b/libreport.spec @@ -6,8 +6,8 @@ Summary: Generic library for reporting various problems Name: libreport -Version: 2.6.3 -Release: 2%{?dist} +Version: 2.6.4 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://abrt.readthedocs.org/ @@ -665,9 +665,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/workflows/workflow_Upload.xml %{_datadir}/%{name}/workflows/workflow_UploadCCpp.xml %config(noreplace) %{_sysconfdir}/libreport/plugins/upload.conf +%{_mandir}/man5/upload.conf.5.* %config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_uploader.conf %{_datadir}/%{name}/conf.d/plugins/upload.conf %{_mandir}/man5/report_uploader.conf.5.* +%config(noreplace) %{_sysconfdir}/libreport/events/report_Uploader.conf +%{_mandir}/man5/report_Uploader.conf.5.* %if 0%{?fedora} %files fedora @@ -734,6 +737,25 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Feb 02 2016 Matej Habrnal 2.6.4-1 +- doc: add option -o and -O into reporter-ureport man page +- rhtsupport: use problme report API to create description +- bugzilla: make the event configurable +- report-gtk: offer users to create private ticket +- bugzilla|centos: declare 'restricted access' support +- dd: allow 1 and 2 letter long element names +- formatdup: more universal comment +- Refactoring conditional directives that break parts of statements. +- bugzilla: actualize man pages +- bugzilla: don't report private problem as comment +- uploader: move username and password to the advanced options +- uploader: allow empty username and password +- uploader: add possibility to set SSH keyfiles +- desktop-utils: deal with Destkop files without command line +- ureport: enable attaching of arbitrary values +- uploader: save remote name in reported_to +- curl: return URLs without userinfo + * Wed Nov 04 2015 Robert Kuska - 2.6.3-2 - Rebuilt for Python3.5 rebuild diff --git a/sources b/sources index fcf3d75..902d50d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a377e6dc8665e679a72fefd09341c9c5 libreport-2.6.3.tar.gz +155649f1f87bef8fe06ff1830f60788d libreport-2.6.4.tar.gz