SPECS: kernel-char-bristuff.spec - updated to 0.3.0-PRE-1y-m - pas...

adamg adamg at pld-linux.org
Fri Dec 21 00:12:37 CET 2007


Author: adamg                        Date: Thu Dec 20 23:12:37 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.3.0-PRE-1y-m
- pass KBUILD_MODPOST_WARN to avoid fatal errors because of unresolved 
  symbols (it requires few of them from zaptel module from zaptel.spec)

---- Files affected:
SPECS:
   kernel-char-bristuff.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/kernel-char-bristuff.spec
diff -u SPECS/kernel-char-bristuff.spec:1.1 SPECS/kernel-char-bristuff.spec:1.2
--- SPECS/kernel-char-bristuff.spec:1.1	Thu Dec 20 10:38:20 2007
+++ SPECS/kernel-char-bristuff.spec	Fri Dec 21 00:12:32 2007
@@ -11,7 +11,7 @@
 %endif
 
 %define		rel	0.1
-%define		ver	0.3.0-PRE-1y-k
+%define		ver	0.3.0-PRE-1y-m
 %define		ver2	%(echo %ver | tr '-' '_')
 
 Summary:	Linux driver for bristuff
@@ -22,7 +22,7 @@
 License:	GPL
 Group:		Base/Kernel
 Source0:	http://212.91.251.199/~junghanns.net/downloads/bristuff-%{ver}.tar.gz
-# Source0-md5:	2c45a1955703b7f208310a9dd0a6b1f1
+# Source0-md5:	f198765838587c918d7d2c94b73e3b0b
 URL:		http://212.91.251.199/~junghanns.net/downloads/
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.20.2}
@@ -58,7 +58,7 @@
 %if %{with kernel}
 	for i in ztgsm qozap cwain zaphfc;
 	do
-		%build_kernel_modules -C $i -m $i
+		%build_kernel_modules -C $i -m $i KBUILD_MODPOST_WARN=1
 	done
 %endif
 
@@ -95,6 +95,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007-12-20 23:12:32  adamg
+- updated to 0.3.0-PRE-1y-m
+- pass KBUILD_MODPOST_WARN to avoid fatal errors because of unresolved
+  symbols (it requires few of them from zaptel module from zaptel.spec)
+
 Revision 1.1  2007-12-20 09:38:20  adamg
 - new
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-char-bristuff.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list