diff --git a/hostapd.spec b/hostapd.spec index a39bb28..23c2556 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -2,7 +2,7 @@ Name: hostapd Version: 2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator License: BSD URL: http://w1.fi/hostapd @@ -68,7 +68,8 @@ cat defconfig | sed -e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \ -e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' \ -e '/^#CONFIG_DRIVER_WIRED=y/s/^#//' \ -e '/^#CONFIG_DRIVER_NONE=y/s/^#//' \ - -e '/^#CONFIG_IEEE80211N=y/s/^#//' > .config + -e '/^#CONFIG_IEEE80211N=y/s/^#//' \ + -e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' > .config make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS" %install @@ -170,6 +171,9 @@ fi %{_sysconfdir}/logwatch/scripts/services/%{name} %changelog +* Fri Nov 22 2013 John W. Linville - 2.0-5 +- Enable CONFIG_FULL_DYNAMIC_VLAN build option + * Wed Aug 07 2013 Simone Caronni - 2.0-4 - Add EPEL 6 support. - Remove obsolete EPEL 5 tags.