rpms/wireless-tools/devel wireless-tools.spec,1.41,1.42

John W. Linville linville at fedoraproject.org
Fri Feb 20 16:05:41 UTC 2009


Author: linville

Update of /cvs/pkgs/rpms/wireless-tools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18533

Modified Files:
	wireless-tools.spec 
Log Message:
Add artificial crda requirement for packaging reasons


Index: wireless-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wireless-tools/devel/wireless-tools.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- wireless-tools.spec	18 Feb 2008 02:49:50 -0000	1.41
+++ wireless-tools.spec	20 Feb 2009 16:05:11 -0000	1.42
@@ -8,7 +8,7 @@
 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 @@
 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 @@
 
 
 %changelog
+* Fri Feb 20 2009 John W. Linville <linville at redhat.com> - 1:29-3
+- Add artificial crda requirement for packaging reasons
+
 * Mon Feb 18 2008 Christopher Aillon <caillon at redhat.com> - 1:29-2
 - Rebuild to celebrate my birthday (and GCC 4.3)
 




More information about the fedora-extras-commits mailing list