diff --git a/abrt.spec b/abrt.spec index 8436e68..f18e1c8 100644 --- a/abrt.spec +++ b/abrt.spec @@ -40,7 +40,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt Version: 2.2.2 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/abrt/ @@ -234,7 +234,6 @@ Summary: %{name}'s vmcore addon Group: System Environment/Libraries Requires: %{name} = %{version}-%{release} Requires: abrt-addon-kerneloops -Requires: crash Requires: kexec-tools Requires: abrt-python Requires: python-augeas @@ -960,6 +959,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh %changelog +* Thu Sep 11 2014 Jakub Filak - 2.2.2-7 +- remove dependency on crash + * Mon Sep 01 2014 Jakub Filak - 2.2.2-6 - gettext: fix the initialization in python scripts - oops: add man page.patch