[CentOS] centos kernel changelog?

Thu Apr 9 16:59:24 UTC 2015
Matt Garman <matthew.garman at gmail.com>

On Thu, Apr 9, 2015 at 8:49 AM, Johnny Hughes <johnny at centos.org> wrote:
> rpm -qp --changelog <rpm-name> | less
>
> NOTE:  This works for any kernel RPM in any version of CentOS ... you
> can download the latest 6 RPM from here:
>
> http://mirror.centos.org/centos/6/updates/x86_64/Packages/
>
> (currently kernel-2.6.32-504.12.2.el6.x86_64.rpm)
>

Thank you Johnny, that was exactly what I needed, and immensely helpful!

One more quick question: what does the number in brackets at the end
of most lines represent?  For example:

- [fs] nfs: Close another NFSv4 recovery race (Steve Dickson) [1093922]

What does the 1093922 mean?

Thanks again!