On 16 February 2011 22:48, Pascal Terjan <pter...@gmail.com> wrote: >>> Do you have ideas for this pb to not happen anymore ? >>> >> >> a BIG FAT warning at top of spec. > > Or a specific check at upload (in rpmlint ?)
Or in perl.spec itself, maybe BR some widely used module. eg: BuildRequires: perl-URPM (...) %check perl -MURPM -e 'exit(0)';echo $? If on first upload, it failed to load perl-URPM, let's jut abort. We reverse the logic: "let's remember not to screw uploading new perl" into "we'll only have to bother when uploading a new major perl"