[Bug 520530] cpanspec adds /usr/local/bin/perl as dependency to created rpms?

bugzilla at redhat.com bugzilla at redhat.com
Mon Aug 31 23:12:35 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=520530





--- Comment #2 from Jason Tibbitts <tibbs at math.uh.edu>  2009-08-31 19:12:34 EDT ---
Cpanspec doesn't do that.  More likely one of the scripts the package installs
calls /usr/local/bin/perl and RPM's automatic dependency generation sees that
and adds a dependency for it.

Grep through the installed files, see which one needs fixing, and add code to
the spec file to change /usr/local/bin/perl to /usr/bin/perl.  This is a normal
thing for you to have to do when creating an RPM.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-perl-devel-list mailing list