-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
Do any python bindings exist for rpmbuild??
Specifically, I'd like to be able to detect broken build dependencies and recursively build and install these as part of an automated python/Makefile script.
I could of course just scrape the output :( but it would be excellent if there were wrappers for rpmbuild.
Ideally, these would allow one to parse the spec file into a python structure and to explicitly call %prep, %build, %install etc etc
Alan