SPECS: linux-gpib.spec - kernel epoch, stop bashism

glen glen at pld-linux.org
Wed Apr 12 14:05:43 CEST 2006


Author: glen                         Date: Wed Apr 12 12:05:42 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kernel epoch, stop bashism

---- Files affected:
SPECS:
   linux-gpib.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/linux-gpib.spec
diff -u SPECS/linux-gpib.spec:1.10 SPECS/linux-gpib.spec:1.11
--- SPECS/linux-gpib.spec:1.10	Thu Mar 16 20:59:39 2006
+++ SPECS/linux-gpib.spec	Wed Apr 12 14:05:37 2006
@@ -25,7 +25,7 @@
 #Patch0:		%{name}-Makefile.am.patch
 URL:		http://linux-gpib.sourceforge.net/
 %if %{with kernel}
-%{?with_dist_kernel:BuildRequires:	kernel-module-build >= 2.6.7}
+%{?with_dist_kernel:BuildRequires:	kernel-module-build >= 3:2.6.7}
 BuildRequires:	rpmbuild(macros) >= 1.153
 %endif
 BuildRequires:	kernel-headers >= 2.6.8
@@ -138,17 +138,17 @@
 		M=$PWD O=$PWD \
 		%{?with_verbose:V=1}
 
-	if [ "$i" == "sys" ]; then
-	    i=gpib_common
+	if [ "$i" = "sys" ]; then
+		i=gpib_common
 	fi
-	if [ "$i" == "cec" ]; then
-	    i=cec_gpib
+	if [ "$i" = "cec" ]; then
+		i=cec_gpib
 	fi
-	if [ "$i" == "ines" ]; then
-	    i=ines_gpib
+	if [ "$i" = "ines" ]; then
+		i=ines_gpib
 	fi
-	if [ "$i" == "pc2" ]; then
-	    i=pc2_gpib
+	if [ "$i" = "pc2" ]; then
+		i=pc2_gpib
 	fi
 
 	mv $i{,-$cfg}.ko
@@ -232,6 +232,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2006/04/12 12:05:37  glen
+- kernel epoch, stop bashism
+
 Revision 1.10  2006/03/16 19:59:39  qboosh
 - typo, changelog syntax
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/linux-gpib.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list