From 901c39391729c134214c168281c3eb0d5e96667efefcd6177dbca31895cd4978 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 23 Oct 2019 13:42:52 +0000 Subject: [PATCH] - Only install opensuse-welcome on TW OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=56 --- list-kde.sh | 2 +- list-xfce.sh | 2 +- livecd-leap-kde.kiwi | 1 - livecd-openSUSE.changes | 1 + 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/list-kde.sh b/list-kde.sh index 8d891d9..142fbf9 100644 --- a/list-kde.sh +++ b/list-kde.sh @@ -68,4 +68,4 @@ buildignore cyrus-sasl install alsa-firmware # From x11_enhanced, but that pattern can't be installed -install opensuse-welcome +[ "$distro" = "tumbleweed" ] && install opensuse-welcome diff --git a/list-xfce.sh b/list-xfce.sh index 8e7c10c..6a36b23 100644 --- a/list-xfce.sh +++ b/list-xfce.sh @@ -43,4 +43,4 @@ install xreader-plugin-pdfdocument install alsa-firmware # From x11_enhanced, but that pattern can't be installed -install opensuse-welcome +[ "$distro" = "tumbleweed" ] && install opensuse-welcome diff --git a/livecd-leap-kde.kiwi b/livecd-leap-kde.kiwi index ff1c788..dfdc0e8 100644 --- a/livecd-leap-kde.kiwi +++ b/livecd-leap-kde.kiwi @@ -496,7 +496,6 @@ - diff --git a/livecd-openSUSE.changes b/livecd-openSUSE.changes index 8034513..5815124 100644 --- a/livecd-openSUSE.changes +++ b/livecd-openSUSE.changes @@ -2,6 +2,7 @@ Wed Oct 23 13:39:39 UTC 2019 - Fabian Vogt - It's Leap-release on Leap now for some reason +- Only install opensuse-welcome on TW ------------------------------------------------------------------- Tue Oct 22 08:40:15 UTC 2019 - Fabian Vogt