From d01f0fa5206ed74fc48225635bf71a149e2c80fe Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Tue, 28 Jul 2015 16:14:01 +0200 Subject: [PATCH] Rebuild for rpmlib https://lists.fedoraproject.org/pipermail/devel/2015-July/212672.html --- abrt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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()