Add libnl to Requires

This commit is contained in:
John W. Linville 2009-12-22 19:55:47 +00:00
parent 0d72a7438f
commit 3b12884457

View File

@ -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
@ -13,6 +13,8 @@ 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.
Currently you can only use this utility to configure devices which
@ -43,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING
%changelog
* Tue Dec 21 2009 John W. Linville <linville@redhat.com> 0.9.18-3
- Add libnl to Requires
* Wed Dec 18 2009 John W. Linville <linville@redhat.com> 0.9.18-2
- BuildRequires kernels-headers instead of kernel-devel