Re: Creating complete repository

Connie Sieh <[email protected]> Mon, 24 Jun 2013 10:21:41 -0500
Newsgroups gmane.linux.rpm.yum
Message-ID <alpine.LRH.2.02.1306241019300.26766@dhcp-131-225-22-38.dhcp.fnal.gov>
On Mon, 24 Jun 2013, Frank Murphy wrote:

> On Mon, 24 Jun 2013 10:32:40 -0400
> Chris Kittlitz <[email protected]> wrote:
>
>> That is pretty much exactly what I am doing, however, I need to
>> know how to get the list of packages.
>>
>
> Only you can really know how you need to combine,
> to get what you need.
>
>
> If you can install "system-config-kickstart"  (gui-tool) if available"
> it will help you select packages
>
>
>
> Then modify selections to suit?
>
>
> if you have yum-utils:
> http://yum.baseurl.org/wiki/YumUtils
>
> yum grouplist
> yum groupinfo "foo bar" from above result
> repoquery --queryformat %{name} --installed -a > sometext
>
>
>

Also from yum-utils is "repoclosure".  Given yum "repo(s)" it determines 
if all of the rpm dependencies have been met.  This does assume that the 
rpms have accurate dependencies defined.

-Connie Sieh