diff --git a/abrt.spec b/abrt.spec index a6f0f46..6b1d63f 100644 --- a/abrt.spec +++ b/abrt.spec @@ -49,7 +49,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt Version: 2.9.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: https://abrt.readthedocs.org/ @@ -1089,6 +1089,9 @@ killall abrt-dbus >/dev/null 2>&1 || : %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh %changelog +* Mon Dec 19 2016 Miro HronĨok - 2.9.0-2 +- Rebuild for Python 3.6 + * Fri Sep 09 2016 Jakub Filak 2.9.0-1 - dbus: Problems2 API implementation - abrtd: change HTTP response code for duplicate problems to 303