Skip to content

Commit

Permalink
Merge branch 'SLE-12-SP2-CASP' into aio-master
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Jan 30, 2017
2 parents 613db23 + 725bf91 commit c06fd42
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-kdump.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 25 13:01:58 UTC 2017 - mvidner@suse.com

- Implement simple_mode -> label_proposal (FATE#322328)
- 3.2.1

-------------------------------------------------------------------
Thu Oct 27 13:33:19 UTC 2016 - jreidinger@suse.com

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


Name: yast2-kdump
Version: 3.2.0
Version: 3.2.1
Release: 0
Summary: Configuration of kdump
License: GPL-2.0
Expand Down
1 change: 1 addition & 0 deletions src/clients/kdump_proposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def main

@ret = {
"raw_proposal" => Kdump.Summary,
"label_proposal" => Kdump.Summary[0..0],
# FATE#317488 When expectation at the end of proposal does not match
# the value, this proposal will be called again
"trigger" => {
Expand Down
1 change: 1 addition & 0 deletions src/modules/Kdump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def main
Yast.import "FileUtils"
Yast.import "Directory"
Yast.import "String"
Yast.import "SpaceCalculation"

reset
end
Expand Down

0 comments on commit c06fd42

Please sign in to comment.