From 26c526bf2d657ea6380ea9dfa9d77ecaafa31913 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 9 Apr 2025 11:59:15 -0700 Subject: [PATCH] os_release: Update expected edition name for KDE I think it should be OK to do this without any fancy conditions. It'll fail for F41 respins, but eh. May fail for F42 nightlies until we push the update stable. Signed-off-by: Adam Williamson --- tests/os_release.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/os_release.pm b/tests/os_release.pm index ce483658..cf194622 100644 --- a/tests/os_release.pm +++ b/tests/os_release.pm @@ -100,7 +100,7 @@ sub run { Workstation => ["workstation", "Workstation Edition"], AtomicHost => ["atomic.host", "Atomic Host"], CoreOS => ["coreos", "CoreOS"], - KDE => ["kde", "KDE Plasma"], + KDE => ["kde", "KDE Plasma Desktop Edition"], Silverblue => ["silverblue", "Silverblue"], IoT => ["iot", "IoT Edition"], );