From 5f6b4d8c5241a6c9978ca6487985d575f702efcb1f2d094cda4daee1f7d215bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rusmir=20Du=C5=A1ko?= Date: Wed, 17 Jun 2015 05:06:46 +0000 Subject: [PATCH] Accepting request 312327 from home:elvigia:branches:network - dnsmasq.service: Order Before=nss-lookup.target and Wants=nss-lookup.target as this service may provide name resolution even for the localhost. OBS-URL: https://build.opensuse.org/request/show/312327 OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=74 --- dnsmasq.changes | 7 +++++++ dnsmasq.service | 2 ++ dnsmasq.spec | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/dnsmasq.changes b/dnsmasq.changes index 76677db..c311ab2 100644 --- a/dnsmasq.changes +++ b/dnsmasq.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 17 01:45:33 UTC 2015 - crrodriguez@opensuse.org + +- dnsmasq.service: Order Before=nss-lookup.target and + Wants=nss-lookup.target as this service may provide + name resolution even for the localhost. + ------------------------------------------------------------------- Mon Apr 20 12:14:54 UTC 2015 - abergmann@suse.com diff --git a/dnsmasq.service b/dnsmasq.service index db089b5..189fc17 100644 --- a/dnsmasq.service +++ b/dnsmasq.service @@ -1,6 +1,8 @@ [Unit] Description=DNS caching server. After=network.target +Wants=nss-lookup.target +Before=nss-lookup.target [Service] Type=dbus diff --git a/dnsmasq.spec b/dnsmasq.spec index 39fe938..d793fc4 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -1,7 +1,7 @@ # # spec file for package dnsmasq # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed