Description of Problem: In the applet's summary of available errata packages, the package names include trailing colons even if the available package has no nonzero epoch number. This is confusing and misleading as all other RPM tools generally hide the colon when epoch is not specified. It may also show a number which seems to be unrelated to the available package's epoch number. Version-Release number of selected component (if applicable): $ rpm -qf /usr/share/rhn/rhn_applet/rhn_applet.py rhn-applet-1.0.6-11 How Reproducible: May depend on the available packages. Steps to Reproduce: 1. Note a flashing rhn_applet icon. 2. Click on the icon to receive a tabular listing of installed vs available packages. 3. Note the trailing colons and sometimes other numeric information in the available package names. Actual Results: Available Packages abiword-0.99.5-2:1 kernel-2.4.18-5: Expected Results: Available Packages abiword-0.99.5-2 kernel-2.4.18-5 In the above example, rpm abiword-0.99.5-2.i386.rpm was subsequently downloaded and installed by up2date, with no colon or digit to signify additional version information such as epoch. Also, no advisory information was available for abiword on this particular up2date install (but was available for the kernel). This may or may not be related to badly formatted update information. I am adding that as a separate bug but will reference this bug in it in case it actually is related.
I think this is fixed in the current version, Daniel