|
|
@ -64,7 +64,7 @@ BuildRequires: python3-requests
|
|
|
|
|
|
|
|
|
|
|
|
Requires: python-requests
|
|
|
|
Requires: python-requests
|
|
|
|
Requires: python-rsa
|
|
|
|
Requires: python-rsa
|
|
|
|
Requires: python-six
|
|
|
|
Requires: python-six >= 1.7
|
|
|
|
|
|
|
|
|
|
|
|
Provides: python2-boto = %{version}-%{release}
|
|
|
|
Provides: python2-boto = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
@ -104,13 +104,9 @@ cloud systems like Eucalyptus, OpenStack and Open Nebula.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n boto-%{version}
|
|
|
|
%setup -q -n boto-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%if ! 0%{?el7}
|
|
|
|
|
|
|
|
# python-six-1.3.0-4.el7 is too old, causes ImportErrors
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1185409
|
|
|
|
|
|
|
|
%patch1 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
|
|
|
%patch2 -p1
|
|
|
|
rm -r boto/vendored
|
|
|
|
rm -r boto/vendored
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cp -p %{SOURCE1} .
|
|
|
|
cp -p %{SOURCE1} .
|
|
|
|
|
|
|
|
|
|
|
@ -171,6 +167,7 @@ mv $RPM_BUILD_ROOT/%{_bindir} examples
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Jan 29 2016 Garrett Holmstrom <gholms@fedoraproject.org> - 2.39.0-1
|
|
|
|
* Fri Jan 29 2016 Garrett Holmstrom <gholms@fedoraproject.org> - 2.39.0-1
|
|
|
|
- Updated to 2.39.0 (RH #1300424)
|
|
|
|
- Updated to 2.39.0 (RH #1300424)
|
|
|
|
|
|
|
|
- Switched to systemwide copy of python-six on el7
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 30 2015 Ryan S. Brown <sb@ryansb.com> - 2.38.0-5
|
|
|
|
* Mon Nov 30 2015 Ryan S. Brown <sb@ryansb.com> - 2.38.0-5
|
|
|
|
- Add patch for unittest failure https://github.com/boto/boto/pull/3412
|
|
|
|
- Add patch for unittest failure https://github.com/boto/boto/pull/3412
|
|
|
|