On Tue, Jan 28, 2014 at 1:15 PM, Ranjan Maitra <maitra.mbox.ignored@inbox.com> wrote:
Hi,

I was wondering if there is an easy way to list all the packages
installed on a F20 system from a particular repo.

# yum list all > yum-list-all.txt

will give you a text file with most of what you want.  The repos
are in the third column.  However, those that have been updated
in the normal update process are marked:
  @koji-override-0/$releasever

Also, for an individual package
  yum info <packagename>
will have a line "From repo"
 

Many thanks,
Ranjan


--
Dale Dellutri