rpms/ndiswrapper-kmod/F-16 ndiswrapper-kmod.spec,1.76,1.77

Leigh Scott leigh123linux at rpmfusion.org
Fri Mar 30 17:46:53 CEST 2012


Author: leigh123linux

Update of /cvs/free/rpms/ndiswrapper-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24839

Modified Files:
	ndiswrapper-kmod.spec 
Log Message:
* Fri Mar 30 2012 leigh scott <leigh123linux at googlemail.com> - 1.57-2
- patched for 3.3.0 kernel
- fix release tag



Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-16/ndiswrapper-kmod.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ndiswrapper-kmod.spec	30 Mar 2012 09:35:47 -0000	1.76
+++ ndiswrapper-kmod.spec	30 Mar 2012 15:46:52 -0000	1.77
@@ -3,20 +3,21 @@
 # "buildforkernels newest" macro for just that build; immediately after
 # queuing that build enable the macro again for subsequent builds; that way
 # a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+%define buildforkernels current
 
 #global _rc rc1
 
 Summary:	Ndiswrapper kernel module
 Name: 		ndiswrapper-kmod
 Version: 	1.57
-Release: 	1%{?_rc}%{?dist}.15
+Release: 	2%{?dist}
 License: 	GPLv2
 Group: 		System Environment/Kernel
 URL:		http://ndiswrapper.sourceforge.net
 Source0: 	http://downloads.sf.net/ndiswrapper/ndiswrapper-%{version}%{?_rc}.tar.gz
 Source11:	ndiswrapper-kmodtool-excludekernel-filterfile
 Patch0:		ndiswrapper-kmod-nomodinfo.patch
+Patch1:         ndiswrapper_3.3_kernel.patch
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # needed for plague to make sure it builds for i586 and i686
@@ -48,6 +49,7 @@
 %setup -q -c -T -a 0 -n %{name}-%{version}%{?_rc}
 (cd ndiswrapper-%{version} ; 
 %patch0 -p1 -b .orig
+%patch1 -p1 -b .orig
 )
 sed -i 's|/sbin/depmod -a|/bin/true|' ndiswrapper-%{version}%{?_rc}/driver/Makefile
 for kernel_version  in %{?kernel_versions} ; do
@@ -75,6 +77,10 @@
 
 
 %changelog
+* Fri Mar 30 2012 leigh scott <leigh123linux at googlemail.com> - 1.57-2
+- patched for 3.3.0 kernel
+- fix release tag
+
 * Fri Mar 30 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.57-1.15
 - rebuild for updated kernel
 



More information about the rpmfusion-commits mailing list