Hello community, here is the log from the commit of package yast2-s390 for openSUSE:Factory checked in at 2017-11-11 14:20:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-s390 (Old) and /work/SRC/openSUSE:Factory/.yast2-s390.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-s390" Sat Nov 11 14:20:47 2017 rev:2 rq:540375 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-s390/yast2-s390.changes 2017-09-15 22:31:05.937260406 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-s390.new/yast2-s390.changes 2017-11-11 14:20:51.252455392 +0100 @@ -1,0 +2,6 @@ +Wed Nov 08 22:44:33 CET 2017 - [email protected] + +- fixed call of dasdview (bsc#1067265) +- 4.0.0 + +------------------------------------------------------------------- Old: ---- yast2-s390-3.2.2.tar.bz2 New: ---- yast2-s390-4.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-s390.spec ++++++ --- /var/tmp/diff_new_pack.3nZ9k6/_old 2017-11-11 14:20:51.912431204 +0100 +++ /var/tmp/diff_new_pack.3nZ9k6/_new 2017-11-11 14:20:51.916431058 +0100 @@ -17,7 +17,7 @@ Name: yast2-s390 -Version: 3.2.2 +Version: 4.0.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-s390-3.2.2.tar.bz2 -> yast2-s390-4.0.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-3.2.2/package/yast2-s390.changes new/yast2-s390-4.0.0/package/yast2-s390.changes --- old/yast2-s390-3.2.2/package/yast2-s390.changes 2017-09-14 15:54:34.529668192 +0200 +++ new/yast2-s390-4.0.0/package/yast2-s390.changes 2017-11-10 02:10:19.403968169 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Nov 08 22:44:33 CET 2017 - [email protected] + +- fixed call of dasdview (bsc#1067265) +- 4.0.0 + +------------------------------------------------------------------- Wed May 31 07:07:45 UTC 2017 - [email protected] - Fixed internal error displayed in the "dump" dialog (bsc#1040944) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-3.2.2/package/yast2-s390.spec new/yast2-s390-4.0.0/package/yast2-s390.spec --- old/yast2-s390-3.2.2/package/yast2-s390.spec 2017-09-14 15:54:34.537668207 +0200 +++ new/yast2-s390-4.0.0/package/yast2-s390.spec 2017-11-10 02:10:19.403968169 +0100 @@ -17,7 +17,7 @@ Name: yast2-s390 -Version: 3.2.2 +Version: 4.0.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-3.2.2/src/modules/DASDController.rb new/yast2-s390-4.0.0/src/modules/DASDController.rb --- old/yast2-s390-3.2.2/src/modules/DASDController.rb 2017-09-14 15:54:34.809668695 +0200 +++ new/yast2-s390-4.0.0/src/modules/DASDController.rb 2017-11-10 02:10:19.407968169 +0100 @@ -373,7 +373,7 @@ scr_out = Convert.to_map( SCR.Execute( path(".target.bash_output"), - Builtins.sformat("dasdview -x -f '%1' | grep formatted", device) + Builtins.sformat("dasdview --extended '%1' | grep formatted", device) ) ) formatted = false
