https://bugzilla.redhat.com/show_bug.cgi?id=1486333 Bug ID: 1486333 Summary: Incorrect version of the BuildRequires of perl(Role::Tiny) Product: Fedora Version: rawhide Component: perl-Moo Assignee: emmanuel@xxxxxxxxx Reporter: mcepl@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: emmanuel@xxxxxxxxx, iarnell@xxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Description of problem: For the purposes of rebuilding package on weird platforms (e.g., RHEL-7 here) it would be useful to have module Role::Tiny correctly versioned as well. matej@mitmanek: Moo-2.003002 (epel7 %)$ perl Makefile.PL Warning: prerequisite Module::Runtime 0.014 not found. We have 0.013. Warning: prerequisite Role::Tiny 2.000004 not found. We have 1.003003. Writing Makefile for Moo Writing MYMETA.yml and MYMETA.json matej@mitmanek: Moo-2.003002 (epel7 %)$ cd - matej@mitmanek: perl-Moo (epel7 %)$ grep -E 'BuildRequires:.*(Runtime|Tiny)' perl-Moo.spec BuildRequires: perl(Module::Runtime) >= 0.013 BuildRequires: perl(Role::Tiny) >= 1.003003 matej@mitmanek: perl-Moo (epel7 %)$ Version-Release number of selected component (if applicable): perl-Moo-2.003002-4 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx