Skip to content

Commit

Permalink
Merge pull request #1126 from yast/fix_microos_typo
Browse files Browse the repository at this point in the history
Fix microos typo
  • Loading branch information
jreidinger authored Oct 16, 2024
2 parents 9f8db63 + f63ef4e commit 41dfed1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 16 19:29:19 UTC 2024 - Josef Reidinger <[email protected]>

- Fix for previous change which contain typo in class name causing
crash in microos installer (gh#yast/yast-installation#1126)
- 5.0.14

-------------------------------------------------------------------
Tue Oct 15 09:00:15 UTC 2024 - Josef Reidinger <[email protected]>

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

Name: yast2-installation
Version: 5.0.13
Version: 5.0.14
Release: 0
Summary: YaST2 - Installation Parts
License: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/clients/microos_role_dialog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Installation
# This library provides a simple dialog for setting
# the admin role specific settings:
# - the NTP server names
class AdminRoleDialog < CWM::Dialog
class MicroOSRoleDialog < CWM::Dialog
include DhcpNtpServers

def initialize
Expand Down

0 comments on commit 41dfed1

Please sign in to comment.