Dependency fix

Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
This commit is contained in:
Matej Habrnal 2015-06-22 13:32:52 +02:00
commit e5a20df5c0

View file

@ -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 <mhabrnal@redhat.com> - 2.3.0-7
- dependency fix
* Thu Jun 18 2015 Matej Habrnal <mhabrnal@redhat.com> - 2.3.0-6
- add option always generate backtrace locally
- Resolves: #986876