From 22da73fd428e44d41f288eb3414f7d25db8bf501 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Feb 22 2014 10:07:28 +0000 Subject: Re-enable drivers (#1068849) --- diff --git a/hostapd.spec b/hostapd.spec index c04a596..faca24a 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -2,7 +2,7 @@ Name: hostapd Version: 2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator License: BSD URL: http://w1.fi/hostapd @@ -73,8 +73,8 @@ cat defconfig | sed \ -e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \ -e '/^#CONFIG_LIBNL32=y/s/^#//' \ > .config -echo "CFLAGS += -I%{_includedir}/libnl3" > .config -echo "LIBS += -L%{_libdir}" > .config +echo "CFLAGS += -I%{_includedir}/libnl3" >> .config +echo "LIBS += -L%{_libdir}" >> .config make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS" %install @@ -176,6 +176,9 @@ fi %{_sysconfdir}/logwatch/scripts/services/%{name} %changelog +* Sat Feb 22 2014 Simone Caronni - 2.1-2 +- Re-enable drivers (#1068849). + * Fri Feb 14 2014 John W. Linville - 2.1-1 - Update to version 2.1 from upstream - Remove obsolete patch for libnl build documentation