rpms/crda/devel crda.spec,1.32,1.33 setregdomain,1.3,1.4

John W. Linville linville at fedoraproject.org
Thu Feb 25 18:12:28 UTC 2010


Author: linville

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

Modified Files:
	crda.spec setregdomain 
Log Message:
Correct license tag from BSD to ISC ; Comment purpose of regulatory-rules-setregdomain.patch ; Add copyright and license statement to setregdomain


Index: crda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/crda/devel/crda.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- crda.spec	26 Jan 2010 18:58:33 -0000	1.32
+++ crda.spec	25 Feb 2010 18:12:28 -0000	1.33
@@ -3,11 +3,11 @@
 
 Name:           crda
 Version:        %{crda_version}_%{regdb_version}
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Regulatory compliance daemon for 802.11 wireless networking
 
 Group:          System Environment/Base
-License:        BSD
+License:        ISC
 URL:            http://www.linuxwireless.org/en/developers/Regulatory/CRDA
 BuildRoot:      %{_tmppath}/%{name}-%{crda_version}-%{release}-root-%(%{__id_u} -n)
 
@@ -23,6 +23,7 @@ Source1:        http://wireless.kernel.o
 Source2:        setregdomain
 Source3:        setregdomain.1
 
+# Add udev rule to call setregdomain on wireless device add
 Patch0:         regulatory-rules-setregdomain.patch
 
 
@@ -90,6 +91,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Feb 25 2010 John W. Linville <linville at redhat.com> 1.1.1_2009.11.25-3
+- Correct license tag from BSD to ISC
+- Comment purpose of regulatory-rules-setregdomain.patch
+- Add copyright and license statement to setregdomain
+
 * Tue Jan 26 2010 John W. Linville <linville at redhat.com> 1.1.1_2009.11.25-2
 - Change RPM_OPT_FLAGS to optflags
 - Leave man page compression to rpmbuild


Index: setregdomain
===================================================================
RCS file: /cvs/pkgs/rpms/crda/devel/setregdomain,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- setregdomain	18 Dec 2009 19:25:23 -0000	1.3
+++ setregdomain	25 Feb 2010 18:12:28 -0000	1.4
@@ -1,4 +1,19 @@
 #!/bin/sh
+#
+# Copyright 2009-2010 Red Hat, Inc.  All rights reserved.
+#
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+#
 
 REGDOMAIN=/etc/sysconfig/regdomain
 CLOCK=/etc/sysconfig/clock



More information about the scm-commits mailing list