rpms/iw/devel iw.spec,1.19,1.20

John W. Linville linville at fedoraproject.org
Fri Dec 18 20:04:59 UTC 2009


Author: linville

Update of /cvs/pkgs/rpms/iw/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10987

Modified Files:
	iw.spec 
Log Message:
BuildRequires kernels-headers instead of kernel-devel


Index: iw.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iw/devel/iw.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- iw.spec	2 Dec 2009 21:48:02 -0000	1.19
+++ iw.spec	18 Dec 2009 20:04:59 -0000	1.20
@@ -1,6 +1,6 @@
 Name:           iw
 Version:        0.9.18
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A nl80211 based wireless configuration tool
 
 Group:          System Environment/Base
@@ -9,7 +9,7 @@ URL:            http://www.linuxwireless
 Source0:        http://wireless.kernel.org/download/iw/iw-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: kernel-devel >= 2.6.24 
+BuildRequires: kernel-headers >= 2.6.24 
 BuildRequires: libnl-devel >= 1.0
 BuildRequires: pkgconfig      
 
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING
 
 %changelog
+* Wed Dec 18 2009 John W. Linville <linville at redhat.com> 0.9.18-2
+- BuildRequires kernels-headers instead of kernel-devel
+
 * Wed Dec  2 2009 John W. Linville <linville at redhat.com> 0.9.18-1
 - Update to 0.9.18
 




More information about the fedora-extras-commits mailing list