Author: Vic Date: To: hampshire Subject: Re: [Hampshire] Kernel update for Fedora
> I don't know the incantation to get yum to give me a changelog. Any > ideas? (The man file mentions nothing, and the Fedora website is tricky
> to navigate to anything resembling a changelog list).
If you've got the rpm (check /var/cache !), use
rpm -qp --changelog package.rpm
You might want to pipe that through less :-)
yum itself has a "generate-rss" command which produces an rss file of the
changelogs - but I've never used it, so I can't tell you much about it...