https://bugzilla.suse.com/show_bug.cgi?id=1194851 https://bugzilla.suse.com/show_bug.cgi?id=1194851#c11 David Diaz <dgonzalez@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(lslezak@suse.com) --- Comment #11 from David Diaz <dgonzalez@suse.com> --- (In reply to Andrew Daugherity from comment #9)
Now that it's hit the 15.3 update channel, I've added the package to my installer self-update repo and confirmed that the repo files are now written correctly. Thanks!
Great!
While running the test installation, I noticed another minor, potentially unrelated bug: the repo names displayed on the installation progress screen show a blank space instead of the parsed variable. For example, the attachment from my original report has a repo with "<name>openSUSE Leap $releasever OSS</name>", but the installer just displays "openSUSE Leap OSS" rather than "openSUSE Leap 15.3 OSS". 'zypper lr' and the YaST repository manager do display it correctly.
Not a big deal, at least the installed system is now correct! :-)
I did a test installation right now, but I was not able to spot it. However, after looking at the logs looks like something comming from Package.cc[1]. Not completely sure. Asking @Ladislav to see if he can help here.
��� grep "Pkg::PkgMediaNames result:" y2log* y2log:2022-02-15 06:37:34 <1> install(2744) [Pkg] Package.cc(PkgMediaNames):278 Pkg::PkgMediaNames result: [..., ["Testing AutoYaST - openSUSE Leap 15.3 Non-OSS", 2]] y2log-1:2022-02-15 06:24:06 <1> install(12161) [Pkg] Package.cc(PkgMediaNames):278 Pkg::PkgMediaNames result: [..., ["Testing AutoYaST - openSUSE Leap Non-OSS", 5]] y2log-1:2022-02-15 06:29:28 <1> install(12161) [Pkg] Package.cc(PkgMediaNames):278 Pkg::PkgMediaNames result: [..., ["Testing AutoYaST - openSUSE Leap Non-OSS", 5]] y2log-1:2022-02-15 06:29:33 <1> install(12161) [Pkg] Package.cc(PkgMediaNames):278 Pkg::PkgMediaNames result: [..., ["Testing AutoYaST - openSUSE Leap Non-OSS", 5]] y2log-1:2022-02-15 06:29:34 <1> install(12161) [Pkg] Package.cc(PkgMediaNames):278 Pkg::PkgMediaNames result: [..., ["Testing AutoYaST - openSUSE Leap Non-OSS", 5]]
[1] https://github.com/yast/yast-pkg-bindings/blob/master/src/Package.cc -- You are receiving this mail because: You are on the CC list for the bug.