rpms/crda/devel crda.spec,1.26,1.27

John W. Linville linville at fedoraproject.org
Tue Dec 22 19:49:43 UTC 2009


Author: linville

Update of /cvs/pkgs/rpms/crda/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8143

Modified Files:
	crda.spec 
Log Message:
Add libgcrypt and libnl to Requires


Index: crda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/crda/devel/crda.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- crda.spec	21 Dec 2009 21:06:40 -0000	1.26
+++ crda.spec	22 Dec 2009 19:49:43 -0000	1.27
@@ -3,7 +3,7 @@
 
 Name:           crda
 Version:        %{crda_version}_%{regdb_version}
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Regulatory compliance daemon for 802.11 wireless networking
 
 Group:          System Environment/Base
@@ -17,7 +17,7 @@ BuildRequires:  libgcrypt-devel
 BuildRequires:  pkgconfig python m2crypto
 BuildRequires:  gzip
 
-Requires:       udev, iw
+Requires:       udev, iw, libgcrypt, libnl
 
 Source0:        http://wireless.kernel.org/download/crda/crda-%{crda_version}.tar.bz2
 Source1:        http://wireless.kernel.org/download/wireless-regdb/wireless-regdb-%{regdb_version}.tar.bz2
@@ -96,6 +96,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Dec 21 2009 John W. Linville <linville at redhat.com> 1.1.0_2009.11.25-4
+- Add libgcrypt and libnl to Requires
+
 * Mon Dec 21 2009 John W. Linville <linville at redhat.com> 1.1.0_2009.11.25-3
 - Add man page for setregdomain (from Andrew Hecox <ahecox at redhat.com>)
 - Change $RPM_BUILD_ROOT to %{buildroot}




More information about the scm-commits mailing list