From 2e322c69fd4db0f4934744868162d9fc156f915f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 5 Oct 2018 15:42:50 +0900 Subject: [PATCH] no Recommends for epel7 --- ghc-simple-cmd.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc-simple-cmd.spec b/ghc-simple-cmd.spec index 078fc0c..1a0b37d 100644 --- a/ghc-simple-cmd.spec +++ b/ghc-simple-cmd.spec @@ -20,7 +20,9 @@ BuildRequires: ghc-directory-devel BuildRequires: ghc-filepath-devel BuildRequires: ghc-process-devel # for Rpm.rpmspec +%if 0%{?fedora} || 0%{?rhel} > 7 Recommends: rpm-build +%endif # End cabal-rpm deps %description