Axel Thimm wrote:
rpm -qp --changelog package.rpm | less I think there may even be some tool that can pull changelogs from the repo w/o having you to download the whole package.
# yum install yum-utils ... # repoquery --repoid=updates --changelog kernel | less * Sun Mar 26 2006 Dave Jones <davej redhat com> - 2.6.16.1 ... Jon