On 13 Nov 2003, Alexandre Oliva wrote: > On Nov 12, 2003, Bret Hughes <bhughes@xxxxxxxxxxxxx> wrote: > > > Any thoughts on a way to approach this? > > Remove any non-Core entries from /etc/sysconfig/rhn/sources, then run > up2date --show-orphans. The one thing I'm not sure is whether this > will let you know about packages that are present in the Core but that > have been upgraded to versions that are not in the Core. Alternatively something like this will get you the same result without fiddling with configuration: rpm -qa --qf "%{NAME} %{PACKAGER}\n"|grep -v "Red Hat" - Panu -