- Don't let wpa_supplicant perform scanning with non-WPA drivers

This commit is contained in:
Daniel Williams 2006-03-06 15:32:31 +00:00
parent 64db61d80c
commit 7ae161d73a
1 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ExcludeArch: s390 s390x
Name: NetworkManager
Summary: Network connection manager and user applications
Version: 0.6.0
Release: 1%{?nm_cvs_version}
Release: 2%{?nm_cvs_version}
Group: System Environment/Base
License: GPL
URL: http://www.gnome.org/projects/NetworkManager/
@ -23,6 +23,7 @@ Source: %{name}-%{version}%{?nm_cvs_version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Patch0: special-case-madwifi.patch
Patch1: no-wpa-no-scan1.patch
PreReq: chkconfig
Requires: wireless-tools >= %{wireless_tools_version}
@ -117,6 +118,7 @@ NetworkManager functionality from applications that use glib.
%prep
%setup -q
%patch0 -p0 -b .madwifi
%patch1 -p0 -b .no-wpa-no-scan1
%build
%configure --with-named=/usr/sbin/named --with-named-dir=/var/named/data --with-named-user=named --enable-notify=yes
@ -211,6 +213,9 @@ fi
%changelog
* Mon Mar 6 2006 Dan Williams <dcbw@redhat.com> 0.6.0-2
- Don't let wpa_supplicant perform scanning with non-WPA drivers
* Mon Mar 6 2006 Dan Williams <dcbw@redhat.com> 0.6.0-1
- Update to 0.6.0 release
- Move autostart file to /usr/share/gnome/autostart