SPECS: kernel-vanilla.spec - add sparc64 BR - cosmetics
shadzik
shadzik at pld-linux.org
Sat Dec 2 19:15:50 CET 2006
Author: shadzik Date: Sat Dec 2 18:15:50 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add sparc64 BR
- cosmetics
---- Files affected:
SPECS:
kernel-vanilla.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.11 SPECS/kernel-vanilla.spec:1.12
--- SPECS/kernel-vanilla.spec:1.11 Sat Dec 2 18:39:50 2006
+++ SPECS/kernel-vanilla.spec Sat Dec 2 19:15:44 2006
@@ -90,6 +90,9 @@
URL: http://www.kernel.org/
BuildRequires: binutils >= 3:2.14.90.0.7
+%ifarch sparc64
+BuildRequires: elftoaout
+%endif
BuildRequires: gcc >= 5:3.2
BuildRequires: module-init-tools
# for hostname command
@@ -961,10 +964,10 @@
%if %{with up}
%files
%defattr(644,root,root,755)
-%ifnarch sparc64
-/boot/vmlinuz-%{ver_rel}
-%else
+%ifarch sparc64
/boot/vmlinux-%{ver_rel}
+%else
+/boot/vmlinuz-%{ver_rel}
%endif
/boot/System.map-%{ver_rel}
%ghost /boot/initrd-%{ver_rel}.gz
@@ -1213,6 +1216,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2006/12/02 18:15:44 shadzik
+- add sparc64 BR
+- cosmetics
+
Revision 1.11 2006/12/02 17:39:50 shadzik
- sparc64 smp %files fixes
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-vanilla.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list