Add artificial crda requirement for packaging reasons
This commit is contained in:
parent
7066f31799
commit
11a16713c1
1 changed files with 10 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ Group: System Environment/Base
|
|||
License: GPL+
|
||||
Name: wireless-tools
|
||||
Version: 29
|
||||
Release: 2%{?pre_version}%{?dist}
|
||||
Release: 3%{?pre_version}%{?dist}
|
||||
Epoch: 1
|
||||
URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
|
||||
Source: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.%{version}%{?pre_version}.tar.gz
|
||||
|
|
@ -16,6 +16,12 @@ Patch1: wireless-tools-29-makefile.patch
|
|||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
# This is artificial, for packaging purposes. The presumption is that
|
||||
# wireless users will install this package, so they will want crda too.
|
||||
# This avoids adding a Requires to the kernel package that would affect
|
||||
# non-wireless users as well.
|
||||
Requires: crda
|
||||
|
||||
%description
|
||||
This package contain the Wireless tools, used to manipulate
|
||||
the Wireless Extensions. The Wireless Extension is an interface
|
||||
|
|
@ -79,6 +85,9 @@ ln -sf ../../%{_lib}/libiw.so.%{version} \
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 20 2009 John W. Linville <linville@redhat.com> - 1:29-3
|
||||
- Add artificial crda requirement for packaging reasons
|
||||
|
||||
* Mon Feb 18 2008 Christopher Aillon <caillon@redhat.com> - 1:29-2
|
||||
- Rebuild to celebrate my birthday (and GCC 4.3)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue