On Jun 3, 2010, at 6:48 PM, Dave Jones <davej@xxxxxxxxxx> wrote: > On Thu, Jun 03, 2010 at 06:40:17PM -0400, Kyle McMartin wrote: >> On Tue, Jun 01, 2010 at 03:35:55PM +0000, Jarod Wilson wrote: >>> Author: jwilson >>> >>> - make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT >>> modules_install KERNELRELEASE=$KernelVer mod-fw= >>> + if [ "$Arch" != "s390" -o "$Flavour" != "kdump" ]; then >>> + make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT >>> modules_install KERNELRELEASE=$KernelVer mod-fw= >>> + else >>> + mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/ >>> {kernel,extra} >>> + fi >> >> What the hell is this crap? > > Also, wtf is the 31-bit s390 stuff doing back in there? > We haven't supported that in forever. The s390 Fedora folks were wanting to build kernel-headers as a 31-bit s390 package, which is how we do it in RHEL. I was initially dupe'ing all the RHEL6 kernel spec s390 bits, 'til figuring out zfcpdump and the pseudo-s390-kdump kernel was RHEL-only... --jarod _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/kernel