SPECS (LINUX_2_6_19): kernel.spec - version up to 2.6.19.3, xen x8...
alucard
alucard at pld-linux.org
Sat Feb 24 18:45:12 CET 2007
Author: alucard Date: Sat Feb 24 17:45:12 2007 GMT
Module: SPECS Tag: LINUX_2_6_19
---- Log message:
- version up to 2.6.19.3, xen x86_64
---- Files affected:
SPECS:
kernel.spec (1.441.2.1700.2.2 -> 1.441.2.1700.2.3)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1700.2.2 SPECS/kernel.spec:1.441.2.1700.2.3
--- SPECS/kernel.spec:1.441.2.1700.2.2 Mon Feb 12 15:05:17 2007
+++ SPECS/kernel.spec Sat Feb 24 18:45:06 2007
@@ -157,7 +157,7 @@
Summary(pl.UTF-8): JÄ
dro Linuksa
Name: kernel%{?with_pax:-pax}%{?with_grsec_full:-grsecurity}%{?with_xen0:-xen0}%{?with_xenU:-xenU}
%define _basever 2.6.19
-%define _postver .2
+%define _postver .3
Version: %{_basever}%{_postver}
Release: %{_rel}
Epoch: 3
@@ -170,7 +170,7 @@
# Source0-md5: 443c265b57e87eadc0c677c3acc37e20
%if "%{_postver}" != "%{nil}"
Source1: http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
-# Source1-md5: e8a9a6dc65da3f7b192e7caa969f9a1b
+# Source1-md5: ef8491f189893c250a61cea825de025c
%endif
Source3: kernel-autoconf.h
Source4: kernel-config.h
@@ -1201,15 +1201,20 @@
%endif
%if %{with xen0} || %{with xenU}
+ cat %{SOURCE46} >> arch/%{_target_base_arch}/defconfig
+%ifarch %{ix86}
sed -i "s:CONFIG_X86_PC=y:# CONFIG_X86_PC is not set:" arch/%{_target_base_arch}/defconfig
+ sed -i "s:# CONFIG_X86_XEN is not set:CONFIG_X86_XEN=y:" arch/%{_target_base_arch}/defconfig
+%endif
+%ifarch %{x8664}
+ sed -i "s:# CONFIG_X86_64_XEN is not set:CONFIG_X86_64_XEN=y:" arch/%{_target_base_arch}/defconfig
+%endif
sed -i "s:CONFIG_RIO=[ym]:# CONFIG_RIO is not set:" arch/%{_target_base_arch}/defconfig
sed -i "s:CONFIG_SOUND_PAS=[ym]:# CONFIG_SOUND_PAS is not set:" arch/%{_target_base_arch}/defconfig
# framebuffer devices generally don't work with xen
# and kernel will crash on boot if vesafb-tng is compiled in (even if off by default)
sed -i "s:CONFIG_FB=y:# CONFIG_FB is not set:" arch/%{_target_base_arch}/defconfig
-
- cat %{SOURCE46} >> arch/%{_target_base_arch}/defconfig
%endif
%if %{with xen0}
@@ -1940,6 +1945,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1700.2.3 2007/02/24 17:45:06 alucard
+- version up to 2.6.19.3, xen x86_64
+
Revision 1.441.2.1700.2.2 2007/02/12 14:05:17 qrczak
- Spec converted to UTF-8.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1700.2.2&r2=1.441.2.1700.2.3&f=u
More information about the pld-cvs-commit
mailing list