From 5e3441e7c0503decbc1c8d082ca085da12e80f2a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 00:00:12 +0100 Subject: [PATCH] update to 5.16 [release 5.16-1mamba;Fri Nov 12 2021] --- iw.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/iw.spec b/iw.spec index 8c79d22..ab85b5c 100644 --- a/iw.spec +++ b/iw.spec @@ -1,24 +1,24 @@ Name: iw -Version: 5.9 +Version: 5.16 Release: 1mamba Summary: A tool to use nl80211. Group: System/Kernel and Hardware Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://linuxwireless.org/download/iw/ +URL: https://wireless.wiki.kernel.org/en/users/documentation/iw Source: https://www.kernel.org/pub/software/network/iw/iw-%{version}.tar.xz -#Source: http://linuxwireless.org/download/iw/iw-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libnl-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A tool to use nl80211. +%debug_package + %prep %setup -q @@ -35,10 +35,13 @@ A tool to use nl80211. %files %defattr(-,root,root) %{_sbindir}/iw -%{_mandir}/man8/iw.8.gz -%doc COPYING README +%{_mandir}/man8/iw.8* +%doc COPYING %changelog +* Fri Nov 12 2021 Silvan Calarco 5.16-1mamba +- update to 5.16 + * Mon Oct 05 2020 Automatic Build System 5.9-1mamba - automatic version update by autodist