From 44908b28d727df44b97f53a64a20de581384521d Mon Sep 17 00:00:00 2001 From: Garrett Holmstrom Date: Nov 08 2014 01:36:54 +0000 Subject: Revert "Make executables point to python2" --- diff --git a/python-boto.spec b/python-boto.spec index 6677791..7850d5e 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -16,7 +16,7 @@ Summary: A simple, lightweight interface to Amazon Web Services Name: python-boto Version: 2.34.0 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: Development/Languages URL: https://github.com/boto/boto @@ -110,14 +110,16 @@ popd %install -%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT - %if %{with python3} +# Scripts only work with python2 pushd %{py3dir} %{__python3} setup.py install --skip-build --root $RPM_BUILD_ROOT popd +rm -f $RPM_BUILD_ROOT/%{_bindir}/* %endif # with python3 +%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT + %check %if %{with unittests} @@ -167,6 +169,9 @@ popd %changelog +* Fri Nov 7 2014 Garrett Holmstrom - 2.34.0-3 +- Re-fix executables (RH #1152444) + * Fri Nov 7 2014 Garrett Holmstrom - 2.34.0-2 - Added missing python-requests and python-rsa dependencies - Disabled unit tests due to rawhide/F21 python regression (RH #1161166:c4)