From a6c757725aa93d123fea9b2074bc0b8b20f6db6d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mar 05 2019 08:19:45 +0000 Subject: testsuite requires dbus-daemon --- diff --git a/ghc-dbus.spec b/ghc-dbus.spec index bffc46f..3b3f986 100644 --- a/ghc-dbus.spec +++ b/ghc-dbus.spec @@ -52,6 +52,9 @@ BuildRequires: ghc-tasty-hunit-devel BuildRequires: ghc-tasty-quickcheck-devel %endif # End cabal-rpm deps +%if %{with tests} +BuildRequires: dbus-daemon +%endif %description D-Bus is a simple, message-based protocol for inter-process communication,