Update to 3.15

- Move /sbin/iw to /usr/sbin/iw
This commit is contained in:
John W. Linville 2014-07-14 15:06:08 -04:00
parent e6698ab0b7
commit dbd39727de
3 changed files with 10 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/iw-3.14.tar.xz
/iw-3.15.tar.xz

12
iw.spec
View File

@ -1,6 +1,6 @@
Name: iw
Version: 3.14
Release: 2%{?dist}
Version: 3.15
Release: 1%{?dist}
Summary: A nl80211 based wireless configuration tool
Group: System Environment/Base
@ -30,7 +30,7 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT PREFIX='' MANDIR=%{_mandir}
make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
%clean
@ -39,11 +39,15 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
/sbin/%{name}
%{_sbindir}/%{name}
%{_datadir}/man/man8/iw.*
%doc COPYING
%changelog
* Mon Jul 14 2014 John W. Linville <linville@redhat.com> 3.15-1
- Update to 3.15
- Move /sbin/iw to /usr/sbin/iw
* 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

View File

@ -1 +1 @@
66e41053f6fc0781b683b5b688442de6 iw-3.14.tar.xz
3b77ad7ec44a865a3bb2ab6c1c463bba iw-3.15.tar.xz