date of last update for each of SLES 11, SLES11 SP1

I’m trying to find the last updated RPM and date when this happened. This is for patch management purposes (for convincing people to update from SP1 to SP2).

I can tell from my SMT logging that SP1 was last updated between September and December of 2012 – is there a way to get the exact date?

thanks

–J

I’d do it this way:

Go to the Patch Finder site:
http://download.novell.com/patch/finder/

Choose ‘SUSE Linux Enterprise Server’ from the top drop-down. Notice that
the lower section filters accordingly (or click 'Search if your browser
doesn’t do that automatically).

Expand the ‘SLES 11 SP1’ section and the SLES 11 SP2’ section.

Notice that the latest patches for the former are from November; the
latest patches for the latter are from today.

Good luck.

If it’s ways of convincing people to update from SP1 to SP2 you’re after, how about this:

Taken from
http://www.novell.com/linux/releasenotes/x86_64/SUSE-SLES/11-SP2/

rpm -qa --last

Tom