On Wed, Aug 16, 2017 at 7:55 AM, Sérgio Basto <ser...@serjux.com> wrote:
> On Thu, 2017-06-15 at 14:35 +0000, Petr Pisar wrote:
>
> this change is breaking builds on EPEL7 [1]
> DEBUG util.py:450:  Error: No Package found for perl-interpreter
> DEBUG util.py:450:  Error: No Package found for perl-interpreter
>
> Any advice is welcome .
>
> Thanks,
> [1]
> https://copr-be.cloud.fedoraproject.org/results/sergiomb/debs/epel-7-x86_64/00590775-dpkg/root.log.gz
> https://copr-be.cloud.fedoraproject.org/results/sergiomb/debs/epel-7-x86_64/00590775-dpkg/
> https://copr.fedorainfracloud.org/coprs/sergiomb/debs/build/590775/

Just guard it out:

%if 0%{?rhel} && 0%{?rhel} < 8
BuildRequires: perl
%else
BuildRequires: perl-interpreter
%endif


-- 
真実はいつも一つ!/ Always, there's only one truth!
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to