Re: [CentOS] How do I get the kernel srpm?

2018-04-30 Thread Jim Perrin
On 04/27/2018 01:35 PM, Robert Heller wrote: > I tried to follow the work flow shown in https://wiki.centos.org/Sources, but > it does not seem to work: > > I did this: > > mkdir CentOS > pushd CentOS > git clone https://git.centos.org/git/centos-git-common.git > git clone

Re: [CentOS] How do I get the kernel srpm?

2018-04-27 Thread Phil Perry
On 27/04/18 21:35, Robert Heller wrote: I tried to follow the work flow shown in https://wiki.centos.org/Sources, but it does not seem to work: I did this: mkdir CentOS pushd CentOS git clone https://git.centos.org/git/centos-git-common.git git clone https://git.centos.org/git/rpms/kernel.git

Re: [CentOS] How do I get the kernel srpm?

2018-04-27 Thread Richard Grainger
yumdownloader --source kernel On Fri, Apr 27, 2018 at 9:35 PM, Robert Heller wrote: > I tried to follow the work flow shown in https://wiki.centos.org/Sources, but > it does not seem to work: > > I did this: > > mkdir CentOS > pushd CentOS > git clone

[CentOS] How do I get the kernel srpm?

2018-04-27 Thread Robert Heller
I tried to follow the work flow shown in https://wiki.centos.org/Sources, but it does not seem to work: I did this: mkdir CentOS pushd CentOS git clone https://git.centos.org/git/centos-git-common.git git clone https://git.centos.org/git/rpms/kernel.git pushd kernel/ git checkout c6