Article 4RZVR rpm dependency resolution

rpm dependency resolution

by
vedaa
from LinuxQuestions.org on (#4RZVR)
hi,

I am trying to create a package with python and shell script.
one of this package requires "expect" package.

During rpm create I have mentioned in the "requires:expect" in the spec file,
however during the requires check,
Code:rpm -qp abc.noarch.rpm --requires
/bin/sh
/bin/sh
/bin/sh
/bin/sh
/usr/bin/expect
/usr/bin/python
expect
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
[1266 ~]#/usr/bin/expect isnt mentioned in the spec file still it appears and it occurs before the "expect" package it self, hence I am getting error as /usr/bin/expect to be installed before installing abc.rpm package

can someone help me understand why this interpreters are mentioned before the expect package installationlatest?d=yIl2AUoC8zA latest?i=CAY1nT27nXI:PvxmpQ7xfn0:F7zBnMy latest?i=CAY1nT27nXI:PvxmpQ7xfn0:V_sGLiP latest?d=qj6IDK7rITs latest?i=CAY1nT27nXI:PvxmpQ7xfn0:gIN9vFwCAY1nT27nXI
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments