SPECS (LINUX_2_6_18): kernel-vanilla.spec - no, it's %endif not %e...
shadzik
shadzik at pld-linux.org
Wed Dec 6 04:54:59 CET 2006
Author: shadzik Date: Wed Dec 6 03:54:59 2006 GMT
Module: SPECS Tag: LINUX_2_6_18
---- Log message:
- no, it's %endif not %else - fixed
---- Files affected:
SPECS:
kernel-vanilla.spec (1.14.2.4 -> 1.14.2.5)
---- Diffs:
================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.14.2.4 SPECS/kernel-vanilla.spec:1.14.2.5
--- SPECS/kernel-vanilla.spec:1.14.2.4 Wed Dec 6 04:51:17 2006
+++ SPECS/kernel-vanilla.spec Wed Dec 6 04:54:54 2006
@@ -980,9 +980,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}
@@ -1258,6 +1257,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14.2.5 2006/12/06 03:54:54 shadzik
+- no, it's %endif not %else - fixed
+
Revision 1.14.2.4 2006/12/06 03:51:17 shadzik
- %endif -> %else (abram, i hope i'm right with this commit)
- what about smp and vmlinux.aout on sparc(64) ?
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-vanilla.spec?r1=1.14.2.4&r2=1.14.2.5&f=u
More information about the pld-cvs-commit
mailing list