Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package WSL-DistroLauncher for openSUSE:Factory checked in at 2023-08-30 10:21:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/WSL-DistroLauncher (Old) and /work/SRC/openSUSE:Factory/.WSL-DistroLauncher.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "WSL-DistroLauncher" Wed Aug 30 10:21:04 2023 rev:5 rq:1107968 version:0.0.1+git20200918.2ed9a93 Changes: -------- --- /work/SRC/openSUSE:Factory/WSL-DistroLauncher/WSL-DistroLauncher.changes 2021-06-27 19:00:28.432385776 +0200 +++ /work/SRC/openSUSE:Factory/.WSL-DistroLauncher.new.1766/WSL-DistroLauncher.changes 2023-08-30 10:23:52.459410264 +0200 @@ -1,0 +2,10 @@ +Tue Aug 22 14:42:44 UTC 2023 - Scott Bradnick <[email protected]> + +- Microsoft prefers Name and distro id to be the same for usage with wsl.exe + * Removing " Server" from PRETTY_NAME so distro isn't registered + with it in the name + * This way both `wsl --install SUSE-Linux-Enterprise-15-SP5` and + `wsl -d SUSE-Linux-Enterprise-15-SP5` work vs. the second + iteration needing "Server" in the name + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ WSL-DistroLauncher.spec ++++++ --- /var/tmp/diff_new_pack.UE1c6Y/_old 2023-08-30 10:23:53.655452956 +0200 +++ /var/tmp/diff_new_pack.UE1c6Y/_new 2023-08-30 10:23:53.659453099 +0200 @@ -1,7 +1,7 @@ # # spec file for package WSL-DistroLauncher # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -82,6 +82,9 @@ # # Special case for SLE release labels e.g. RC1. Keep only up to (space) open paren. # Provides a stable project name for third-party integrations e.g. app store submissions +# 20230630, smb - Removing " Server" from PRETTY_NAME so distro isn't registered +# with it in the name. +PRETTY_NAME="${PRETTY_NAME// Server/}" PRETTY_NAME_BEFORE_PAREN="${PRETTY_NAME// (*/}" # Attribute distro-id must not contain spaces, replace with dash
