Rebuild for Python 3.6

This commit is contained in:
Miro Hrončok 2016-12-19 18:20:36 +01:00
parent 21561ba82c
commit a96f20b524

View File

@ -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 <mhroncok@redhat.com> - 2.9.0-2
- Rebuild for Python 3.6
* Fri Sep 09 2016 Jakub Filak <jfilak@redhat.com> 2.9.0-1
- dbus: Problems2 API implementation
- abrtd: change HTTP response code for duplicate problems to 303