Been trying to figure out why an unchanged package rebuilt in koji for F23
is missing _all_ Perl dependencies. Without those deps it crashes at runtime.

Turned out that rpmbuild did not generate any Perl deps for the single
Perl script in /usr/bin.

Shebang was '#!/usr/bin/perl -w'.

Changing that to drop the trailing ' -w', and rpmbuild does generate the
Perl deps again.

What has changed in F23? How many other Perl packages are affected?
--
devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to