Rebuilt to change main python from 3.4 to 3.6

This commit is contained in:
Troy Dawson 2019-03-07 11:03:53 -08:00
commit 08cb95e30c

View file

@ -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 <tdawson@redhat.com> - 2.1.11-50
- Rebuilt to change main python from 3.4 to 3.6
* Thu Jun 29 2017 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-49
- do not require the latest abrt version