Skip to content

Commit

Permalink
Merge pull request #515 from yast/new_desktop_selection
Browse files Browse the repository at this point in the history
new desktop selection
  • Loading branch information
jreidinger committed Feb 16, 2017
2 parents 53dc76d + 9e874eb commit 252bad2
Show file tree
Hide file tree
Showing 11 changed files with 185 additions and 442 deletions.
9 changes: 9 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Feb 15 17:58:16 UTC 2017 - jreidinger@suse.com

- Add new desktop selection client for opensuse based on roles
(poo#14936, bsc#1025415)
- drop "inst_new_desktop" client which was replaced by new desktop
selection one
- 3.2.23

-------------------------------------------------------------------
Tue Feb 14 14:55:08 UTC 2017 - igonzalezsosa@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.2.22
Version: 3.2.23
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
4 changes: 4 additions & 0 deletions src/clients/inst_custom_patterns.rb
@@ -0,0 +1,4 @@
require "yast"
require "installation/custom_patterns"

::Installation::CustomPatterns.new.run
4 changes: 4 additions & 0 deletions src/clients/inst_desktop_roles.rb
@@ -0,0 +1,4 @@
require "yast"
require "installation/dialogs/desktop_roles"

::Installation::DesktopRoles.new.run
2 changes: 0 additions & 2 deletions src/clients/inst_new_desktop.rb

This file was deleted.

0 comments on commit 252bad2

Please sign in to comment.