Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix microos typo #1126

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading