Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2013-06-19 14:46:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvirt (Old)
 and      /work/SRC/openSUSE:Factory/.libvirt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvirt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2013-06-11 
09:34:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes     2013-06-19 
14:46:32.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jun 11 10:36:17 MDT 2013 - jfeh...@suse.com
+
+- Add xencommons as 'Wanted' in the systemd libvirtd service file
+  systemd-service-xen.patch
+  bnc#820888
+
+-------------------------------------------------------------------

New:
----
  systemd-service-xen.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvirt.spec ++++++
--- /var/tmp/diff_new_pack.bUrfEs/_old  2013-06-19 14:46:33.000000000 +0200
+++ /var/tmp/diff_new_pack.bUrfEs/_new  2013-06-19 14:46:33.000000000 +0200
@@ -420,6 +420,7 @@
 Patch205:       suse-qemu-conf.patch
 Patch206:       fix-pci-attach-xen-driver.patch
 Patch207:       support-managed-pci-xen-driver.patch
+Patch208:       systemd-service-xen.patch
 %if %{with_apparmor}
 Patch250:       install-apparmor-profiles.patch
 %endif
@@ -884,6 +885,7 @@
 %patch205 -p1
 %patch206 -p1
 %patch207 -p1
+%patch208 -p1
 %if %{with_apparmor}
 %patch250 -p1
 %endif

++++++ systemd-service-xen.patch ++++++
Index: libvirt-1.0.6/daemon/libvirtd.service.in
===================================================================
--- libvirt-1.0.6.orig/daemon/libvirtd.service.in
+++ libvirt-1.0.6/daemon/libvirtd.service.in
@@ -9,6 +9,8 @@ Before=libvirt-guests.service
 After=network.target
 After=dbus.service
 After=iscsid.service
+Wants=xencommons.service
+After=xencommons.service
 
 [Service]
 EnvironmentFile=-/etc/sysconfig/libvirtd
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to