Bug ID 1207239
Summary YaST build fails: Ruby 3.2: URI("dir:///foo").to_s no longer returns "dir:/foo"
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status CONFIRMED
Severity Normal
Priority P5 - None
Component YaST2
Assignee mvidner@suse.com
Reporter mvidner@suse.com
QA Contact jsrain@suse.com
Found By ---
Blocker ---

This is a continuation of https://bugzilla.suse.com/show_bug.cgi?id=1206419

Since 3.2.0, there's been a bug fix it seems and URI::Generic no longer omits
the host component (it is "" instead of nil)
$ ruby -r uri -e 'p URI("dir:///foo").to_s'
"dir:/foo"    # up to 3.1.0
"dir:///foo"  # since 3.2.0

YaST builds fail in Staging:H

- yast2-packager
- yast2-configuration-manaegment


You are receiving this mail because: