SHA256
1
0
forked from pool/hostapd

Accepting request 164011 from home:xandry:branches:Base:System

update to version 2.0;
fix corrected file name hostapd.dif to hostapd.diff;
in default config includes all features (IEEE 802.11w, Hotspot 2.0, IEEE 802.11ac, WPS, etc.) except VLAN_NETLINK. To build with support VLAN_NETLINK we need libnl-3_1-devel from "security:netfilter" repo.

OBS-URL: https://build.opensuse.org/request/show/164011
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=18
This commit is contained in:
2013-04-17 09:44:46 +00:00
committed by Git OBS Bridge
parent 5efa3bf0a7
commit 3d4bc5ec64
6 changed files with 176 additions and 70 deletions

View File

@@ -22,12 +22,13 @@ BuildRequires: libnl-1_1-devel
%else
BuildRequires: libnl-devel
%endif
BuildRequires: sqlite3-devel
BuildRequires: openssl-devel
BuildRequires: pkgconfig(systemd)
Summary: Turns Your WLAN Card into a WPA capable Access Point
License: BSD-3-Clause and GPL-2.0+
License: BSD-3-Clause
Group: Hardware/Wifi
Version: 1.0
Version: 2.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://hostap.epitest.fi/
@@ -35,7 +36,7 @@ PreReq: %insserv_prereq
Source: http://hostap.epitest.fi/releases/hostapd-%{version}.tar.gz
Source1: hostapd.init
Source2: hostapd.service
Patch: hostapd.dif
Patch: hostapd.diff
Patch1: hostapd-tmp.diff
%{?systemd_requires}