From 9eaac6f5d5ea866927a500f2e80d0082bb996fec Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Wed, 12 Jul 2017 15:10:47 +0200 Subject: [PATCH] Move perl-interpreter dependency to the condition so it only is required on Fedora --- community-mysql.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-mysql.spec b/community-mysql.spec index 997782e..387f61c 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -145,8 +145,8 @@ BuildRequires: openssl-devel %else BuildRequires: compat-openssl10-devel %endif -BuildRequires: perl-interpreter %if 0%{?fedora} > 24 || 0%{?rhel} > 7 +BuildRequires: perl-interpreter BuildRequires: perl-generators %endif BuildRequires: systemtap-sdt-devel