Skip to content

Commit

Permalink
Merge a56337b into 261c33b
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Feb 15, 2024
2 parents 261c33b + a56337b commit d78c428
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/types/src/modules/Hostname.rb
Expand Up @@ -81,7 +81,7 @@ def ValidFQ
def Check(host)
return false if host.nil? || host == "" || Ops.greater_than(Builtins.size(host), 63)

Builtins.regexpmatch(host, "^[[:alnum:]]([[:alnum:]-]*[[:alnum:]])?$")
Builtins.regexpmatch(host, "^[[:alnum:]_]([[:alnum:]-]*[[:alnum:]])?$")
end

# Check syntax of domain entry
Expand Down
6 changes: 6 additions & 0 deletions package/yast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 15 11:55:58 UTC 2024 - Stefan Hundhammer <shundhammer@suse.com>

- Allow host/domain names starting with an underscore (bsc#1219920)
- 4.6.5

-------------------------------------------------------------------
Wed Oct 25 11:16:21 UTC 2023 - Knut Anderssen <kanderssen@suse.com>

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


Name: yast2
Version: 4.6.4
Version: 4.6.5

Release: 0
Summary: YaST2 Main Package
Expand Down

0 comments on commit d78c428

Please sign in to comment.