diff --git a/abrt.spec b/abrt.spec index 01c625d..893c8aa 100644 --- a/abrt.spec +++ b/abrt.spec @@ -10,7 +10,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt Version: 2.0.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/abrt/ @@ -393,6 +393,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_mandir}/man7/abrt-plugins.7.gz %{_mandir}/man1/abrt-retrace-client.1.gz %{_datadir}/dbus-1/system-services/com.redhat.abrt.service +%{_libexecdir}/abrt1-to-abrt2 %files libs %defattr(-,root,root,-) @@ -475,6 +476,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %defattr(-,root,root,-) %changelog +* Tue Sep 13 2011 Jiri Moskovcak - 2.0.4-5 +- minor spec file fix + * Tue Sep 13 2011 Jiri Moskovcak - 2.0.4-4 - fixed sigsegv in a-a-save-package-data rhbz#737961 - fixed privs for /var/run/abrt rhbz#725974