Thanks. This one works for me. On Thu, 2017-10-12 at 12:40 +0200, Stefan Schantl wrote: > This is a minor update to the latest available version > of dbus. > > * Enable testsuite. > > Signed-off-by: Stefan Schantl > --- > dbus/dbus.nm | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/dbus/dbus.nm b/dbus/dbus.nm > index acdb939..bfa5ed0 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