Rebuilt to change main python from 3.4 to 3.6
This commit is contained in:
parent
69165ba9cc
commit
08cb95e30c
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue