commit yast2-vm for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-vm for openSUSE:Factory checked in at 2014-05-17 22:01:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-vm (Old) and /work/SRC/openSUSE:Factory/.yast2-vm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-vm" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes 2014-04-26 17:01:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes 2014-05-17 22:01:46.000000000 +0200 @@ -1,0 +2,13 @@ +Wed May 14 15:57:31 UTC 2014 - jreidinger@suse.com + +- adapt to new yast2-bootloader API(bnc#869608) +- 3.1.9 + +------------------------------------------------------------------- +Wed May 14 08:35:01 MDT 2014 - carnold@suse.com + +- Install libvirt-daemon-config-network with the LXC pattern +- Fix package lists for openSUSE installation +- 3.1.8 + +------------------------------------------------------------------- Old: ---- yast2-vm-3.1.7.tar.bz2 New: ---- yast2-vm-3.1.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-vm.spec ++++++ --- /var/tmp/diff_new_pack.uBOgsU/_old 2014-05-17 22:01:47.000000000 +0200 +++ /var/tmp/diff_new_pack.uBOgsU/_new 2014-05-17 22:01:47.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-vm -Version: 3.1.7 +Version: 3.1.9 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -27,7 +27,7 @@ BuildRequires: perl-XML-Writer BuildRequires: update-desktop-files BuildRequires: yast2 -BuildRequires: yast2-bootloader +BuildRequires: yast2-bootloader >= 3.1.35 BuildRequires: yast2-devtools >= 3.1.10 BuildRequires: yast2-testsuite ++++++ yast2-vm-3.1.7.tar.bz2 -> yast2-vm-3.1.9.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.1.7/package/yast2-vm.changes new/yast2-vm-3.1.9/package/yast2-vm.changes --- old/yast2-vm-3.1.7/package/yast2-vm.changes 2014-04-23 23:37:42.000000000 +0200 +++ new/yast2-vm-3.1.9/package/yast2-vm.changes 2014-05-15 09:37:46.000000000 +0200 @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Wed May 14 15:57:31 UTC 2014 - jreidinger@suse.com + +- adapt to new yast2-bootloader API(bnc#869608) +- 3.1.9 + +------------------------------------------------------------------- +Wed May 14 08:35:01 MDT 2014 - carnold@suse.com + +- Install libvirt-daemon-config-network with the LXC pattern +- Fix package lists for openSUSE installation +- 3.1.8 + +------------------------------------------------------------------- Wed Apr 23 15:29:15 MDT 2014 - carnold@suse.com - bnc#874633 - yast2 virtualization fails to configure bridge diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.1.7/package/yast2-vm.spec new/yast2-vm-3.1.9/package/yast2-vm.spec --- old/yast2-vm-3.1.7/package/yast2-vm.spec 2014-04-23 23:37:42.000000000 +0200 +++ new/yast2-vm-3.1.9/package/yast2-vm.spec 2014-05-15 09:37:46.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-vm -Version: 3.1.7 +Version: 3.1.9 Release: 0 Group: System/YaST @@ -25,7 +25,8 @@ Source0: %{name}-%{version}.tar.bz2 ExclusiveArch: %ix86 x86_64 s390x -BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite yast2-bootloader +BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite +BuildRequires: yast2-bootloader >= 3.1.35 BuildRequires: yast2-devtools >= 3.1.10 License: GPL-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-3.1.7/src/modules/VM_XEN.rb new/yast2-vm-3.1.9/src/modules/VM_XEN.rb --- old/yast2-vm-3.1.7/src/modules/VM_XEN.rb 2014-04-23 23:37:42.000000000 +0200 +++ new/yast2-vm-3.1.9/src/modules/VM_XEN.rb 2014-05-15 09:37:46.000000000 +0200 @@ -363,10 +363,10 @@ result = true if isOpenSuse == true packages = ["patterns-openSUSE-xen_server"] if install_xen_server - packages = packages + ["xen-tools xen-libs libvirt-daemon-xen tigervnc"] if install_xen_tools + packages = packages + ["xen-tools", "xen-libs", "libvirt-daemon-xen", "tigervnc"] if install_xen_tools packages = packages + ["patterns-openSUSE-kvm_server"] if install_kvm_server - packages = packages + ["libvirt-daemon-qemu tigervnc"] if install_kvm_tools - packages = packages + ["libvirt-daemon-lxc pm-utils"] if install_lxc + packages = packages + ["libvirt-daemon-qemu", "tigervnc"] if install_kvm_tools + packages = packages + ["libvirt-daemon-lxc", "libvirt-daemon-config-network", "pm-utils"] if install_lxc result = Package.DoInstall(common_vm_packages + packages) if result == false Report.Error(_("Package installation failed\n")) @@ -374,7 +374,8 @@ end else if install_lxc - result = Package.DoInstall(["libvirt-daemon-lxc"]) + packages = ["libvirt-daemon-lxc", "libvirt-daemon-config-network"] + result = Package.DoInstall(packages) if result == false Report.Error(_("Package installation failed for lxc\n")) return false @@ -504,25 +505,18 @@ SCR.Execute(path(".target.bash"), cmd) else # For s390, make sure /etc/zipl.conf contain switch_amode - def_section = Bootloader.getDefaultSection - switch_amode = Bootloader.getKernelParam(def_section, "switch_amode") - if switch_amode == "false" - zipl_updated = false + switch_amode = Bootloader.kernel_param(:current, "switch_amode") + if switch_amode == :missing Builtins.y2milestone( "No switch_amode kernel boot parameter in /etc/zipl.conf, adding ..." ) - if Bootloader.setKernelParam(def_section, "switch_amode", "true") == true - if Bootloader.Write == true - zipl_updated = true - cmd = "/sbin/zipl" - Builtins.y2milestone("Executing: %1", cmd) - SCR.Execute(path(".target.bash"), cmd) - Builtins.y2milestone( - "Successful update of /etc/zipl.conf with the switch_amode kernel boot parameter" - ) - end - end - if zipl_updated == false + Bootloader.modify_kernel_params(:current, "switch_amode", :present) + if Bootloader.Write + zipl_updated = true + Builtins.y2milestone( + "Successful update of /etc/zipl.conf with the switch_amode kernel boot parameter" + ) + else Builtins.y2milestone( "Failed to correctly update /etc/zipl.conf with switch_amode kernel boot parameter" ) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de