diff --git a/python-apache-libcloud.spec b/python-apache-libcloud.spec index 0733509..c3feff6 100644 --- a/python-apache-libcloud.spec +++ b/python-apache-libcloud.spec @@ -52,10 +52,10 @@ differences among multiple cloud provider APIs. %setup -q -n apache-libcloud-%{version} %build -python2 setup.py build +python2.7 setup.py build %install -python2 setup.py install --prefix=%{_prefix} --root=%{buildroot} +python2.7 setup.py install --prefix=%{_prefix} --root=%{buildroot} %fdupes %{buildroot}%{python_sitelib}/libcloud/test/ %files