diff --git a/abrt.spec b/abrt.spec index e90cf6d..4737389 100644 --- a/abrt.spec +++ b/abrt.spec @@ -60,7 +60,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt Version: 2.10.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: https://abrt.readthedocs.org/ @@ -900,6 +900,8 @@ killall abrt-dbus >/dev/null 2>&1 || : %{_initrddir}/abrt-ccpp %endif +%dir %{_localstatedir}/lib/abrt + # attr(6755) ~= SETUID|SETGID %attr(6755, abrt, abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache @@ -1142,6 +1144,9 @@ killall abrt-dbus >/dev/null 2>&1 || : %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh %changelog +* Thu Apr 27 2017 Matej Habrnal 2.10.2-2 +- create /var/lib/abrt because of abrt-migration + * Tue Apr 25 2017 Matej Habrnal 2.10.2-1 - Translation updates - spec: introduce migration to abrt-journal-core