Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2016-08-10 19:53:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-06-09 
15:56:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2016-08-10 
19:53:37.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jul 25 08:07:08 UTC 2016 - [email protected]
+
+- Enable for AArch64 (bsc#989900)
+- 3.1.30
+
+-------------------------------------------------------------------

Old:
----
  yast2-vm-3.1.29.tar.bz2

New:
----
  yast2-vm-3.1.30.tar.bz2

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

Other differences:
------------------
++++++ yast2-vm.spec ++++++
--- /var/tmp/diff_new_pack.PUyHXx/_old  2016-08-10 19:53:38.000000000 +0200
+++ /var/tmp/diff_new_pack.PUyHXx/_new  2016-08-10 19:53:38.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           yast2-vm
-Version:        3.1.29
+Version:        3.1.30
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-ExclusiveArch:  %ix86 x86_64 s390x
+ExclusiveArch:  aarch64 %ix86 x86_64 s390x
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2

++++++ yast2-vm-3.1.29.tar.bz2 -> yast2-vm-3.1.30.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.29/package/yast2-vm.changes 
new/yast2-vm-3.1.30/package/yast2-vm.changes
--- old/yast2-vm-3.1.29/package/yast2-vm.changes        2016-06-06 
10:48:17.000000000 +0200
+++ new/yast2-vm-3.1.30/package/yast2-vm.changes        2016-07-25 
10:28:05.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Jul 25 08:07:08 UTC 2016 - [email protected]
+
+- Enable for AArch64 (bsc#989900)
+- 3.1.30
+
+-------------------------------------------------------------------
 Mon Jun  6 07:46:10 UTC 2016 - [email protected]
 
 - Stop generating autodocs (fate#320356)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.29/package/yast2-vm.spec 
new/yast2-vm-3.1.30/package/yast2-vm.spec
--- old/yast2-vm-3.1.29/package/yast2-vm.spec   2016-06-06 10:48:17.000000000 
+0200
+++ new/yast2-vm-3.1.30/package/yast2-vm.spec   2016-07-25 10:28:05.000000000 
+0200
@@ -17,14 +17,14 @@
 
 
 Name:           yast2-vm
-Version:        3.1.29
+Version:        3.1.30
 Release:        0
 Group:         System/YaST
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-ExclusiveArch:  %ix86 x86_64 s390x
+ExclusiveArch:  aarch64 %ix86 x86_64 s390x
 BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite
 BuildRequires:  yast2-bootloader >= 3.1.35
 BuildRequires:  yast2-devtools >= 3.1.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.29/src/clients/virtualization.rb 
new/yast2-vm-3.1.30/src/clients/virtualization.rb
--- old/yast2-vm-3.1.29/src/clients/virtualization.rb   2016-06-06 
10:48:17.000000000 +0200
+++ new/yast2-vm-3.1.30/src/clients/virtualization.rb   2016-07-25 
10:28:05.000000000 +0200
@@ -75,22 +75,19 @@
     # check whether VM can be started
     def CheckConfiguration
       ret = true
-      is_s390 = false
 
       # check whether VM can be started (cannot start a vm using UML)
       return false if VirtConfig.isUML
 
-      # s390 is technical preview and we only fully support x86_64
-      if Arch.s390_64 == true
-        is_s390 = true
-      elsif VirtConfig.isX86_64 == false
-        return false
-      end
+      # we only fully support x86_64
+      # s390 and aarch64 are technical preview
+      is_preview = Arch.s390_64 || Arch.aarch64
+      return false unless is_preview || VirtConfig.isX86_64
 
       Builtins.y2milestone("Checking for Virtualization installation")
 
       # check the dom0 configuration...
-      ret = ret && VirtConfig.ConfigureDom0(is_s390)
+      ret = ret && VirtConfig.ConfigureDom0(Arch.s390_64)
       return false if ret == false
 
       Builtins.y2milestone("CheckConfiguration returned: %1", ret)


Reply via email to