diff --git a/abrt.spec b/abrt.spec
index b6c2a9f..fcf2c4f 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -61,7 +61,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.10.10
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 URL: https://abrt.readthedocs.org/
 Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@@ -1257,6 +1257,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 2.10.10-3
+- Rebuilt for Python 3.7
+
 * Fri Jun 08 2018 Miro Hrončok <mhroncok@redhat.com> - 2.10.10-2
 - Set PYTHON to python3 during install to avoid ambiguous python invocation (#1589314)