From: Stefan Schantl Date: Thu, 12 Oct 2017 10:40:22 +0000 (+0200) Subject: dbus: Update to 1.11.20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11f10f24f1fb8098f35ffaec5756b76eb534ea95;p=ipfire-3.x.git dbus: Update to 1.11.20 This is a minor update to the latest available version of dbus. * Enable testsuite. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/dbus/dbus.nm b/dbus/dbus.nm index acdb9393c..bfa5ed0e6 100644 --- a/dbus/dbus.nm +++ b/dbus/dbus.nm @@ -4,7 +4,7 @@ ############################################################################### name = dbus -version = 1.11.16 +version = 1.11.20 release = 1 maintainer = Stefan Schantl @@ -33,6 +33,12 @@ build configure_options += \ --with-systemdsystemunitdir=%{unitdir} \ --with-dbus-user=dbus + + export LD_LIBRARY_PATH = %{DIR_APP}/dbus/.libs + + test + make check + end end packages