Enable bgscan plugin

This commit is contained in:
Dan Williams 2010-12-15 11:58:41 -06:00
parent 10a08821ad
commit ebf92bd18c
2 changed files with 5 additions and 1 deletions

View File

@ -27,4 +27,5 @@ CONFIG_SMARTCARD=y
CONFIG_DEBUG_FILE=y CONFIG_DEBUG_FILE=y
CONFIG_BACKEND=file CONFIG_BACKEND=file
CONFIG_PEERKEY=y CONFIG_PEERKEY=y
CONFIG_BGSCAN_SIMPLE=y
#CONFIG_FIPS=y #CONFIG_FIPS=y

View File

@ -2,7 +2,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
Name: wpa_supplicant Name: wpa_supplicant
Epoch: 1 Epoch: 1
Version: 0.7.3 Version: 0.7.3
Release: 1%{?dist} Release: 2%{?dist}
License: BSD License: BSD
Group: System Environment/Base Group: System Environment/Base
Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz
@ -166,6 +166,9 @@ fi
%endif %endif
%changelog %changelog
* Wed Dec 15 2010 Dan Williams <dcbw@redhat.com> - 1:0.7.3-2
- Enable the bgscan_simple plugin
* Wed Dec 8 2010 Dan Williams <dcbw@redhat.com> - 1:0.7.3-1 * Wed Dec 8 2010 Dan Williams <dcbw@redhat.com> - 1:0.7.3-1
- Update to 0.7.3 - Update to 0.7.3
- Drop upstreamed and backported patches - Drop upstreamed and backported patches