Hello,
I'm confused on the difference between yum list-security vs yum yum --security list updates. All of the documentation and examples that I find make them seem like almost the same command. However, "--security" tells me that there are 0 security packages needed and list-security tells me that there is one package needed
Here is what I'm seeing on many of my servers:
[root@svr ~]# yum --security check-update
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.sanctuaryhost.com
* centosplus: mirror.steadfast.net
* epel: mirror.steadfast.net
* extras: yum.singlehop.com
* updates: mirror.steadfast.net
Limiting package lists to security relevant ones
No packages needed, for security, 264 available
[root@svr ~]#
but list-security shows me that there is one package found
[root@svr ~]# yum list-security
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.sanctuaryhost.com
* centosplus: centos.mirrors.tds.net
* epel: mirror.steadfast.net
* extras: yum.singlehop.com
* updates: centos.mirrors.tds.net
FEDORA-EPEL-2011-0163 newpackage python-ethtool-0.6-2.el5.i386
list-security done
[root@svr ~]#
can anyone give me some guidance on why this is happening?
Thanks!!
-Joe