From 8be2b791919b9d582d802dba0b7fc11985fe6d864560ecdf272d1690343ec663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 21 Aug 2014 13:02:32 +0000 Subject: [PATCH] Accepting request 245253 from home:lnussel:branches:hardware - fix dbus systemd activation (bnc#892683) OBS-URL: https://build.opensuse.org/request/show/245253 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=44 --- fi.epitest.hostap.WPASupplicant.service | 2 +- fi.w1.wpa_supplicant1.service | 1 + wpa_supplicant.changes | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/fi.epitest.hostap.WPASupplicant.service b/fi.epitest.hostap.WPASupplicant.service index bfa1d13..a2592eb 100644 --- a/fi.epitest.hostap.WPASupplicant.service +++ b/fi.epitest.hostap.WPASupplicant.service @@ -2,4 +2,4 @@ Name=fi.epitest.hostap.WPASupplicant Exec=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -f /var/log/wpa_supplicant.log User=root - +SystemdService=wpa_supplicant.service diff --git a/fi.w1.wpa_supplicant1.service b/fi.w1.wpa_supplicant1.service index 8f67aca..a8bcd27 100644 --- a/fi.w1.wpa_supplicant1.service +++ b/fi.w1.wpa_supplicant1.service @@ -2,3 +2,4 @@ Name=fi.w1.wpa_supplicant1 Exec=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -f /var/log/wpa_supplicant.log User=root +SystemdService=wpa_supplicant.service diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index 6aef324..c880d5b 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 20 08:39:19 UTC 2014 - lnussel@suse.de + +- fix dbus systemd activation (bnc#892683) + ------------------------------------------------------------------- Thu Jun 26 11:30:11 UTC 2014 - lnussel@suse.de