Skip to content

Commit

Permalink
Merge pull request #509 from yast/fix_system_roles
Browse files Browse the repository at this point in the history
Fix system roles
  • Loading branch information
jreidinger committed Jan 31, 2017
2 parents 69f63e9 + 77baec2 commit 7c7d6a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 31 16:06:40 UTC 2017 - jreidinger@suse.com

- Do not crash if role contain own service to enable (bsc#1022762)
- 3.1.217.17

-------------------------------------------------------------------
Fri Jan 27 15:55:33 UTC 2017 - kanderssen@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-installation
Version: 3.1.217.16
Version: 3.1.217.17
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
3 changes: 2 additions & 1 deletion src/lib/installation/widgets/system_role.rb
Expand Up @@ -103,7 +103,8 @@ def help

NON_OVERLAY_ATTRIBUTES = [
"additional_dialogs",
"id"
"id",
"services"
].freeze
private_constant :NON_OVERLAY_ATTRIBUTES

Expand Down

0 comments on commit 7c7d6a2

Please sign in to comment.