|
|
@ -1,4 +1,4 @@
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
%bcond_without python3
|
|
|
|
%bcond_without python3
|
|
|
|
%bcond_with executables
|
|
|
|
%bcond_with executables
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -7,7 +7,7 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# Unit tests don't work on python 2.6
|
|
|
|
# Unit tests don't work on python 2.6
|
|
|
|
%if 0%{?el6}
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} == 6
|
|
|
|
%bcond_with unittests
|
|
|
|
%bcond_with unittests
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%bcond_without unittests
|
|
|
|
%bcond_without unittests
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
Summary: A simple, lightweight interface to Amazon Web Services
|
|
|
|
Summary: A simple, lightweight interface to Amazon Web Services
|
|
|
|
Name: python-boto
|
|
|
|
Name: python-boto
|
|
|
|
Version: 2.45.0
|
|
|
|
Version: 2.45.0
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
URL: https://github.com/boto/boto
|
|
|
|
URL: https://github.com/boto/boto
|
|
|
@ -200,6 +200,9 @@ mv $RPM_BUILD_ROOT/%{_bindir} examples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Dec 01 2017 Troy Dawson <tdawson@redhat.com> - 2.45.0-6
|
|
|
|
|
|
|
|
- Update spec file conditionals
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.45.0-5
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.45.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|