Hello community,

here is the log from the commit of package wpa_supplicant for openSUSE:Factory 
checked in at 2020-04-04 12:18:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wpa_supplicant (Old)
 and      /work/SRC/openSUSE:Factory/.wpa_supplicant.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wpa_supplicant"

Sat Apr  4 12:18:07 2020 rev:77 rq:789823 version:2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/wpa_supplicant/wpa_supplicant.changes    
2019-11-11 12:57:38.505515671 +0100
+++ /work/SRC/openSUSE:Factory/.wpa_supplicant.new.3248/wpa_supplicant.changes  
2020-04-04 12:18:09.247558620 +0200
@@ -1,0 +2,11 @@
+Thu Mar 26 16:03:38 UTC 2020 - Clemens Famulla-Conrad <cfamullacon...@suse.com>
+
+- With v2.9 fi.epitest.hostap.WPASupplicant.service is obsolete (bsc#1167331)
+
+-------------------------------------------------------------------
+Thu Mar 26 10:02:31 UTC 2020 - Илья Индиго <i...@ilya.pp.ua>
+
+- Change wpa_supplicant.service to ensure wpa_supplicant gets started before
+  network. Fix WLAN config on boot with wicked. (boo#1166933)
+
+-------------------------------------------------------------------

Old:
----
  fi.epitest.hostap.WPASupplicant.service

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wpa_supplicant.spec ++++++
--- /var/tmp/diff_new_pack.3REf9Y/_old  2020-04-04 12:18:11.731560754 +0200
+++ /var/tmp/diff_new_pack.3REf9Y/_new  2020-04-04 12:18:11.735560758 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wpa_supplicant
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,6 @@
 Source0:        https://w1.fi/releases/%{name}-%{version}.tar.gz
 Source1:        config
 Source2:        %{name}.conf
-Source3:        fi.epitest.hostap.WPASupplicant.service
 Source4:        logrotate.wpa_supplicant
 Source5:        fi.w1.wpa_supplicant1.service
 Source6:        wpa_supplicant.service
@@ -88,7 +87,6 @@
 install -d %{buildroot}/%{_sysconfdir}/%{name}
 install -m 0600 %{SOURCE2} %{buildroot}/%{_sysconfdir}/%{name}
 install -d %{buildroot}/%{_datadir}/dbus-1/system-services
-install -m 0644 %{SOURCE3} %{buildroot}/%{_datadir}/dbus-1/system-services
 install -m 0644 %{SOURCE5} %{buildroot}/%{_datadir}/dbus-1/system-services
 install -d %{buildroot}/%{_sysconfdir}/logrotate.d/
 install -m 644 %{SOURCE4} 
%{buildroot}/%{_sysconfdir}/logrotate.d/wpa_supplicant
@@ -106,7 +104,6 @@
 # avoid spurious dependency on /usr/bin/python
 chmod -x wpa_supplicant/examples/*.py
 # dbus auto activation boo#966535
-ln -s wpa_supplicant.service 
%{buildroot}%{_unitdir}/dbus-fi.epitest.hostap.WPASupplicant.service
 ln -s wpa_supplicant.service 
%{buildroot}%{_unitdir}/dbus-fi.w1.wpa_supplicant1.service
 
 %pre
@@ -137,7 +134,6 @@
 %ghost %{_rundir}/%{name}
 %{_unitdir}/wpa_supplicant.service
 %{_unitdir}/wpa_supplicant@.service
-%{_unitdir}/dbus-fi.epitest.hostap.WPASupplicant.service
 %{_unitdir}/dbus-fi.w1.wpa_supplicant1.service
 %dir %{_sysconfdir}/%{name}
 %{_mandir}/man8/*

++++++ wpa_supplicant.service ++++++
--- /var/tmp/diff_new_pack.3REf9Y/_old  2020-04-04 12:18:11.843560851 +0200
+++ /var/tmp/diff_new_pack.3REf9Y/_new  2020-04-04 12:18:11.847560854 +0200
@@ -1,6 +1,8 @@
 [Unit]
 Description=WPA Supplicant daemon
-After=dbus.service network.target
+After=dbus.service
+Before=network-pre.target 
+Wants=network-pre.target
 
 [Service]
 Type=dbus


Reply via email to