diff --git a/hostapd.spec b/hostapd.spec index 1234f45..0da3b6b 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -1,6 +1,6 @@ Name: hostapd -Version: 2.9 -Release: 2mamba +Version: 2.10 +Release: 1mamba Summary: A user space daemon for access point and authentication servers Group: Applications/Networking Vendor: openmamba @@ -20,7 +20,9 @@ Patch5: hostapd-2.9-P2P-Fix-a-corner-case-in-peer-addition-based-on-PD-R. License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libnl-devel BuildRequires: libopenssl-devel +BuildRequires: libsqlite-devel ## AUTOBUILDREQ-END %description @@ -31,12 +33,11 @@ hostapd is designed to be a "daemon" program that runs in the background and act %prep %setup -q -#%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 +#%patch1 -p1 +#%patch2 -p1 +#%patch3 -p1 +#%patch4 -p1 +#%patch5 -p1 install %{SOURCE1} hostapd/.config @@ -92,6 +93,9 @@ install -d -m0750 %{buildroot}/var/lib/hostapd %doc COPYING %changelog +* Tue Jan 25 2022 Automatic Build System 2.10-1mamba +- automatic version update by autodist + * Wed Mar 03 2021 Silvan Calarco 2.9-2mamba - provide systemd service, fix configuration, add upstream security patches