From 11f10f24f1fb8098f35ffaec5756b76eb534ea95 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 12 Oct 2017 12:40:22 +0200 Subject: [PATCH] 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 --- dbus/dbus.nm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2