Update to 3.15
- Move /sbin/iw to /usr/sbin/iw
This commit is contained in:
parent
e6698ab0b7
commit
dbd39727de
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/iw-3.14.tar.xz
|
/iw-3.15.tar.xz
|
||||||
|
12
iw.spec
12
iw.spec
@ -1,6 +1,6 @@
|
|||||||
Name: iw
|
Name: iw
|
||||||
Version: 3.14
|
Version: 3.15
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A nl80211 based wireless configuration tool
|
Summary: A nl80211 based wireless configuration tool
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -30,7 +30,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT PREFIX='' MANDIR=%{_mandir}
|
make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -39,11 +39,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
/sbin/%{name}
|
%{_sbindir}/%{name}
|
||||||
%{_datadir}/man/man8/iw.*
|
%{_datadir}/man/man8/iw.*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user