From 666046b91b10d5e52ade3b5c87f7094553f89b49 Mon Sep 17 00:00:00 2001 From: Cleber Rosa Date: Thu, 8 Mar 2018 17:53:41 -0500 Subject: [PATCH] RPM: remove hack to workaround fabric bugs on Fedora 24 We don't build on Fedora 24 anymore, so let's remove this hack. Signed-off-by: Cleber Rosa --- python-avocado.spec | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/python-avocado.spec b/python-avocado.spec index 4f965172..324502f0 100644 --- a/python-avocado.spec +++ b/python-avocado.spec @@ -75,15 +75,6 @@ Requires: python-requests Requires: python-setuptools Requires: python-stevedore -# For some strange reason, fabric on Fedora 24 does not require the -# python-crypto package, but the fabric code always imports it. Newer -# fabric versions, such from Fedora 25 do conditional imports (try: -# from Crypto import Random; except: Random = None) and thus do not -# need this requirement. -%if 0%{?fedora} == 24 -BuildRequires: python-crypto -%endif - %if 0%{?fedora} >= 25 BuildRequires: kmod %endif @@ -479,6 +470,7 @@ Again Shell code (and possibly other similar shells). %changelog * Thu Mar 8 2018 Cleber Rosa - 59.0-1 - Remove backward compatibility with name avocado +- Remove hack to workaround fabric bugs on Fedora 24 * Wed Feb 28 2018 Cleber Rosa - 59.0-0 - New upstream release -- GitLab