rpms/wpa_supplicant/devel wpa_supplicant.spec,1.56,1.57

Daniel Williams dcbw at fedoraproject.org
Tue May 12 18:07:53 UTC 2009


Author: dcbw

Update of /cvs/extras/rpms/wpa_supplicant/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14708

Modified Files:
	wpa_supplicant.spec 
Log Message:
* Tue May 12 2009 Dan Williams <dcbw at redhat.com> - 1:0.6.8-2
- Avoid creating bogus Ad-Hoc networks when forcing the driver to disconnect (rh #497771)




Index: wpa_supplicant.spec
===================================================================
RCS file: /cvs/extras/rpms/wpa_supplicant/devel/wpa_supplicant.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- wpa_supplicant.spec	9 Mar 2009 21:08:47 -0000	1.56
+++ wpa_supplicant.spec	12 May 2009 18:07:23 -0000	1.57
@@ -2,7 +2,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
 Name: wpa_supplicant
 Epoch: 1
 Version: 0.6.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: System Environment/Base
 Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
@@ -17,6 +17,7 @@ Patch1: wpa_supplicant-0.5.7-qmake-locat
 Patch2: wpa_supplicant-0.5.7-flush-debug-output.patch
 Patch4: wpa_supplicant-0.5.10-dbus-service-file.patch
 Patch5: wpa_supplicant-0.6.7-quiet-scan-results-message.patch
+Patch6: wpa_supplicant-0.6.8-disconnect-fixes.patch
 
 URL: http://w1.fi/wpa_supplicant/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -49,6 +50,7 @@ Graphical User Interface for wpa_supplic
 %patch2 -p1 -b .flush-debug-output
 %patch4 -p1 -b .dbus-service-file
 %patch5 -p1 -b .quiet-scan-results-msg
+%patch6 -p1 -b .really-disassoc
 
 %build
 pushd wpa_supplicant
@@ -139,6 +141,9 @@ fi
 %{_bindir}/wpa_gui
 
 %changelog
+* Tue May 12 2009 Dan Williams <dcbw at redhat.com> - 1:0.6.8-2
+- Avoid creating bogus Ad-Hoc networks when forcing the driver to disconnect (rh #497771)
+
 * Mon Mar  9 2009 Dan Williams <dcbw at redhat.com> - 1:0.6.8-1
 - Update to latest upstream release
 




More information about the scm-commits mailing list