Strange. I recently did a fresh installation with the 7.1 ISO CD-ROM, then I upgraded (without first excluding the "base" repository though).
After the upgrade, when booting my server I have the following options (excerpt from the grub.conf file):
title CentOS (2.6.9-55.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.EL ro root=/dev/main/root
initrd /initrd-2.6.9-55.EL.img
title CentOS (2.6.9-55.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.ELsmp ro root=/dev/main/root
initrd /initrd-2.6.9-55.ELsmp.img
title CentOS (2.6.9-42.0.10.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.0.10.EL ro root=/dev/main/root
initrd /initrd-2.6.9-42.0.10.EL.img
title SME Server (2.6.9-42.0.3.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.0.3.ELsmp ro root=/dev/main/root
initrd /initrd-2.6.9-42.0.3.ELsmp.img
title SME Server-up (2.6.9-42.0.3.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.0.3.EL ro root=/dev/main/root
initrd /initrd-2.6.9-42.0.3.EL.img
As you can see, I have the CentOS 0.10 kernel but I don't have the SME Server 0.10 kernel. If I query the release version in the configuration db I get "7.1.3" as a result. If my server is a 7.1.3 shouldn't I then have the SME Server 0.10 kernel? And, should I ever boot my server with the CentOS kernel? I'm a little bit confused here.
I have the base, smeaddons, smeos, smeupdates and updates repositories enabled. All available updates have been installed to this date.