diff --git a/.gitignore b/.gitignore index db1f9f7..658b420 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/iw-3.14.tar.xz +/iw-3.15.tar.xz diff --git a/iw.spec b/iw.spec index 0586c95..9c8ee93 100644 --- a/iw.spec +++ b/iw.spec @@ -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 3.15-1 +- Update to 3.15 +- Move /sbin/iw to /usr/sbin/iw + * Sat Jun 07 2014 Fedora Release Engineering - 3.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index e4df46e..4d7a2b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66e41053f6fc0781b683b5b688442de6 iw-3.14.tar.xz +3b77ad7ec44a865a3bb2ab6c1c463bba iw-3.15.tar.xz