From d7f8234705f454c2bee8ddc7386f75cec0cbd987 Mon Sep 17 00:00:00 2001 From: Garrett Holmstrom Date: Tue, 26 Jul 2016 16:53:31 -0700 Subject: [PATCH] Remove conditions for F22 --- python-boto.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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