Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2015-12-27 01:58:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2015-12-09 19:41:38.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
    2015-12-27 01:58:12.000000000 +0100
@@ -1,0 +2,12 @@
+Mon Dec 21 08:08:15 UTC 2015 - jsr...@suse.cz
+
+- fixed function name to check zKVM hypervisor (bsc#956736)
+- 3.1.166
+
+-------------------------------------------------------------------
+Fri Dec 11 09:17:16 UTC 2015 - jsr...@suse.cz
+
+- don't enforce the disk activation dialog on zKVM (bsc#956736)
+- 3.1.165
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-3.1.164.tar.bz2

New:
----
  yast2-installation-3.1.166.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.BG14b6/_old  2015-12-27 01:58:13.000000000 +0100
+++ /var/tmp/diff_new_pack.BG14b6/_new  2015-12-27 01:58:13.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        3.1.164
+Version:        3.1.166
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -41,7 +41,8 @@
 BuildRequires:  rubygem(rspec)
 
 # Base clients for inst clients
-BuildRequires:  yast2 >= 3.1.126
+# Arch::is_zkvm
+BuildRequires:  yast2 >= 3.1.162
 
 # Yast::Remote
 BuildRequires:  yast2-network

++++++ yast2-installation-3.1.164.tar.bz2 -> yast2-installation-3.1.166.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.164/package/yast2-installation.changes 
new/yast2-installation-3.1.166/package/yast2-installation.changes
--- old/yast2-installation-3.1.164/package/yast2-installation.changes   
2015-12-02 15:45:07.000000000 +0100
+++ new/yast2-installation-3.1.166/package/yast2-installation.changes   
2015-12-21 09:29:15.000000000 +0100
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Mon Dec 21 08:08:15 UTC 2015 - jsr...@suse.cz
+
+- fixed function name to check zKVM hypervisor (bsc#956736)
+- 3.1.166
+
+-------------------------------------------------------------------
+Fri Dec 11 09:17:16 UTC 2015 - jsr...@suse.cz
+
+- don't enforce the disk activation dialog on zKVM (bsc#956736)
+- 3.1.165
+
+-------------------------------------------------------------------
 Wed Dec  2 13:55:07 UTC 2015 - mvid...@suse.com
 
 - Ensure second stage and YaST-Firstboot don't get killed by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.164/package/yast2-installation.spec 
new/yast2-installation-3.1.166/package/yast2-installation.spec
--- old/yast2-installation-3.1.164/package/yast2-installation.spec      
2015-12-02 15:45:07.000000000 +0100
+++ new/yast2-installation-3.1.166/package/yast2-installation.spec      
2015-12-21 09:29:15.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        3.1.164
+Version:        3.1.166
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -38,7 +38,8 @@
 BuildRequires:  rubygem(rspec)
 
 # Base clients for inst clients
-BuildRequires: yast2 >= 3.1.126
+# Arch::is_zkvm
+BuildRequires: yast2 >= 3.1.162
 
 # Yast::Remote
 BuildRequires: yast2-network
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.164/src/include/installation/inst_inc_all.rb 
new/yast2-installation-3.1.166/src/include/installation/inst_inc_all.rb
--- old/yast2-installation-3.1.164/src/include/installation/inst_inc_all.rb     
2015-12-02 15:45:07.000000000 +0100
+++ new/yast2-installation-3.1.166/src/include/installation/inst_inc_all.rb     
2015-12-21 09:29:15.000000000 +0100
@@ -241,7 +241,7 @@
       fcoe = Linuxrc.InstallInf("WithFCoE") == "1"
       no_disk = Builtins.isempty(Storage.GetDetectedDiskPaths)
 
-      if !(Arch.s390 || iscsi || fcoe || no_disk)
+      if !((Arch.s390 && !Arch.is_zkvm) || iscsi || fcoe || no_disk)
         Builtins.y2milestone("Disabling disk activation module")
         ProductControl.DisableModule("disks_activate")
       end


Reply via email to