https://bugzilla.redhat.com/show_bug.cgi?id=1858381 Robert-André Mauchin 🐧 <zebob.m@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@xxxxxxxxx --- Comment #1 from Robert-André Mauchin 🐧 <zebob.m@xxxxxxxxx> --- Hello Ralf Could you please update your Perl SPEC to follow the latest Perl-SIG standards, see these recent SPECs https://bugzilla.redhat.com/show_bug.cgi?id=1856854 or https://bugzilla.redhat.com/show_bug.cgi?id=1856839 Basically something like this: BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 […] %prep %setup -q -n ColorThemeRole-ANSI-%{version} %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 %{make_build} %install %{make_install} %{_fixperms} $RPM_BUILD_ROOT/* %check unset AUTHOR_TESTING make test i.e.using NO_PACKLIST=1 NO_PERLLOCAL=1 to use %{make_install} and unset AUTHOR_TESTING for the tests. - Add a BR for perl-interpreter: BuildRequires: perl-interpreter - Do not use %{__perl} but perl directly. Macros starting with __ are reserved for rpm private use. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx