Skip to content

Commit

Permalink
- fixed call of dasdview (bsc#1067265)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Nov 8, 2017
1 parent 47c3bfb commit dded87c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-s390.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 08 22:44:33 CET 2017 - aschnell@suse.com

- fixed call of dasdview (bsc#1067265)
- 3.2.3

-------------------------------------------------------------------
Wed May 31 07:07:45 UTC 2017 - lslezak@suse.cz

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-s390.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-s390
Version: 3.2.2
Version: 3.2.3
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/modules/DASDController.rb
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def ProbeDisks
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
Expand Down

0 comments on commit dded87c

Please sign in to comment.