SPECS (LINUX_2_6): kernel.spec - xen is only on %%{ix86} (exclusiv...

speedy speedy at pld-linux.org
Sat Jun 11 13:58:32 CEST 2005


Author: speedy                       Date: Sat Jun 11 11:58:32 2005 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- xen is only on %%{ix86} (exclusive arch)

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1099 -> 1.441.2.1100) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1099 SPECS/kernel.spec:1.441.2.1100
--- SPECS/kernel.spec:1.441.2.1099	Sat Jun 11 13:37:05 2005
+++ SPECS/kernel.spec	Sat Jun 11 13:58:25 2005
@@ -250,14 +250,13 @@
 Patch201:	linux-2.6-omosix.patch
 # vserver-2.0-pre4
 Patch202:	linux-2.6-vs2.patch
+# xen 2.0.6
+Patch203:	linux-xen-2.0.6.patch
 
 Patch400:	kernel-gcc4.patch
 Patch401:	kernel-hotfixes.patch
 Patch402:	linux-em8300-2.6.11.2.patch
 
-# xen 2.0.6
-Patch500:	linux-xen-2.0.6.patch
-
 URL:		http://www.kernel.org/
 BuildRequires:	binutils >= 2.14.90.0.7
 BuildRequires:	diffutils
@@ -289,7 +288,11 @@
 Conflicts:	nfs-utils < %{_nfs_utils_ver}
 Conflicts:	procps < %{_procps_ver}
 Conflicts:	oprofile < %{_oprofile_ver}
+%if %{with xen}
+ExclusiveArch:	%{ix86}
+%else
 ExclusiveArch:	%{ix86} alpha %{x8664} ia64 ppc sparc sparc64
+%endif
 ExclusiveOS:	Linux
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -684,6 +687,9 @@
 %if %{with vserver}
 %patch202 -p1
 %endif
+%if %{with xen}
+%patch203 -p1
+%endif 
 
 %patch400 -p1
 %patch401 -p1
@@ -691,10 +697,6 @@
 %patch402 -p1
 %endif
 
-%if %{with xen}
-%patch500 -p1
-%endif 
-
 # Fix EXTRAVERSION in main Makefile
 sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}#g' Makefile
 
@@ -1347,6 +1349,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1100  2005/06/11 11:58:25  speedy
+- xen is only on %%{ix86} (exclusive arch)
+
 Revision 1.441.2.1099  2005/06/11 11:37:05  speedy
 - xen support (NFY)
 
================================================================

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




More information about the pld-cvs-commit mailing list