diff --git a/SOURCES/wpa_supplicant.sysconfig b/SOURCES/wpa_supplicant.sysconfig index 23fc1e7..2ec8486 100644 --- a/SOURCES/wpa_supplicant.sysconfig +++ b/SOURCES/wpa_supplicant.sysconfig @@ -12,5 +12,5 @@ DRIVERS="" # -P Write pid file to /var/run/wpa_supplicant.pid # required to return proper codes by init scripts (e.g. double "start" action) # -B to daemonize that has to be used together with -P is already in wpa_supplicant.init.d -OTHER_ARGS="-u -f /var/log/wpa_supplicant.log -P /var/run/wpa_supplicant.pid" +OTHER_ARGS="-P /var/run/wpa_supplicant.pid" diff --git a/SPECS/wpa_supplicant.spec b/SPECS/wpa_supplicant.spec index 99e383a..05ae2d3 100644 --- a/SPECS/wpa_supplicant.spec +++ b/SPECS/wpa_supplicant.spec @@ -7,7 +7,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant Name: wpa_supplicant Epoch: 1 Version: 2.0 -Release: 20%{?dist} +Release: 21%{?dist} License: BSD Group: System Environment/Base Source0: http://w1.fi/releases/%{name}-%{version}%{rcver}%{snapshot}.tar.gz @@ -224,6 +224,9 @@ fi %endif %changelog +* Tue Aug 9 2016 Davide Caratti - 1:2.0-21 +- fix wpa_supplicant.sysconfig to avoid duplicate -u and -f arguments (rh #1351388) + * Mon Mar 21 2016 Lubomir Rintel - 1:2.0-20 - D-Bus: Don't do in dbus service file (rh #1319796)