Skip to content

Commit

Permalink
- adapted to changes in Storage.ycp API (bnc#797245)
Browse files Browse the repository at this point in the history
- 2.17.101
  • Loading branch information
jsuchome committed Jan 11, 2013
1 parent e27e9fe commit ead1373
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.17.100
2.17.101
6 changes: 6 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 11 11:04:04 CET 2013 - jsuchome@suse.cz

- adapted to changes in Storage.ycp API (bnc#797245)
- 2.17.101

-------------------------------------------------------------------
Fri Dec 21 09:01:04 CET 2012 - jsuchome@suse.cz

Expand Down
2 changes: 1 addition & 1 deletion src/clients/umount_finish.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ else if (func == "Write")
y2milestone( "umount list %1", umountList );
foreach (map e, targetMap["/dev/loop","partitions"]:[], {
if (size(e["mount"]:"")>0) {
Storage::Umount (e["device"]:"");
Storage::Umount (e["device"]:"", true);
umountList = filter (string m, umountList, ``(m!=e["mount"]:""));
y2milestone ("loop umount %1 new list %2", e["mount"]:"", umountList);
}
Expand Down
4 changes: 2 additions & 2 deletions yast2-installation.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Conflicts: yast2-pkg-bindings < 2.17.25
# New API to ProductLicense module
Requires: yast2-packager >= 2.17.64

# Storage::GetCommitInfos() call in include/misc.ycp
Requires: yast2-storage >= 2.17.101
# Storage::Umount
Requires: yast2-storage >= 2.17.133

# use in startup scripts
Requires: initviocons
Expand Down

0 comments on commit ead1373

Please sign in to comment.