commit virt-manager for openSUSE:Factory
Hello community, here is the log from the commit of package virt-manager for openSUSE:Factory checked in at 2018-11-28 11:15:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-manager (Old) and /work/SRC/openSUSE:Factory/.virt-manager.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "virt-manager" Wed Nov 28 11:15:35 2018 rev:185 rq:652243 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes 2018-11-10 16:59:40.607731638 +0100 +++ /work/SRC/openSUSE:Factory/.virt-manager.new.19453/virt-manager.changes 2018-11-28 11:15:42.486704910 +0100 @@ -1,0 +2,8 @@ +Tue Nov 27 13:13:15 MST 2018 - carnold@suse.com + +- bsc#1116990 - [virt-install] internal error: libxenlight failed + to create new domain 'sles-11-sp4-64-pv-def-net'. Fix reversed + logic when testing for i386. + virtinst-use-xenpae-kernel-for-32bit.patch + +------------------------------------------------------------------- @@ -69,0 +78,6 @@ + +------------------------------------------------------------------- +Mon Oct 15 06:41:55 UTC 2018 - Klaus Kämpf <kkaempf@suse.com> + +- Remove hard dependency on openSUSE branding by changing it to a + recommends ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virt-manager.spec ++++++ --- /var/tmp/diff_new_pack.BSVw8u/_old 2018-11-28 11:15:43.618703331 +0100 +++ /var/tmp/diff_new_pack.BSVw8u/_new 2018-11-28 11:15:43.618703331 +0100 @@ -97,7 +97,7 @@ Requires: virt-manager-common = %{verrel} %if 0%{?is_opensuse} == 1 # virtman-desktop.patch changes the icon to be yast-vm-management, which is provided by yast2-branding -Requires: yast2-branding-openSUSE +Recommends: yast2-branding-openSUSE %endif %if %{with_guestfs} ++++++ virtinst-use-xenpae-kernel-for-32bit.patch ++++++ --- /var/tmp/diff_new_pack.BSVw8u/_old 2018-11-28 11:15:43.774703113 +0100 +++ /var/tmp/diff_new_pack.BSVw8u/_new 2018-11-28 11:15:43.774703113 +0100 @@ -15,14 +15,14 @@ - self._kernel_paths.append( - ("boot/%s/vmlinuz-xen" % tree_arch, - "boot/%s/initrd-xen" % tree_arch)) -+ if self.arch == "i386": -+ self._kernel_paths.append( -+ ("boot/%s/vmlinuz-xen" % tree_arch, -+ "boot/%s/initrd-xen" % tree_arch)) -+ else: ++ if tree_arch == "i386": + self._kernel_paths.append( + ("boot/%s/vmlinuz-xenpae" % tree_arch, + "boot/%s/initrd-xenpae" % tree_arch)) ++ else: ++ self._kernel_paths.append( ++ ("boot/%s/vmlinuz-xen" % tree_arch, ++ "boot/%s/initrd-xen" % tree_arch)) if (tree_arch == "s390x" and (self._os_variant == "sles11" or self._os_variant == "sled11")):
participants (1)
-
root