From 3927311597d94f030a3b6133765538e5360ef996 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Mon, 11 Jan 2021 18:55:29 +0100 Subject: [PATCH] enable dbus support by default --- dnsmasq.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsmasq.spec b/dnsmasq.spec index 8de13e4..f87eeac 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -2,7 +2,7 @@ # - subpackage DNSmasq webmin module (contrib/webmin) # # Conditional build: -%bcond_with dbus # DBus interface +%bcond_without dbus # DBus interface %bcond_without idn # IDN via libidn2 %bcond_without conntrack # conntrack support %bcond_with lua # Lua support -- 2.44.0