rpms/kernel/devel kernel-2.6.spec,1.2427,1.2428

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 20 14:49:30 UTC 2006


Author: quintela

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

Modified Files:
	kernel-2.6.spec 
Log Message:
next guess at fixing xen debuginfo problems


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2427
retrieving revision 1.2428
diff -u -r1.2427 -r1.2428
--- kernel-2.6.spec	20 Jul 2006 14:12:16 -0000	1.2427
+++ kernel-2.6.spec	20 Jul 2006 14:49:27 -0000	1.2428
@@ -1277,6 +1277,8 @@
   install -m 644 xen.gz $RPM_BUILD_ROOT/boot/xen.gz-%{KVERREL}
   install -m 755 xen-syms $RPM_BUILD_ROOT/boot/xen-syms-%{KVERREL}
   cd ..
+  mkdir -p $RPM_BUILD_ROOT/usr/src/kernels/%{KVERREL}-xen-%{_target_cpu}
+  mv xen $RPM_BUILD_ROOT/usr/src/kernels/%{KVERREL}-xen-%{_target_cpu}/
 %endif
 %endif
 
@@ -1362,6 +1364,9 @@
 %endif\
 /usr/lib/debug/lib/modules/%{KVERREL}%{?2}\
 /usr/lib/debug/usr/src/kernels/%{KVERREL}%{?2:-%{2}}-%{_target_cpu}\
+%if "%{?2}" == "xen" \
+/usr/lib/debug/boot/xen-syms-%{KVERREL}.debug\
+%endif\
 %endif\
 %endif\
 %{nil}
@@ -1695,6 +1700,9 @@
 %endif
 
 %changelog
+* Thu Jul 20 2006 Juan Quintela <quintela at redhat.com>
+- Fix to get xen debug info files in the right position.
+
 * Thu Jul 20 2006 Don Zickus <dzickus at redhat.com>
 - apparently I was wrong and was fixed already
 




More information about the fedora-cvs-commits mailing list