Update to 4.9
This commit is contained in:
parent
07078dd0ef
commit
53fa6829c2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/iw-4.3.tar.xz
|
/iw-4.9.tar.xz
|
||||||
|
19
iw.spec
19
iw.spec
@ -1,13 +1,11 @@
|
|||||||
Name: iw
|
Name: iw
|
||||||
Version: 4.3
|
Version: 4.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A nl80211 based wireless configuration tool
|
Summary: A nl80211 based wireless configuration tool
|
||||||
|
|
||||||
Group: System Environment/Base
|
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: http://www.linuxwireless.org/en/users/Documentation/iw
|
URL: http://www.linuxwireless.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
BuildRequires: kernel-headers >= 2.6.24
|
BuildRequires: kernel-headers >= 2.6.24
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
@ -19,6 +17,7 @@ Currently you can only use this utility to configure devices which
|
|||||||
use a mac80211 driver as these are the new drivers being written -
|
use a mac80211 driver as these are the new drivers being written -
|
||||||
only because most new wireless devices being sold are now SoftMAC.
|
only because most new wireless devices being sold are now SoftMAC.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -29,21 +28,19 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
|
make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%license COPYING
|
||||||
%{_sbindir}/%{name}
|
%{_sbindir}/%{name}
|
||||||
%{_datadir}/man/man8/iw.*
|
%{_datadir}/man/man8/iw.*
|
||||||
%license COPYING
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 02 2017 Michael Cronenworth <mike@cchtml.com> - 4.9-1
|
||||||
|
- Update to 4.9
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-2
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user