How do I determine which file(s) generate which dependencies for my rpm build? -


I am trying to decide which files in my package produce each dependency for my package . For example, I have a subset of the need for my build:

  rpm -qp - mypackage.rpm libc.so.6 libm.so.6 perl (strict) ... << Code> libm.so.6            > 

One way is "rpm -qp --filerequire * .rpm".

Another way is to "echo / path / file with some short scripting / file | / usr / lib / rpm / rpmdeps -R".

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -