From 260248bd973a5f10437895d829e3a9db4dc942a1 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 1 Dec 2017 14:41:34 -0800 Subject: [PATCH] revert el6 change, if it is not broke, do not fix --- python-boto.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-boto.spec b/python-boto.spec index ff6429c..20b0669 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -7,7 +7,7 @@ %endif # Unit tests don't work on python 2.6 -%if 0%{?rhel} && 0%{?rhel} == 6 +%if 0%{?el6} %bcond_with unittests %else %bcond_without unittests