SPECS: kernel-vanilla.spec - alpha support (fix smp config, up bui...

shadzik shadzik at pld-linux.org
Wed Nov 22 13:03:19 CET 2006


Author: shadzik                      Date: Wed Nov 22 12:03:19 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- alpha support (fix smp config, up builds with has_isa 0)

---- Files affected:
SPECS:
   kernel-vanilla.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.6 SPECS/kernel-vanilla.spec:1.7
--- SPECS/kernel-vanilla.spec:1.6	Wed Nov 22 02:34:45 2006
+++ SPECS/kernel-vanilla.spec	Wed Nov 22 13:03:13 2006
@@ -73,6 +73,8 @@
 Source24:	kernel-vanilla-x86_64-smp.config
 Source25:	kernel-vanilla-ppc.config
 Source26:	kernel-vanilla-ppc-smp.config
+Source27:	kernel-vanilla-alpha.config
+Source28:	kernel-vanilla-alpha-smp.config
 
 Source40:	kernel-vanilla-preempt-nort.config
 Source41:	kernel-vanilla-no-preempt-nort.config
@@ -112,7 +114,7 @@
 Conflicts:	udev < %{_udev_ver}
 Conflicts:	util-linux < %{_util_linux_ver}
 Conflicts:	xfsprogs < %{_xfsprogs_ver}
-ExclusiveArch:	%{ix86} %{x8664} ppc
+ExclusiveArch:	%{ix86} alpha %{x8664} ppc
 ExclusiveOS:	Linux
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -587,7 +589,9 @@
 
 	echo "Building config file [using $Config.conf] for KERNEL $1..."
 
+	%ifnarch alpha
 	cat %{SOURCE20} > .config
+	%endif
 	cat $RPM_SOURCE_DIR/kernel-vanilla-$Config.config >> .config
 	echo "CONFIG_LOCALVERSION=\"-%{release}$smp\"" >> .config
 
@@ -651,6 +655,11 @@
 	install arch/%{_target_base_arch}/boot/bzImage $KERNEL_INSTALL_DIR/boot/vmlinuz-$KernelVer
 %endif
 
+%ifarch alpha
+	gzip -cfv vmlinux > vmlinuz
+	install vmlinuz $KERNEL_INSTALL_DIR/boot/vmlinuz-$KernelVer
+%endif
+
 %ifarch ppc
 	install vmlinux $KERNEL_INSTALL_DIR/boot/vmlinuz-$KernelVer
 %endif
@@ -1156,6 +1165,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2006/11/22 12:03:13  shadzik
+- alpha support (fix smp config, up builds with has_isa 0)
+
 Revision 1.6  2006/11/22 01:34:45  shadzik
 - ups, now you can really disable preemption
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel-vanilla.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list