Update to 5.19 from upstream
Resolves: rhbz#2187198 Signed-off-by: Jose Ignacio Tornos Martinez <Jose Ignacio Tornos Martinez>
This commit is contained in:
parent
98a239eabb
commit
ffce641559
20
iw.spec
20
iw.spec
@ -1,14 +1,16 @@
|
|||||||
Name: iw
|
Name: iw
|
||||||
Version: 4.14
|
Version: 5.19
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}.1
|
||||||
Summary: A nl80211 based wireless configuration tool
|
Summary: A nl80211 based wireless configuration tool
|
||||||
|
|
||||||
License: ISC
|
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
|
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: libnl3-devel
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -19,16 +21,16 @@ only because most new wireless devices being sold are now SoftMAC.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
||||||
make %{?_smp_mflags}
|
%{make_build}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
|
%{make_install}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -38,6 +40,10 @@ make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 20 2023 Jose Ignacio Tornos Martinez <jtornosm@redhat.com> - 5.19-1
|
||||||
|
- Update to 5.19 from upstream
|
||||||
|
Resolves: rhbz#2187198
|
||||||
|
|
||||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.14-5
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.14-5
|
||||||
- Escape macros in %%changelog
|
- Escape macros in %%changelog
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (iw-4.14.tar.xz) = 1ce6335628641eb14ed71d39b96a9907fe36e597e6413fdce7f98f7007939bbdc3fac5af69eb1c857259706937e1a7495cf8cbd4e4ba8528c2a471ef6e4bf809
|
SHA512 (iw-5.19.tar.xz) = ff5c23543806c91eda27c91da923737c74cbccd6acc55f1f45114338f518cd959ca292c9255fd75b91dc127ed016eb235dd97af319e30631578eba6cb0823c6c
|
||||||
|
Loading…
Reference in New Issue
Block a user