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