From d4111b3f91ec709e3acdfecd61260074f74b330c46c07c913531d63ffe67bfa4 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 20 Jul 2022 09:42:02 +0000 Subject: [PATCH] Accepting request 990374 from home:favogt:branches:openSUSE:Factory:Live - list-x11: Don't block bind-utils on Leap OBS-URL: https://build.opensuse.org/request/show/990374 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=129 --- list-x11.sh | 6 +++++- livecd-leap-x11.kiwi | 2 -- livecd-openSUSE.changes | 5 +++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/list-x11.sh b/list-x11.sh index c9df79d..f66acfc 100644 --- a/list-x11.sh +++ b/list-x11.sh @@ -74,7 +74,11 @@ buildignore groff buildignore libqt5-qttranslations buildignore plymouth buildignore 7zip -buildignore bind-utils +# On Leap it's a hard dep of dhcp-client, needed by NM. +# On TW, NM uses the builtin DHCP client instead. +if [ "$distro" = "tumbleweed" ]; then + buildignore bind-utils +fi # tumbler -> libgepup uses libwebkit2gtk-4_0-37, while epiphany uses libwebkit2gtk-4_1-0. # We can't have both, too big. diff --git a/livecd-leap-x11.kiwi b/livecd-leap-x11.kiwi index 9c3f7a0..fcd495f 100644 --- a/livecd-leap-x11.kiwi +++ b/livecd-leap-x11.kiwi @@ -576,8 +576,6 @@ - - diff --git a/livecd-openSUSE.changes b/livecd-openSUSE.changes index ce62f9e..876876a 100644 --- a/livecd-openSUSE.changes +++ b/livecd-openSUSE.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 20 09:40:43 UTC 2022 - Fabian Vogt + +- list-x11: Don't block bind-utils on Leap + ------------------------------------------------------------------- Wed Jul 20 09:13:34 UTC 2022 - Fabian Vogt