Re: Yum dep-closure command?
seth vidal <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <1172700224.8341.72.camel@cutter> |
On Wed, 2007-02-28 at 23:00 +0100, Jos Vos wrote: > On Wed, Feb 28, 2007 at 04:53:35PM -0500, seth vidal wrote: > > > look at repoclosure in yum-utils. I think that will do roughly what you > > want. > > >From the comments: > > #Read in the metadata of a series of repositories and check all the > # dependencies in all packages for resolution. Print out the list of > # packages with unresolved dependencies > > It looks like this is an check afterwards, given a set of packages/repos, > not something that produces the depclosure for a package list. you just need to make an ad-hoc repo out of a dir and run repoclosure on it. -sv