SPECS (LINUX_2_6): kernel.spec - vmlinux packaged (oprofile needs ...

pluto pluto at pld-linux.org
Sun Jan 15 21:57:17 CET 2006


Author: pluto                        Date: Sun Jan 15 20:57:17 2006 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- vmlinux packaged (oprofile needs it).

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1369 -> 1.441.2.1370) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1369 SPECS/kernel.spec:1.441.2.1370
--- SPECS/kernel.spec:1.441.2.1369	Sun Jan 15 20:58:58 2006
+++ SPECS/kernel.spec	Sun Jan 15 21:57:11 2006
@@ -1164,6 +1164,7 @@
 %else
 	install arch/%{_target_base_arch}/boot/bzImage $KERNEL_INSTALL_DIR/boot/vmlinuz-$KernelVer
 %endif
+	install vmlinux $KERNEL_INSTALL_DIR/boot/vmlinux-$KernelVer
 %endif
 %ifarch alpha sparc sparc64
 	gzip -cfv vmlinux > vmlinuz
@@ -1331,11 +1332,13 @@
 %ifarch ia64
 mv -f /boot/efi/vmlinuz /boot/efi/vmlinuz.old 2> /dev/null > /dev/null
 %endif
+mv -f /boot/vmlinux /boot/vmlinux.old 2> /dev/null > /dev/null
 mv -f /boot/vmlinuz /boot/vmlinuz.old 2> /dev/null > /dev/null
 mv -f /boot/System.map /boot/System.map.old 2> /dev/null > /dev/null
 %ifarch ia64
 ln -sf vmlinuz-%{version}-%{release} /boot/efi/vmlinuz
 %endif
+ln -sf vmlinux-%{version}-%{release} /boot/vmlinux
 ln -sf vmlinuz-%{version}-%{release} /boot/vmlinuz
 ln -sf System.map-%{version}-%{release} /boot/System.map
 
@@ -1399,11 +1402,13 @@
 %ifarch ia64
 mv -f /boot/efi/vmlinuz /boot/efi/vmlinuz.old 2> /dev/null > /dev/null
 %endif
+mv -f /boot/vmlinux /boot/vmlinux.old 2> /dev/null > /dev/null
 mv -f /boot/vmlinuz /boot/vmlinuz.old 2> /dev/null > /dev/null
 mv -f /boot/System.map /boot/System.map.old 2> /dev/null > /dev/null
 %ifarch ia64
 ln -sf vmlinuz-%{version}-%{release}smp /boot/efi/vmlinuz
 %endif
+ln -sf vmlinux-%{version}-%{release}smp /boot/vmlinux
 ln -sf vmlinuz-%{version}-%{release}smp /boot/vmlinuz
 ln -sf System.map-%{version}-%{release}smp /boot/System.map
 
@@ -1475,11 +1480,10 @@
 %files
 %defattr(644,root,root,755)
 %doc FAQ-pl
-%ifarch alpha ppc ppc64
+%ifarch alpha %{ix86} %{x8664} ppc ppc64 sparc sparc64
 /boot/vmlinux-%{version}-%{release}
 %endif
 %ifarch sparc sparc64
-/boot/vmlinux-%{version}-%{release}
 /boot/vmlinux.aout-%{version}-%{release}
 %endif
 %ifarch ia64
@@ -1593,7 +1597,7 @@
 %files smp
 %defattr(644,root,root,755)
 %doc FAQ-pl
-%ifarch alpha sparc sparc64 ppc ppc64
+%ifarch alpha %{ix86} %{x8664} ppc ppc64 sparc sparc64
 /boot/vmlinux-%{version}-%{release}smp
 %endif
 %ifarch ia64
@@ -1788,6 +1792,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1370  2006/01/15 20:57:11  pluto
+- vmlinux packaged (oprofile needs it).
+
 Revision 1.441.2.1369  2006/01/15 19:58:58  paszczus
 - updated to 2.6.15.1 (CVE-2006-0035)
 - WARNING!!! paszczus commit!!! ;-)
================================================================

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



More information about the pld-cvs-commit mailing list