redhat-release examples

I have a script that checks the redhat-release file to determine what security patch needs to be applied. Since there's a Red Hat 5 now, I need a redhat-release file from the various platforms (Desktop, Enteprise Workstation, and Enterprise Server) so I can build a proper search string. Also, it looks as if Red Hat 4 is being supported in the script but not intentionally. So similar examples of Red Hat 4 redhat-release files would be good too. Just to make sure all are actually being captured.

Thanks for any submissions.

Carl

here's mine :

cat /etc/redhat-release
Red Hat Enterprise Linux ES release 3 (Taroon Update 4)
# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
[~]$ /etc/redhat-release 
Red Hat Enterprise Linux AS release 4 (Nahant Update 3)
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5 (Tikanga)

And one from the old-school....

cat /etc/redhat-release 
Red Hat Linux Advanced Server release 2.1AS (Pensacola)