[pkg-wpa-devel] r1928 - in /wpa/trunk/debian: changelog patches/series patches/wpasupplicant_fix-systemd-unit-dependencies.patch

slh-guest at users.alioth.debian.org slh-guest at users.alioth.debian.org
Tue Mar 17 00:08:26 UTC 2015


Author: slh-guest
Date: Tue Mar 17 00:08:26 2015
New Revision: 1928

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1928
Log:
fix systemd unit dependencies for wpasupplicant, it needs to be started
before the network target (Closes: 780552).

Added:
    wpa/trunk/debian/patches/wpasupplicant_fix-systemd-unit-dependencies.patch
Modified:
    wpa/trunk/debian/changelog
    wpa/trunk/debian/patches/series

Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1928&op=diff
==============================================================================
--- wpa/trunk/debian/changelog	(original)
+++ wpa/trunk/debian/changelog	Tue Mar 17 00:08:26 2015
@@ -1,10 +1,11 @@
-wpa (2.3-2) UNRELEASED; urgency=medium
-
-  * NOT RELEASED YET
+wpa (2.3-2) unstable; urgency=medium
+
   * remove Kel Modderman from Uploaders as per his request, many thanks for
     all past efforts Kel.
-
- -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Tue, 17 Mar 2015 00:56:21 +0100
+  * fix systemd unit dependencies for wpasupplicant, it needs to be started
+    before the network target (Closes: 780552).
+
+ -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Tue, 17 Mar 2015 01:06:28 +0100
 
 wpa (2.3-1) unstable; urgency=medium
 

Modified: wpa/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/patches/series?rev=1928&op=diff
==============================================================================
--- wpa/trunk/debian/patches/series	(original)
+++ wpa/trunk/debian/patches/series	Tue Mar 17 00:08:26 2015
@@ -6,3 +6,4 @@
 wpa_gui_desktop_add-keywords-entry.patch
 wpa_supplicant-MACsec-fix-build-failure-for-IEEE8021.patch
 include-ieee802_11_common.c-in-wpa_supplicant-build-.patch
+wpasupplicant_fix-systemd-unit-dependencies.patch

Added: wpa/trunk/debian/patches/wpasupplicant_fix-systemd-unit-dependencies.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/patches/wpasupplicant_fix-systemd-unit-dependencies.patch?rev=1928&op=file
==============================================================================
--- wpa/trunk/debian/patches/wpasupplicant_fix-systemd-unit-dependencies.patch	(added)
+++ wpa/trunk/debian/patches/wpasupplicant_fix-systemd-unit-dependencies.patch	Tue Mar 17 00:08:26 2015
@@ -0,0 +1,19 @@
+wpasupplicant: fix systemd unit dependencies
+
+wpasupplicant needs to be started before the network target
+(Closes: 780552).
+
+systemd upstream bug: https://bugs.freedesktop.org/show_bug.cgi?id=86707#c3
+Debian bug: https://bugs.debian.org/780552
+
+Signed-off-by: Stefan Lippers-Hollmann <s.l-h at gmx.de>
+
+--- a/wpa_supplicant/systemd/wpa_supplicant.service.in
++++ b/wpa_supplicant/systemd/wpa_supplicant.service.in
+@@ -1,5 +1,6 @@
+ [Unit]
+ Description=WPA supplicant
++Before=network.target
+ 
+ [Service]
+ Type=dbus




More information about the Pkg-wpa-devel mailing list