diff --git a/wpa_supplicant.service b/wpa_supplicant.service index ba7315c..97d4296 100644 --- a/wpa_supplicant.service +++ b/wpa_supplicant.service @@ -2,6 +2,7 @@ Description=WPA supplicant Before=network.target Wants=network.target +After=dbus.service [Service] Type=dbus diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 0cb2da2..21f4452 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -7,7 +7,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant Name: wpa_supplicant Epoch: 1 Version: 2.5 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: System Environment/Base Source0: http://w1.fi/releases/%{name}-%{version}%{rcver}%{snapshot}.tar.gz @@ -196,6 +196,9 @@ chmod -R 0644 %{name}/examples/*.py %endif %changelog +* Mon Nov 16 2015 Lubomir Rintel - 1:2.5-4 +- Really synchronize the service file with upstream + * Tue Nov 03 2015 Lukáš Nykrýn - 1:2.5-3 - Scriptlets replaced with new systemd macros (rh #850369)