Enable CONFIG_OWE build option in order to provide WPA3 capability

This commit is contained in:
John W. Linville 2021-05-11 14:23:56 -04:00
parent 7054fbbfba
commit 2f34a35b41

View File

@ -2,7 +2,7 @@
Name: hostapd
Version: 2.9
Release: 9%{?dist}
Release: 10%{?dist}
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
License: BSD
URL: http://w1.fi/hostapd
@ -88,6 +88,7 @@ cat defconfig | sed \
-e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
-e '/^#CONFIG_LIBNL32=y/s/^#//' \
-e '/^#CONFIG_ACS=y/s/^#//' \
-e '/^#CONFIG_OWE=y/s/^#//' \
> .config
echo "CFLAGS += -I%{_includedir}/libnl3" >> .config
echo "LIBS += -L%{_libdir}" >> .config
@ -195,6 +196,9 @@ fi
%{_sysconfdir}/logwatch/scripts/services/%{name}
%changelog
* Tue May 11 2021 John W. Linville <linville@redhat.com> - 2.9-10
- Enable CONFIG_OWE build option in order to provide WPA3 capability
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.9-9
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.