Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2016-01-13 22:42:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2015-12-27 
01:57:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2016-01-13 
22:42:55.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 12 13:43:04 UTC 2016 - [email protected]
+
+- fixed semantics of SCR call for zKVM detection (bsc#961485)
+- 3.1.163
+
+-------------------------------------------------------------------

Old:
----
  yast2-3.1.162.tar.bz2

New:
----
  yast2-3.1.163.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.t8F8L2/_old  2016-01-13 22:42:56.000000000 +0100
+++ /var/tmp/diff_new_pack.t8F8L2/_new  2016-01-13 22:42:56.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2
 #
-# 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
-Version:        3.1.162
+Version:        3.1.163
 Release:        0
 Url:            https://github.com/yast/yast-yast2
 

++++++ yast2-3.1.162.tar.bz2 -> yast2-3.1.163.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.162/library/general/src/modules/Arch.rb 
new/yast2-3.1.163/library/general/src/modules/Arch.rb
--- old/yast2-3.1.162/library/general/src/modules/Arch.rb       2015-12-17 
14:46:13.000000000 +0100
+++ new/yast2-3.1.163/library/general/src/modules/Arch.rb       2016-01-12 
14:56:14.000000000 +0100
@@ -458,7 +458,7 @@
     def is_zkvm
       if @_is_zkvm.nil?
         # using different check than on x86 as recommended by IBM
-        @_is_zkvm = s390 && Yast::WFM.Execute(".local.bash", "egrep 'Control 
Program: KVM' /proc/sysinfo") == 0
+        @_is_zkvm = s390 && Yast::WFM.Execute(path(".local.bash"), "egrep 
'Control Program: KVM' /proc/sysinfo") == 0
       end
 
       @_is_zkvm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.162/package/yast2.changes 
new/yast2-3.1.163/package/yast2.changes
--- old/yast2-3.1.162/package/yast2.changes     2015-12-17 14:46:13.000000000 
+0100
+++ new/yast2-3.1.163/package/yast2.changes     2016-01-12 14:56:15.000000000 
+0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Jan 12 13:43:04 UTC 2016 - [email protected]
+
+- fixed semantics of SCR call for zKVM detection (bsc#961485)
+- 3.1.163
+
+-------------------------------------------------------------------
 Fri Dec 11 08:53:27 UTC 2015 - [email protected]
 
 - added detection of zKVM to Arch.rb (for proper fix of bsc#956736)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.162/package/yast2.spec 
new/yast2-3.1.163/package/yast2.spec
--- old/yast2-3.1.162/package/yast2.spec        2015-12-17 14:46:13.000000000 
+0100
+++ new/yast2-3.1.163/package/yast2.spec        2016-01-12 14:56:15.000000000 
+0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        3.1.162
+Version:        3.1.163
 Release:        0
 Url:            https://github.com/yast/yast-yast2
 


Reply via email to