SPECS: kernel-vanilla.spec - no, it's %endif not %else - fixed - a...

shadzik shadzik at pld-linux.org
Wed Dec 6 04:57:11 CET 2006


Author: shadzik                      Date: Wed Dec  6 03:57:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no, it's %endif not %else - fixed
- also fixed smp (there's no vmlinux.aout for it)

---- Files affected:
SPECS:
   kernel-vanilla.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.17 SPECS/kernel-vanilla.spec:1.18
--- SPECS/kernel-vanilla.spec:1.17	Wed Dec  6 04:48:14 2006
+++ SPECS/kernel-vanilla.spec	Wed Dec  6 04:57:06 2006
@@ -981,9 +981,8 @@
 %defattr(644,root,root,755)
 %ifarch sparc sparc64
 /boot/vmlinux.aout-%{ver_rel}
-%else
-/boot/vmlinuz-%{ver_rel}
 %endif
+/boot/vmlinuz-%{ver_rel}
 /boot/System.map-%{ver_rel}
 %ghost /boot/initrd-%{ver_rel}.gz
 %dir /lib/modules/%{ver_rel}
@@ -1085,11 +1084,7 @@
 %files smp
 %defattr(644,root,root,755)
 #doc FAQ-pl
-%ifarch sparc sparc64
-/boot/vmlinux.aout-%{ver_rel}smp
-%else
 /boot/vmlinuz-%{ver_rel}smp
-%endif
 /boot/System.map-%{ver_rel}smp
 %ghost /boot/initrd-%{ver_rel}smp.gz
 %dir /lib/modules/%{ver_rel}smp
@@ -1263,6 +1258,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2006/12/06 03:57:06  shadzik
+- no, it's %endif not %else - fixed
+- also fixed smp (there's no vmlinux.aout for it)
+
 Revision 1.17  2006/12/06 03:48:14  shadzik
 - merged from LINUX_2_6_18
 - endif -> else
================================================================

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



More information about the pld-cvs-commit mailing list