From e5a20df5c00b5da04f4d34c27cd34ecfa4a2c107 Mon Sep 17 00:00:00 2001 From: Matej Habrnal Date: Jun 22 2015 11:47:20 +0000 Subject: Dependency fix Signed-off-by: Matej Habrnal --- diff --git a/abrt.spec b/abrt.spec index 1a32d80..021d2f2 100644 --- a/abrt.spec +++ b/abrt.spec @@ -40,13 +40,13 @@ %define docdirversion -%{version} %endif -%define libreport_ver 2.3.0-3 +%define libreport_ver 2.3.0-8 %define satyr_ver 0.15-2 Summary: Automatic bug detection and reporting tool Name: abrt Version: 2.3.0 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: Applications/System URL: https://github.com/abrt/abrt/wiki/ABRT-Project @@ -1087,6 +1087,9 @@ killall abrt-dbus >/dev/null 2>&1 || : %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh %changelog +* Mon Jun 22 2015 Matej Habrnal - 2.3.0-7 +- dependency fix + * Thu Jun 18 2015 Matej Habrnal - 2.3.0-6 - add option always generate backtrace locally - Resolves: #986876