diff --git a/wireless-tools.spec b/wireless-tools.spec index 49ebc7b..dce654a 100644 --- a/wireless-tools.spec +++ b/wireless-tools.spec @@ -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 - 1:29-3 +- Add artificial crda requirement for packaging reasons + * Mon Feb 18 2008 Christopher Aillon - 1:29-2 - Rebuild to celebrate my birthday (and GCC 4.3)