From eade29dea79e9531bcc54be9de3f7804bd801a5b Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Dec 22 2016 10:27:06 +0000 Subject: work around EPEL-6 bug in RPM macros --- diff --git a/zsh.spec b/zsh.spec index 99c5e05..d343465 100644 --- a/zsh.spec +++ b/zsh.spec @@ -16,8 +16,10 @@ Source5: zshenv.rhs Source6: dotzshrc Source7: zshprompt.pl +%if 0%{?epel} != 6 # legacy downstream patches, TODO: either get them upstream or drop them Patch0: zsh-serial.patch +%endif BuildRequires: coreutils BuildRequires: gawk