rpms/wpa_supplicant/devel wpa_supplicant.spec, 1.44, 1.45 wpa_supplicant.sysconfig, 1.4, 1.5

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Sat Mar 8 20:10:12 UTC 2008


Author: dcbw

Update of /cvs/extras/rpms/wpa_supplicant/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11320

Modified Files:
	wpa_supplicant.spec wpa_supplicant.sysconfig 
Log Message:
* Sat Mar  8 2008 Dan Williams <dcbw at redhat.com> - 1:0.6.3-4
- Fix log file path in service config file




Index: wpa_supplicant.spec
===================================================================
RCS file: /cvs/extras/rpms/wpa_supplicant/devel/wpa_supplicant.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- wpa_supplicant.spec	6 Mar 2008 22:51:39 -0000	1.44
+++ wpa_supplicant.spec	8 Mar 2008 20:09:35 -0000	1.45
@@ -2,7 +2,7 @@
 Name: wpa_supplicant
 Epoch: 1
 Version: 0.6.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 Group: System Environment/Base
 Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
@@ -147,6 +147,9 @@
 %{_bindir}/wpa_gui
 
 %changelog
+* Sat Mar  8 2008 Dan Williams <dcbw at redhat.com> - 1:0.6.3-4
+- Fix log file path in service config file
+
 * Thu Mar  6 2008 Dan Williams <dcbw at redhat.com> - 1:0.6.3-3
 - Don't start the supplicant by default when installed (rh #436380)
 


Index: wpa_supplicant.sysconfig
===================================================================
RCS file: /cvs/extras/rpms/wpa_supplicant/devel/wpa_supplicant.sysconfig,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wpa_supplicant.sysconfig	6 Dec 2007 23:40:35 -0000	1.4
+++ wpa_supplicant.sysconfig	8 Mar 2008 20:09:35 -0000	1.5
@@ -9,4 +9,4 @@
 # Other arguments
 #   -u   Enable the D-Bus interface (required for use with NetworkManager)
 #   -f   Log to /var/log/wpa_supplicant.log
-OTHER_ARGS="-u -f"
+OTHER_ARGS="-u -f /var/log/wpa_supplicant.log"




More information about the fedora-extras-commits mailing list