From: Michael Tremer Date: Mon, 29 May 2023 16:32:00 +0000 (+0000) Subject: dbus-glib: Disable the testsuite X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9ecbead51899f42420fbc0f37733be85d484fba;p=ipfire-3.x.git dbus-glib: Disable the testsuite It requires dbus-run-session which we do not package any more. Signed-off-by: Michael Tremer --- diff --git a/dbus-glib/dbus-glib.nm b/dbus-glib/dbus-glib.nm index eb864e427..9c9ed9d88 100644 --- a/dbus-glib/dbus-glib.nm +++ b/dbus-glib/dbus-glib.nm @@ -5,7 +5,7 @@ name = dbus-glib version = 0.112 -release = 1 +release = 1.1 groups = System/Libraries url = https://www.freedesktop.org/software/dbus/ @@ -32,9 +32,10 @@ build configure_options += \ --libexecdir=%{libdir} - test - make check - end + # The testsuite requires dbus-run-session which we don't package any more + #test + # make check + #end end packages