Skip to content

Commit

Permalink
- fixed installation of filesystem packages (bnc#871658)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Apr 2, 2014
1 parent 06762e9 commit 54a6983
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-storage.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 02 17:05:47 CEST 2014 - aschnell@suse.de

- fixed installation of filesystem packages (bnc#871658)
- version 3.1.16

-------------------------------------------------------------------
Wed Apr 02 14:46:05 CEST 2014 - aschnell@suse.de

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


Name: yast2-storage
Version: 3.1.15
Version: 3.1.16
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
1 change: 1 addition & 0 deletions src/clients/inst_disk_proposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def main
end
Storage.SetPartMode(@target_is)
Storage.SetTargetMap(@targetMap)
Storage.HandleProposalPackages()
@changes = Storage.ChangeText
UI.ChangeWidget(Id(:richtext), :Value, @changes)
end
Expand Down

0 comments on commit 54a6983

Please sign in to comment.