https://bugzilla.redhat.com/show_bug.cgi?id=1165628 --- Comment #3 from Colin Macdonald <cbm@xxxxxxxxx> --- For a minute I thought some of my BR should actually be Requires. I think I've sorted it out... says "tangerine lib/": ```` Carp Used by: lib/Tie/Cycle.pm:6 constant Used by: lib/Tie/Cycle.pm:10 lib/Tie/Cycle.pm:8 lib/Tie/Cycle.pm:9 ExtUtils::MakeMaker, version 6.46 Used by: Makefile.PL:1, v6.46 strict Used by: lib/Tie/Cycle.pm:2 Tie::Cycle Provided by: lib/Tie/Cycle.pm:1 ```` Are these observations correct? 1. That output means perl(Carp), perl(constant), perl(strict) are run-time deps (not build deps). 2. It looks like rpmbuild automatically knows about these three (from output of "rpm -qRp"). That is why we don't need to manually list them as "Requires". 3. All Requires effectively become BR because of tests (which need to load the module itself). Which is why we list them as BR (even though the Makefile itself doesn't need them.) -- 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 https://admin.fedoraproject.org/mailman/listinfo/package-review