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