diff --git a/abrt.spec b/abrt.spec index 2a44564..d160c39 100644 --- a/abrt.spec +++ b/abrt.spec @@ -25,7 +25,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt Version: 2.0.10 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/abrt/ @@ -207,6 +207,7 @@ Requires: abrt-addon-python Requires: gdb >= 7.0-3 Requires: abrt-gui Requires: libreport-plugin-logger, libreport-plugin-bugzilla +Requires: abrt-retrace-client #Requires: abrt-plugin-firefox %if 0%{?fedora} Requires: libreport-plugin-bodhi @@ -635,6 +636,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/polkit-1/actions/abrt_polkit.policy %changelog +* Tue May 22 2012 Jiri Moskovcak 2.0.10-4 +- abrt-desktop should require abrt-retrace-client +- Resolves: #823812 + * Thu May 10 2012 Jiri Moskovcak 2.0.10-3 - enable plugins unconditionally rhbz#819113