diff --git a/abrt.spec b/abrt.spec index d6a2c84..27d487c 100644 --- a/abrt.spec +++ b/abrt.spec @@ -49,7 +49,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt Version: 2.6.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Applications/System URL: https://abrt.readthedocs.org/ @@ -1052,6 +1052,9 @@ killall abrt-dbus >/dev/null 2>&1 || : %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh %changelog +* Tue Jul 28 2015 Jakub Filak - 2.6.2-4 +- Rebuild for rmplib : https://lists.fedoraproject.org/pipermail/devel/2015-July/212672.html + * Fri Jul 24 2015 Matej Habrnal 2.6.2-3 - read vmcore by chunks - pass encoded Unicode to hashlib.sha1.update()