diff --git a/python-boto.spec b/python-boto.spec index b84c03e..483b1d5 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -1,7 +1,9 @@ %if 0%{?fedora} %bcond_without python3 +%bcond_with executables %else %bcond_with python3 +%bcond_without executables %endif # Unit tests don't work on python 2.6 @@ -11,13 +13,6 @@ %bcond_without unittests %endif -# Boto's sample executables became doc files in F23 -%if 0%{?fedora} >= 23 -%bcond_with executables -%else -%bcond_without executables -%endif - Summary: A simple, lightweight interface to Amazon Web Services Name: python-boto