Closed mvidner closed 1 year ago
:heavy_check_mark: Public Jenkins job #397 successfully finished :heavy_check_mark: Created OBS submit request #1065758
:heavy_check_mark: Internal Jenkins job #220 successfully finished :heavy_check_mark: Created IBS submit request #289945
Problem
Since Ruby 3.2, URI("dir:///foo").to_s no longer returns "dir:/foo" and it makes tests fail in yast2-packager:
If we route the 3-slash form via C++ zypp::Url, it gets normalized to a single slash, see also https://github.com/openSUSE/libzypp/issues/441
Solution
In the class that wraps zypp::Url, consider those equal
It fixes a comparison in PkgFinishClient#added_by_installer?
Testing
Screenshots
N/A