RHEL: Errata Explained

When doing an "Erratum Search" on the RHN site, and provide a specific package name, I get a result. The result is returned, and I have a single RHBA number, and I click on the link. The next page is a list of bugs and issues under "Description". What I would like to know is what package this affects? Are the packages under "Packages" the affected packages, or are the packages under "Packages" the "fixed" packages and need to be installed?

Thanks.


To expand my comment on Ignacio Vazquez-Abrams's answer into an answer in its own right:

The errata give the full names of the updated, correct packages.

The package names (as is the general convention for RPMs in the Red Hat / Fedora universe) follow the pattern:

{name}-{version}-{release}.{arch}.rpm

Where name is the package name, version is the upstream package version, and release is the version of the package itself.

Whenever a package is changed (for an errata or even just for internal testing), the release is always increased. (This isn't enforced by rpm itself, but is enforced by policy at Red Hat, Fedora, and any respectable rpm-using distribution.)

So, if you have the name-version-release covered by the latest errata notice on your system already, you know that the system is up to date. (Although in some cases you may need to restart services or the whole system to make sure the fix is in effect -- that's a place where reading the notices is helpful.)