On Thu, Jul 13, 2017 at 3:54 AM, <notifications@xxxxxxxxxxxxxxxxx> wrote: > From 575a9e2f6afcad8fa21ca7b0c38278730e2670db Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@xxxxxxxxxx> > Date: Thu, 13 Jul 2017 09:54:13 +0200 > Subject: perl dependency renamed to perl-interpreter > <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> > > --- > kernel.spec | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/kernel.spec b/kernel.spec > index eb45684..c4e1a37 100644 > --- a/kernel.spec > +++ b/kernel.spec > @@ -389,7 +389,7 @@ Requires: kernel-modules-uname-r = %{KVERREL}%{?variant} > # List the packages used during the kernel build > # > BuildRequires: kmod, patch, bash, sh-utils, tar, git > -BuildRequires: bzip2, xz, findutils, gzip, m4, perl, perl-Carp, perl-devel, perl-generators, make, diffutils, gawk > +BuildRequires: bzip2, xz, findutils, gzip, m4, perl-interpreter, perl-Carp, perl-devel, perl-generators, make, diffutils, gawk I'd recommend wrapping the above in some conditional logic sot hat it is perl on f26 and lower, and perl-interpreter otherwise. People build rawhide kernels on older releases, and this will prevent them from doing so for really no good reason. josh > BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc > BuildRequires: net-tools, hostname, bc, elfutils-devel > %if %{with_sparse} > @@ -841,7 +841,7 @@ Provides: installonlypkg(kernel)\ > AutoReqProv: no\ > Requires(pre): findutils\ > Requires: findutils\ > -Requires: perl\ > +Requires: perl-interpreter\ > %description %{?1:%{1}-}devel\ > This package provides kernel headers and makefiles sufficient to build modules\ > against the %{?2:%{2} }kernel package.\ > -- > cgit v1.1 > > > https://src.fedoraproject.org/cgit/kernel.git/commit/?h=master&id=575a9e2f6afcad8fa21ca7b0c38278730e2670db > > -- > You received this message due to your preference settings at > https://apps.fedoraproject.org/notifications/jwboyer.id.fedoraproject.org/email/5133 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx