From 846b6e9eb3eee3d444a487cba80198ec13755961 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 31 May 2024 16:45:19 +0000 Subject: [PATCH] Import from AlmaLinux stable repository --- .gitignore | 2 +- .iw.metadata | 1 - SPECS/iw.spec | 20 +++++++++++++------- 3 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 .iw.metadata diff --git a/.gitignore b/.gitignore index 147a721..a70a062 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/iw-4.14.tar.xz +SOURCES/iw-5.19.tar.xz diff --git a/.iw.metadata b/.iw.metadata deleted file mode 100644 index 4241b8d..0000000 --- a/.iw.metadata +++ /dev/null @@ -1 +0,0 @@ -335898be067d0083c5aaadde7db8ba2371050fcd SOURCES/iw-4.14.tar.xz diff --git a/SPECS/iw.spec b/SPECS/iw.spec index 3dcb12f..0fddb0f 100644 --- a/SPECS/iw.spec +++ b/SPECS/iw.spec @@ -1,14 +1,16 @@ Name: iw -Version: 4.14 -Release: 5%{?dist} +Version: 5.19 +Release: 1%{?dist}.1 Summary: A nl80211 based wireless configuration tool License: ISC -URL: http://www.linuxwireless.org/en/users/Documentation/iw +URL: http://wireless.kernel.org/en/users/Documentation/iw Source0: http://www.kernel.org/pub/software/network/iw/iw-%{version}.tar.xz -BuildRequires: kernel-headers >= 2.6.24 +BuildRequires: gcc +BuildRequires: kernel-headers BuildRequires: libnl3-devel +BuildRequires: make BuildRequires: pkgconfig %description @@ -19,16 +21,16 @@ only because most new wireless devices being sold are now SoftMAC. %prep -%setup -q +%autosetup %build export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" -make %{?_smp_mflags} +%{make_build} %install -make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} +%{make_install} %files @@ -38,6 +40,10 @@ make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} %changelog +* Thu Apr 20 2023 Jose Ignacio Tornos Martinez - 5.19-1 +- Update to 5.19 from upstream + Resolves: rhbz#2187198 + * Fri Feb 09 2018 Igor Gnatenko - 4.14-5 - Escape macros in %%changelog