On Tue, 1 Jan 2002 17:07:14 -0500, you wrote:

>I understand that when building a package from src.rpm, RPM groks some
>system stuff, like libc, that it then lists as "Requires". But
>how/where does it do this?
>
>Case in point, is one I am trying to put together, but it is
>automagically requiring /usr/local/bin/perl, which I don't have, and
>is not referenced in the spec file at all.
If your package contains a script, which starts with
#!/usr/local/bin/perl
then rpm will mark it as a requisite.

see /usr/lib/rpm/*requires*

this is the same that happens with samba, which requires csh.

-- 
[EMAIL PROTECTED]



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to