packages: xen/xen.spec - create qemu-dm symlink to make libvirt and other x...

baggins baggins at pld-linux.org
Sun Mar 4 19:51:49 CET 2012


Author: baggins                      Date: Sun Mar  4 18:51:49 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- create qemu-dm symlink to make libvirt and other xen 3.4 compat software happy

---- Files affected:
packages/xen:
   xen.spec (1.100 -> 1.101) 

---- Diffs:

================================================================
Index: packages/xen/xen.spec
diff -u packages/xen/xen.spec:1.100 packages/xen/xen.spec:1.101
--- packages/xen/xen.spec:1.100	Sat Mar  3 12:03:47 2012
+++ packages/xen/xen.spec	Sun Mar  4 19:51:43 2012
@@ -248,6 +248,10 @@
 	prefix=%{_prefix} \
 	DESTDIR=$RPM_BUILD_ROOT
 
+%if "%{_lib}" == "lib64"
+ln -s %{_prefix}/lib/%{name}/bin/qemu-dm $RPM_BUILD_ROOT%{_libdir}/%{name}/bin/qemu-dm
+%endif
+
 install %{SOURCE30} $RPM_BUILD_ROOT%{systemdunitdir}/proc-xen.mount
 install %{SOURCE31} $RPM_BUILD_ROOT%{systemdunitdir}/var-lib-xenstored.mount
 # started internally by xend
@@ -444,6 +448,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.101  2012/03/04 18:51:43  baggins
+- create qemu-dm symlink to make libvirt and other xen 3.4 compat software happy
+
 Revision 1.100  2012/03/03 11:03:47  baggins
 - xend configuration tweaks, don't need relocation enabled by default,
   but need unix socket for cli tools; let admin configure dom0 network;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xen/xen.spec?r1=1.100&r2=1.101&f=u



More information about the pld-cvs-commit mailing list