New upstream release 2.2.1
This commit is contained in:
parent
bf6edcf6d9
commit
c17f83ba27
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Generic library for reporting various problems
|
Summary: Generic library for reporting various problems
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.2.0
|
Version: 2.2.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -377,10 +377,7 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man5/report_rhel_bugzilla.conf.5
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# don't run tests on PPC* until rhbz 1070892 is fixed:
|
|
||||||
%ifnarch ppc %{power64}
|
|
||||||
make check
|
make check
|
||||||
%endif
|
|
||||||
|
|
||||||
%post gtk
|
%post gtk
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
@ -584,6 +581,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_datadir}/%{name}/events/report_Uploader.xml
|
%{_datadir}/%{name}/events/report_Uploader.xml
|
||||||
%config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
|
||||||
%{_datadir}/%{name}/workflows/workflow_Upload.xml
|
%{_datadir}/%{name}/workflows/workflow_Upload.xml
|
||||||
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/upload.conf
|
||||||
|
%{_datadir}/%{name}/conf.d/plugins/upload.conf
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
%files fedora
|
%files fedora
|
||||||
@ -650,6 +649,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 04 2014 Jakub Filak <jfilak@redhat.com> 2.2.1-1
|
||||||
|
- update the list of ignored words
|
||||||
|
- wizard: introduce the searched words list
|
||||||
|
- report-gtk: confirm the ask dialogs on 'Enter'
|
||||||
|
- spec: provide default config for reporter-upload
|
||||||
|
- Provide default config for reporter-upload
|
||||||
|
- config: do not export empty environment variables
|
||||||
|
- spec: byte-compile py files with rpm scripts
|
||||||
|
|
||||||
* Wed Mar 05 2014 Jakub Filak <jfilak@redhat.com> 2.2.0-1
|
* Wed Mar 05 2014 Jakub Filak <jfilak@redhat.com> 2.2.0-1
|
||||||
- python: build python api for py3
|
- python: build python api for py3
|
||||||
- Bugzilla: fedora_contrib_private group ID for the private bugs
|
- Bugzilla: fedora_contrib_private group ID for the private bugs
|
||||||
|
Loading…
Reference in New Issue
Block a user