[hostapd] Re-enable drivers (#1068849)

Simone Caronni slaanesh at fedoraproject.org
Sat Feb 22 10:06:44 UTC 2014


commit 22da73fd428e44d41f288eb3414f7d25db8bf501
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Sat Feb 22 11:07:28 2014 +0100

    Re-enable drivers (#1068849)

 hostapd.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
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 <negativo17 at gmail.com> - 2.1-2
+- Re-enable drivers (#1068849).
+
 * Fri Feb 14 2014 John W. Linville <linville at redhat.com> - 2.1-1
 - Update to version 2.1 from upstream
 - Remove obsolete patch for libnl build documentation


More information about the scm-commits mailing list