Add libnl to Requires
This commit is contained in:
parent
0d72a7438f
commit
3b12884457
13
iw.spec
13
iw.spec
@ -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.org/en/users/Documentation/iw
|
||||
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@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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user