2008-07-22 17:21:23 +00:00
|
|
|
Name: iw
|
2019-02-04 19:18:35 +00:00
|
|
|
Version: 5.0.1
|
2019-07-25 09:49:21 +00:00
|
|
|
Release: 2%{?dist}
|
2008-07-22 17:21:23 +00:00
|
|
|
Summary: A nl80211 based wireless configuration tool
|
|
|
|
|
2010-02-25 18:53:40 +00:00
|
|
|
License: ISC
|
2018-05-31 17:27:21 +00:00
|
|
|
URL: http://wireless.kernel.org/en/users/Documentation/iw
|
2013-05-06 18:24:09 +00:00
|
|
|
Source0: http://www.kernel.org/pub/software/network/iw/iw-%{version}.tar.xz
|
2008-07-22 17:21:23 +00:00
|
|
|
|
2018-07-17 16:01:03 +00:00
|
|
|
BuildRequires: gcc
|
2009-12-22 19:55:47 +00:00
|
|
|
BuildRequires: kernel-headers >= 2.6.24
|
2013-11-09 18:50:28 +00:00
|
|
|
BuildRequires: libnl3-devel
|
2009-12-22 19:55:47 +00:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
2008-07-22 17:21:23 +00:00
|
|
|
%description
|
|
|
|
iw is a new nl80211 based CLI configuration utility for wireless devices.
|
|
|
|
Currently you can only use this utility to configure devices which
|
|
|
|
use a mac80211 driver as these are the new drivers being written -
|
|
|
|
only because most new wireless devices being sold are now SoftMAC.
|
|
|
|
|
2017-03-03 00:12:48 +00:00
|
|
|
|
2008-07-22 17:21:23 +00:00
|
|
|
%prep
|
2008-09-28 13:11:10 +00:00
|
|
|
%setup -q
|
2008-07-22 17:21:23 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2018-02-01 16:46:07 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
2013-11-09 20:13:33 +00:00
|
|
|
make %{?_smp_mflags}
|
2008-07-22 17:21:23 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2014-07-14 19:06:08 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
|
2008-07-22 17:21:23 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files
|
2017-03-03 00:12:48 +00:00
|
|
|
%license COPYING
|
2014-07-14 19:06:08 +00:00
|
|
|
%{_sbindir}/%{name}
|
2009-01-10 18:32:35 +00:00
|
|
|
%{_datadir}/man/man8/iw.*
|
2017-03-03 00:12:48 +00:00
|
|
|
|
2008-07-22 17:21:23 +00:00
|
|
|
|
|
|
|
%changelog
|
2019-07-25 09:49:21 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-04 19:18:35 +00:00
|
|
|
* Mon Feb 04 2019 John W. Linville <linville@redhat.com> - 5.0.1-1
|
|
|
|
- Update to 5.0.1 from upstream
|
|
|
|
|
2019-02-01 03:39:56 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.14-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 05:55:14 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.14-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-31 17:27:21 +00:00
|
|
|
* Thu May 31 2018 John W. Linville <linville@redhat.com> - 4.14-6
|
|
|
|
- Update URL for package header
|
|
|
|
|
2018-02-09 08:04:45 +00:00
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.14-5
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
|
2018-02-07 17:47:14 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.14-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-01 16:46:07 +00:00
|
|
|
* Thu Feb 1 2018 Florian Weimer <fweimer@redhat.com> - 4.14-3
|
|
|
|
- Build with linker flags from redhat-rpm-config
|
|
|
|
|
2018-01-05 19:36:59 +00:00
|
|
|
* Fri Jan 05 2018 John W. Linville <linville@redhat.com> - 4.14-2
|
|
|
|
- Fixup bogus date in the changelog...
|
|
|
|
|
|
|
|
* Fri Jan 05 2018 John W. Linville <linville@redhat.com> - 4.14-1
|
2018-01-05 19:33:16 +00:00
|
|
|
- Update to 4.14
|
|
|
|
|
2017-08-02 23:55:19 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 13:48:25 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-03-03 00:12:48 +00:00
|
|
|
* Thu Mar 02 2017 Michael Cronenworth <mike@cchtml.com> - 4.9-1
|
|
|
|
- Update to 4.9
|
|
|
|
|
2017-02-10 16:38:15 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-04-04 17:47:16 +00:00
|
|
|
* Mon Apr 04 2016 John W. Linville <linville@redhat.com> - 4.3-1
|
|
|
|
- Update to 4.3
|
|
|
|
|
2016-02-04 00:43:44 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-07-18 18:23:15 +00:00
|
|
|
* Sat Jul 18 2015 Adel Gadllah <adel.gadllah@gmail.com> - 4.1-1
|
|
|
|
- Update to 4.1
|
|
|
|
|
2015-06-17 11:40:01 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.15-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-04 19:09:41 +00:00
|
|
|
* Wed Feb 4 2015 John W. Linville <linville@redhat.com> 3.15-3
|
2018-02-09 08:04:45 +00:00
|
|
|
- Use %%license instead of %%doc for file containing license information
|
2015-02-04 19:09:41 +00:00
|
|
|
|
2014-08-16 22:04:22 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.15-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-14 19:06:08 +00:00
|
|
|
* Mon Jul 14 2014 John W. Linville <linville@redhat.com> 3.15-1
|
|
|
|
- Update to 3.15
|
|
|
|
- Move /sbin/iw to /usr/sbin/iw
|
|
|
|
|
2014-06-07 22:57:24 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-12 18:05:56 +00:00
|
|
|
* Wed Feb 12 2014 John W. Linville <linville@redhat.com> 3.14-1
|
|
|
|
- Update to 3.14
|
|
|
|
- Correct some bogus dates in the changelog
|
|
|
|
|
|
|
|
* Tue Nov 12 2013 Adel Gadllah <adel.gadllah@gmail.com> 3.11-1
|
2013-11-12 17:43:48 +00:00
|
|
|
- Update to 3.11
|
|
|
|
|
2013-11-09 18:50:28 +00:00
|
|
|
* Sat Nov 09 2013 Xose Vazquez Perez <xose.vazquez@gmail.com> 3.10-3
|
|
|
|
- Link with libnl3
|
|
|
|
|
2013-08-03 20:07:51 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-06 18:24:09 +00:00
|
|
|
* Mon May 6 2013 John W. Linville <linville@redhat.com> 3.10-2
|
|
|
|
- Update URL for source download
|
|
|
|
|
2013-05-06 18:03:07 +00:00
|
|
|
* Mon May 6 2013 John W. Linville <linville@redhat.com> 3.10-1
|
|
|
|
- Update to 3.10
|
|
|
|
|
2013-02-14 02:21:09 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-02 19:51:14 +00:00
|
|
|
* Wed Jan 2 2013 John W. Linville <linville@redhat.com> 3.8-1
|
|
|
|
- Update to 3.8
|
|
|
|
|
2012-10-17 19:00:01 +00:00
|
|
|
* Wed Oct 17 2012 John W. Linville <linville@redhat.com> 3.7-1
|
|
|
|
- Update to 3.7
|
|
|
|
|
2014-02-12 18:05:56 +00:00
|
|
|
* Mon Aug 13 2012 John W. Linville <linville@redhat.com> 3.6-1
|
2012-08-13 18:48:51 +00:00
|
|
|
- Update to 3.6
|
|
|
|
|
2012-07-19 15:17:40 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-28 19:17:52 +00:00
|
|
|
* Thu Jun 28 2012 John W. Linville <linville@redhat.com> 3.5-1
|
|
|
|
- Update to 3.5
|
|
|
|
|
2012-06-13 15:05:30 +00:00
|
|
|
* Wed Jun 13 2012 John W. Linville <linville@redhat.com> 3.4-1
|
|
|
|
- Update to 3.4
|
|
|
|
|
2012-01-18 19:54:45 +00:00
|
|
|
* Wed Jan 18 2012 John W. Linville <linville@redhat.com> 3.3-1
|
|
|
|
- Update to 3.3
|
|
|
|
|
2012-01-13 06:05:27 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-07 19:44:42 +00:00
|
|
|
* Mon Nov 7 2011 John W. Linville <linville@redhat.com> 3.2-1
|
|
|
|
- Update to 3.2
|
|
|
|
|
2011-09-14 19:22:57 +00:00
|
|
|
* Wed Sep 14 2011 John W. Linville <linville@redhat.com> 3.1-1
|
|
|
|
- Update to 3.1
|
|
|
|
|
2011-03-13 13:58:22 +00:00
|
|
|
* Sun Mar 13 2011 Adel Gadllah <adel.gadllah@gmail.com> 0.9.22-1
|
|
|
|
- Update to 0.9.22
|
|
|
|
|
2011-02-09 13:24:34 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.21-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-09-29 21:31:03 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 0.9.21-2
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-26 17:00:13 +00:00
|
|
|
* Sun Sep 26 2010 Adel Gadllah <adel.gadllah@gmail.com> 0.9.21-1
|
|
|
|
- Update to 0.9.21
|
|
|
|
|
2010-07-14 17:17:29 +00:00
|
|
|
* Wed Jul 14 2010 John W. Linville <linville@redhat.com> 0.9.20-1
|
|
|
|
- Update to 0.9.20
|
|
|
|
|
2010-02-25 18:53:40 +00:00
|
|
|
* Thu Jan 14 2010 John W. Linville <linville@redhat.com> 0.9.19-2
|
|
|
|
- Correct license tag from BSD to ISC
|
|
|
|
|
2010-01-14 19:25:09 +00:00
|
|
|
* Thu Jan 14 2010 John W. Linville <linville@redhat.com> 0.9.19-1
|
|
|
|
- Update to 0.9.19
|
|
|
|
|
2014-02-12 18:05:56 +00:00
|
|
|
* Mon Dec 21 2009 John W. Linville <linville@redhat.com> 0.9.18-4
|
2009-12-22 22:57:09 +00:00
|
|
|
- Remove unnecessary explicit Requires of libnl -- oops!
|
|
|
|
|
2014-02-12 18:05:56 +00:00
|
|
|
* Mon Dec 21 2009 John W. Linville <linville@redhat.com> 0.9.18-3
|
2009-12-22 19:55:47 +00:00
|
|
|
- Add libnl to Requires
|
|
|
|
|
2014-02-12 18:05:56 +00:00
|
|
|
* Fri Dec 18 2009 John W. Linville <linville@redhat.com> 0.9.18-2
|
2009-12-18 20:04:59 +00:00
|
|
|
- BuildRequires kernels-headers instead of kernel-devel
|
|
|
|
|
2009-12-02 21:48:02 +00:00
|
|
|
* Wed Dec 2 2009 John W. Linville <linville@redhat.com> 0.9.18-1
|
|
|
|
- Update to 0.9.18
|
|
|
|
|
2009-10-01 18:50:37 +00:00
|
|
|
* Thu Oct 1 2009 John W. Linville <linville@redhat.com> 0.9.17-3
|
|
|
|
- Install in /sbin
|
|
|
|
|
2009-09-04 16:21:41 +00:00
|
|
|
* Fri Sep 4 2009 John W. Linville <linville@redhat.com> 0.9.17-2
|
|
|
|
- Revert "separate commands into sections", section type conflicts on ppc64
|
|
|
|
|
2009-09-04 13:53:29 +00:00
|
|
|
* Fri Sep 4 2009 John W. Linville <linville@redhat.com> 0.9.17-1
|
|
|
|
- Update to 0.9.17
|
|
|
|
|
2009-08-17 19:41:37 +00:00
|
|
|
* Mon Aug 17 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.16-1
|
|
|
|
- Update to 0.9.16
|
|
|
|
|
2009-07-25 03:43:18 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.15-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-11 08:58:15 +00:00
|
|
|
* Sat Jul 11 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.15-1
|
|
|
|
- Update to 0.9.15
|
|
|
|
|
2009-05-13 10:46:19 +00:00
|
|
|
* Wed May 13 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.14-1
|
|
|
|
- Update to 0.9.14
|
|
|
|
|
2014-02-12 18:05:56 +00:00
|
|
|
* Sat May 2 2009 John W. Linville <linville@redhat.com> 0.9.13-1
|
2009-05-12 15:35:27 +00:00
|
|
|
- Update to 0.9.13
|
|
|
|
|
2014-02-12 18:05:56 +00:00
|
|
|
* Wed Apr 15 2009 John W. Linville <linville@redhat.com> 0.9.12-1
|
2009-04-15 17:37:23 +00:00
|
|
|
- Update to 0.9.12
|
|
|
|
|
2009-04-06 18:20:04 +00:00
|
|
|
* Mon Apr 6 2009 John W. Linville <linville@redhat.com> 0.9.11-1
|
|
|
|
- Update to 0.9.11
|
|
|
|
|
2009-02-25 08:24:53 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-10 18:32:35 +00:00
|
|
|
* Sat Jan 10 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.9.7-1
|
|
|
|
- Update to 0.9.7
|
|
|
|
|
2008-10-26 14:15:19 +00:00
|
|
|
* Sun Oct 26 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.6-1
|
|
|
|
- Update to 0.9.6
|
|
|
|
|
2008-09-28 13:23:38 +00:00
|
|
|
* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-3
|
|
|
|
- Use offical tarball
|
|
|
|
|
2008-09-28 13:18:18 +00:00
|
|
|
* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-2
|
|
|
|
- Fix BuildRequires
|
|
|
|
|
2008-09-28 13:11:10 +00:00
|
|
|
* Sun Sep 28 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.9.5-1
|
|
|
|
- Update to 0.9.5
|
|
|
|
|
2008-07-22 17:21:23 +00:00
|
|
|
* Tue Jul 22 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.3.20080703gitf6fc7dc
|
|
|
|
- Add commitid to version
|
|
|
|
- Use versioned buildrequires for kernel-devel
|
|
|
|
|
|
|
|
* Thu Jul 3 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.2.20080703git
|
|
|
|
- Add tarball instructions
|
|
|
|
- Fix install
|
|
|
|
- Fix changelog
|
|
|
|
|
|
|
|
* Thu Jul 3 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.0-0.1.20080703git
|
|
|
|
- Initial build
|