From 08cb95e30c1aa959a6397379f1f777c5422ca9c8 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mar 07 2019 19:03:53 +0000 Subject: Rebuilt to change main python from 3.4 to 3.6 --- diff --git a/abrt-addon-python3.spec b/abrt-addon-python3.spec index e4833e9..49c9d09 100644 --- a/abrt-addon-python3.spec +++ b/abrt-addon-python3.spec @@ -12,7 +12,7 @@ Summary: ABRT's addon for catching and analyzing Python 3 exceptions Name: abrt-addon-python3 Version: 2.1.11 -Release: 49%{?dist} +Release: 50%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/abrt/ @@ -332,10 +332,10 @@ BuildArch: noarch # patches above. Please, be aware that the patches must be generated # by 'git format-patch' BuildRequires: git -BuildRequires: python34-devel +BuildRequires: python36-devel # Requires for abrt-addon-python3 -Requires: python34 +Requires: python36 Requires: abrt >= %{version} Requires: abrt-python Requires: libreport >= %{libreport_ver} @@ -390,6 +390,9 @@ install -m644 %{_builddir}/abrt-%{version}/src/hooks/abrt_exception_handler3.py %exclude %{python3_sitelib}/__pycache__/abrt* %changelog +* Thu Mar 07 2019 Troy Dawson - 2.1.11-50 +- Rebuilt to change main python from 3.4 to 3.6 + * Thu Jun 29 2017 Matej Habrnal - 2.1.11-49 - do not require the latest abrt version