rpm build dependency graph from specfiles

John Reiser jreiser at BitWagon.com
Thu Feb 28 16:39:36 UTC 2008


> Is there a tool out there which given a list of RPM *specfiles* (NB)
> will generate a *build* ordering?

Apply topological sort (/usr/bin/tsort) to input with lines that contain
pairs "a b", with the interpretation that 'a' must precede 'b'.

-- 




More information about the fedora-devel-list mailing list