2009/11/9 Andrew Jamison <[email protected]> > Is there an easy way to see the changes between Fedora kernel versions > so we can see what has been altered/added when we update a kernel? > > -- > fedora-list mailing list > [email protected] > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list > Guidelines: > http://fedoraproject.org/wiki/Communicate/MailingListGuidelines >
Hi, you can check the changelog of the kernel rpm: $ rpm -q --changelog kernel-$(uname -r) (supposing that your current kernel is the latest one)
-- fedora-list mailing list [email protected] To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
