PDA

View Full Version : Command to List BuildRequires (like Debian's dpkg-depcheck)


Jeff91
21st December 2010, 06:26 AM
Howdy All,

I am diving into building RPM packages and I am wondering if there is an equal command in the RPM world to Debian's dpkg-depcheck. Essentially what it does is list all the packages need to build a given piece of source code when you run the command and point it to a configure or autogen.sh file.

Is there something for RPMs that would do this as well?

Regards,
~Jeff