Added missing python[2]-enum34 requirement.

This commit is contained in:
Merlin Mathesius 2018-07-26 11:45:24 -05:00
commit 1454277ea9

View file

@ -43,7 +43,7 @@
Name: python-%{pkgname}
Version: 63.0
Release: 1%{?gitrel}%{?dist}
Release: 2%{?gitrel}%{?dist}
Summary: Framework with tools and libraries for Automated Testing
Group: Development/Tools
# Found licenses:
@ -89,9 +89,11 @@ BuildRequires: python2-fabric3
BuildRequires: fabric
%endif
%if 0%{?fedora} || 0%{?rhel} > 7
BuildRequires: python2-enum34
BuildRequires: python2-lxml
BuildRequires: python2-stevedore
%else
BuildRequires: python-enum34
BuildRequires: python-lxml
BuildRequires: python-stevedore
%endif
@ -504,8 +506,10 @@ Requires: python2-requests
Requires: python2-setuptools
Requires: python2-six
%if 0%{?fedora} || 0%{?rhel} > 7
Requires: python2-enum34
Requires: python2-stevedore
%else
Requires: python-enum34
Requires: python-stevedore
%endif
@ -963,6 +967,9 @@ Again Shell code (and possibly other similar shells).
%changelog
* Thu Jul 26 2018 Merlin Mathesius <mmathesi@redhat.com> - 63.0-2
- Added missing python[2]-enum34 requirement.
* Mon Jul 23 2018 Merlin Mathesius <mmathesi@redhat.com> - 63.0-1
- Sync with upstream release 63.0. (BZ#1602175)
Include upstream patches needed to build for Rawhide.