rpms/kernel/FC-5 kernel-2.6.spec,1.2283,1.2284

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Feb 7 00:03:16 UTC 2007


Author: davej

Update of /cvs/dist/rpms/kernel/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv1230

Modified Files:
	kernel-2.6.spec 
Log Message:
Add missing build calls for Xen0/XenU


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/kernel-2.6.spec,v
retrieving revision 1.2283
retrieving revision 1.2284
diff -u -r1.2283 -r1.2284
--- kernel-2.6.spec	6 Feb 2007 23:51:08 -0000	1.2283
+++ kernel-2.6.spec	7 Feb 2007 00:03:13 -0000	1.2284
@@ -1377,6 +1377,8 @@
 %if %{includexen}
 %if %{buildxen}
 BuildKernel %xen_target %xen_image xen
+BuildKernel %xen_target %xen_image xen0
+BuildKernel %xen_target %xen_image xenU
 # Now the directory is properly created, copy xen over
 mv $RPM_BUILD_ROOT/usr/src/kernels/%{KVERREL}-xen-%{_target_cpu}-HV-temp $RPM_BUILD_ROOT/usr/src/kernels/%{KVERREL}-xen-%{_target_cpu}/xen
 %endif
@@ -1624,21 +1626,6 @@
 /lib/modules/%{KVERREL}debug/extra
 /lib/modules/%{KVERREL}debug/updates
 %ghost /boot/initrd-%{KVERREL}debug.img
-
-%if %{buildsmp}
-%files smp-debug
-%defattr(-,root,root)
-/%{image_install_path}/vmlinuz-%{KVERREL}smp-debug
-/boot/System.map-%{KVERREL}smp-debug
-/boot/config-%{KVERREL}smp-debug
-%dir /lib/modules/%{KVERREL}smp-debug
-/lib/modules/%{KVERREL}smp-debug/kernel
-/lib/modules/%{KVERREL}smp-debug/build
-/lib/modules/%{KVERREL}smp-debug/source
-/lib/modules/%{KVERREL}smp-debug/extra
-/lib/modules/%{KVERREL}smp-debug/updates
-%ghost /boot/initrd-%{KVERREL}smp-debug.img
-%endif
 %endif
 
 %if %{buildsmp}
@@ -1659,8 +1646,24 @@
 %defattr(-,root,root)
 %verify(not mtime) /usr/src/kernels/%{KVERREL}-smp-%{_target_cpu}
 /usr/src/kernels/%{KVERREL}smp-%{_target_cpu}
+
+%if %{builddebug}
+%files smp-debug
+%defattr(-,root,root)
+/%{image_install_path}/vmlinuz-%{KVERREL}smp-debug
+/boot/System.map-%{KVERREL}smp-debug
+/boot/config-%{KVERREL}smp-debug
+%dir /lib/modules/%{KVERREL}smp-debug
+/lib/modules/%{KVERREL}smp-debug/kernel
+/lib/modules/%{KVERREL}smp-debug/build
+/lib/modules/%{KVERREL}smp-debug/source
+/lib/modules/%{KVERREL}smp-debug/extra
+/lib/modules/%{KVERREL}smp-debug/updates
+%ghost /boot/initrd-%{KVERREL}smp-debug.img
+%endif
 %endif
 
+
 %if %{includexen}
 %if %{buildxen}
 %files xen0




More information about the fedora-cvs-commits mailing list