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

John W. Linville linville at fedoraproject.org
Tue Dec 22 19:55:47 UTC 2009


Author: linville

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

Modified Files:
	iw.spec 
Log Message:
Add libnl to Requires


Index: iw.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iw/devel/iw.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- iw.spec	18 Dec 2009 20:04:59 -0000	1.20
+++ iw.spec	22 Dec 2009 19:55:47 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           iw
 Version:        0.9.18
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A nl80211 based wireless configuration tool
 
 Group:          System Environment/Base
@@ -9,9 +9,11 @@ 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-headers >= 2.6.24 
-BuildRequires: libnl-devel >= 1.0
-BuildRequires: pkgconfig      
+BuildRequires:  kernel-headers >= 2.6.24 
+BuildRequires:  libnl-devel >= 1.0
+BuildRequires:  pkgconfig      
+
+Requires:       libnl
 
 %description
 iw is a new nl80211 based CLI configuration utility for wireless devices.
@@ -43,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING
 
 %changelog
+* Tue Dec 21 2009 John W. Linville <linville at redhat.com> 0.9.18-3
+- Add libnl to Requires
+
 * Wed Dec 18 2009 John W. Linville <linville at redhat.com> 0.9.18-2
 - BuildRequires kernels-headers instead of kernel-devel
 




More information about the scm-commits mailing list