SPECS: xen.spec - fix/workaround build on x86_64 for now

arekm arekm at pld-linux.org
Fri Feb 29 10:47:53 CET 2008


Author: arekm                        Date: Fri Feb 29 09:47:53 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix/workaround build on x86_64 for now

---- Files affected:
SPECS:
   xen.spec (1.54 -> 1.55) 

---- Diffs:

================================================================
Index: SPECS/xen.spec
diff -u SPECS/xen.spec:1.54 SPECS/xen.spec:1.55
--- SPECS/xen.spec:1.54	Tue Feb 26 23:42:30 2008
+++ SPECS/xen.spec	Fri Feb 29 10:47:47 2008
@@ -222,8 +222,9 @@
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/bin
 %attr(744,root,root) %{_libdir}/%{name}/bin/*
-%dir %{_libdir}/%{name}/boot
-%attr(744,root,root) %{_libdir}/%{name}/boot/hvmloader
+%dir %{_prefix}/lib/%{name}
+%dir %{_prefix}/lib/%{name}/boot
+%attr(744,root,root) %{_prefix}/lib/%{name}/boot/hvmloader
 %{_datadir}/xen
 %{py_sitedir}/fsimage.so
 %{py_sitedir}/grub
@@ -258,9 +259,11 @@
 %dir %{_libdir}/fs/ufs
 %attr(755,root,root) %{_libdir}/fs/*/*.so
 
+%if ! %{with hvm}
 %files hotplug
 %defattr(644,root,root,755)
 %attr(755,root,root) /etc/hotplug/*
+%endif
 
 %files udev
 %defattr(644,root,root,755)
@@ -281,6 +284,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55  2008-02-29 09:47:47  arekm
+- fix/workaround build on x86_64 for now
+
 Revision 1.54  2008-02-26 22:42:30  arekm
 - final 3.2.0; lib64 systems need fix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xen.spec?r1=1.54&r2=1.55&f=u



More information about the pld-cvs-commit mailing list