Hello community,

here is the log from the commit of package yast2-reipl for openSUSE:Factory 
checked in at 2016-05-14 12:23:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-reipl (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-reipl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-reipl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-reipl/yast2-reipl.changes  2015-10-28 
17:31:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-reipl.new/yast2-reipl.changes     
2016-05-14 12:23:54.000000000 +0200
@@ -1,0 +2,14 @@
+Fri May 13 11:26:21 UTC 2016 - [email protected]
+
+- Use Arch.is_zkvm method instead of using grep
+  to determine whether the system is running on z/KVM
+  (related to fate#320262)
+- 3.1.9
+
+-------------------------------------------------------------------
+Fri Nov 13 15:01:40 UTC 2015 - [email protected]
+
+- Fixed an Internal Error on z/KVM (bnc#954952)
+- 3.1.8
+
+-------------------------------------------------------------------

Old:
----
  yast2-reipl-3.1.7.tar.bz2

New:
----
  yast2-reipl-3.1.9.tar.bz2

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

Other differences:
------------------
++++++ yast2-reipl.spec ++++++
--- /var/tmp/diff_new_pack.JJqzbG/_old  2016-05-14 12:23:55.000000000 +0200
+++ /var/tmp/diff_new_pack.JJqzbG/_new  2016-05-14 12:23:55.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-reipl
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-reipl
-Version:        3.1.7
+Version:        3.1.9
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-reipl-3.1.7.tar.bz2 -> yast2-reipl-3.1.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.1.7/package/yast2-reipl.changes 
new/yast2-reipl-3.1.9/package/yast2-reipl.changes
--- old/yast2-reipl-3.1.7/package/yast2-reipl.changes   2015-10-27 
13:58:27.000000000 +0100
+++ new/yast2-reipl-3.1.9/package/yast2-reipl.changes   2016-05-13 
15:27:38.000000000 +0200
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Fri May 13 11:26:21 UTC 2016 - [email protected]
+
+- Use Arch.is_zkvm method instead of using grep
+  to determine whether the system is running on z/KVM
+  (related to fate#320262)
+- 3.1.9
+
+-------------------------------------------------------------------
+Fri Nov 13 15:01:40 UTC 2015 - [email protected]
+
+- Fixed an Internal Error on z/KVM (bnc#954952)
+- 3.1.8
+
+-------------------------------------------------------------------
 Tue Oct 27 11:56:09 UTC 2015 - [email protected]
 
 - require shutdown in zKVM (bnc#943582)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.1.7/package/yast2-reipl.spec 
new/yast2-reipl-3.1.9/package/yast2-reipl.spec
--- old/yast2-reipl-3.1.7/package/yast2-reipl.spec      2015-10-27 
13:58:27.000000000 +0100
+++ new/yast2-reipl-3.1.9/package/yast2-reipl.spec      2016-05-13 
15:27:38.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-reipl
-Version:        3.1.7
+Version:        3.1.9
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-reipl-3.1.7/src/clients/reipl_bootloader_finish.rb 
new/yast2-reipl-3.1.9/src/clients/reipl_bootloader_finish.rb
--- old/yast2-reipl-3.1.7/src/clients/reipl_bootloader_finish.rb        
2015-10-27 13:58:28.000000000 +0100
+++ new/yast2-reipl-3.1.9/src/clients/reipl_bootloader_finish.rb        
2016-05-13 15:27:38.000000000 +0200
@@ -49,9 +49,9 @@
             Builtins.y2milestone "fcp comparison for '#{param}' is different?: 
#{res}"
             res
           end
-          # zkvm require change of IPL (bnc#943582)
-          zkvm = Yast::WFM.Execute(".local.bash", "egrep 'Control Program: 
KVM' /proc/sysinfo") == 0
-          @different = ccw_different || fcp_different || zkvm
+          # zkvm require change of IPL (bnc#943582). Also the system will be 
shutdown
+          # according to fate#320262 (see yast_inf_finish client for more 
information).
+          @different = ccw_different || fcp_different || Arch.is_zkvm
           Builtins.y2milestone("different = %1", @different)
 
           Builtins.y2milestone("newConfiguration['method'] :  %1", 
Ops.get_string(@newConfiguration, "method", "ERROR"))


Reply via email to