[root]# yum update Setting up Update Process Setting up repositories dag 100% |=========================| 1.1 kB 00:00 update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 addons 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files Reducing Dag-RHEL-Yum to included packages only Finished No Packages marked for Update/Obsoletion
#
---
I assume this means that yum found a newer version of some package, but it wasn't in the explicit list of packages I've defined for dag? Just curious.
Cheers,
On Tue, 2006-09-26 at 10:31 -0400, chrism@imntv.com wrote:
[root]# yum update Setting up Update Process Setting up repositories dag 100% |=========================| 1.1 kB 00:00 update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 addons 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files Reducing Dag-RHEL-Yum to included packages only Finished No Packages marked for Update/Obsoletion
#
I assume this means that yum found a newer version of some package, but it wasn't in the explicit list of packages I've defined for dag? Just curious.
It just means that you are somehow filtering dag's repo using either:
exclude=some_package_package
or
includepkgs=some_package_names
and that there are no updates.
If you use exclude= or includepkgs= ... yum removes excluded packages prior to dependency resolution.
Thanks, Johnny Hughes