Dear all, Do you know where I can download a fedora kernel source of a specific version? I tried to find it in fedora mirror site and the cvs repository but could not. A 'yumdownloader --source kernel' can only get me the latest version, which is not I wanted. (I want 2.6.26.3-29.fc9.i686) Thanks a lot!
Best, Feng
On Tue, 7 Oct 2008 10:41:28 -0400, "Feng Ji" benjaminji@gmail.com wrote:
Do you know where I can download a fedora kernel source of a specific version? I tried to find it in fedora mirror site and the cvs repository but could not.
Good question... Mind, I've not done it in a while, but I would do this (assuming you don't want one which is too old, using kernel-2.6.spec) Run "cvs log kernel.spec > ../log", find the tag you want, e.g. cvs co -r kernel-2_6_23-0_224_rc9_git6_fc8 kernel/devel
-- Pete
On 07.10.2008 18:11, Pete Zaitcev wrote:
On Tue, 7 Oct 2008 10:41:28 -0400, "Feng Ji" benjaminji@gmail.com wrote:
Do you know where I can download a fedora kernel source of a specific version? I tried to find it in fedora mirror site and the cvs repository but could not.
Good question... Mind, I've not done it in a while, but I would do this (assuming you don't want one which is too old, using kernel-2.6.spec) Run "cvs log kernel.spec > ../log", find the tag you want, e.g. cvs co -r kernel-2_6_23-0_224_rc9_git6_fc8 kernel/devel
Old rpms (including source rpms) can also be found in koji: http://koji.fedoraproject.org/koji/packageinfo?packageID=8 -> http://koji.fedoraproject.org/koji/buildinfo?buildID=61373 -> http://koji.fedoraproject.org/packages/kernel/2.6.26.3/29.fc9/src/kernel-2.6...
HTH
Cu knurd
kernel@lists.fedoraproject.org