[iw] Update to 3.15

John W. Linville linville at fedoraproject.org
Mon Jul 14 19:05:48 UTC 2014


commit dbd39727de2d02e94e49d40fbfd1603838fbe555
Author: John W. Linville <linville at tuxdriver.com>
Date:   Mon Jul 14 15:06:08 2014 -0400

    Update to 3.15
    
    - Move /sbin/iw to /usr/sbin/iw

 .gitignore |    2 +-
 iw.spec    |   12 ++++++++----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
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 <linville at 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 at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list