rpms/ndiswrapper-kmod/F-15 ndiswrapper-kmod-nomodinfo.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 ndiswrapper-kmod.spec, 1.64, 1.65 sources, 1.5, 1.6

Nicolas Chauvet kwizart at rpmfusion.org
Sun Jan 15 22:55:59 CET 2012


Author: kwizart

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

Modified Files:
	.cvsignore ndiswrapper-kmod.spec sources 
Added Files:
	ndiswrapper-kmod-nomodinfo.patch 
Log Message:
Update to 1.57


ndiswrapper-kmod-nomodinfo.patch:
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE ndiswrapper-kmod-nomodinfo.patch ---
diff -up ndiswrapper-1.57/driver/Makefile.orig ndiswrapper-1.57/driver/Makefile
--- ndiswrapper-1.57/driver/Makefile.orig	2012-01-11 22:04:35.103054918 +0100
+++ ndiswrapper-1.57/driver/Makefile	2012-01-11 22:06:37.880672013 +0100
@@ -192,8 +192,8 @@ clean:
 	rm -rf .tmp_versions
 
 install: config_check $(MODULE)
-	@/sbin/modinfo $(MODULE) | grep -q "^vermagic: *$(KVERS) " || \
-		{ echo "$(MODULE)" is not for Linux $(KVERS); exit 1; }
+	#@/sbin/modinfo $(MODULE) | grep -q "^vermagic: *$(KVERS) " || \
+	#	{ echo "$(MODULE)" is not for Linux $(KVERS); exit 1; }
 	mkdir -p -m 755 $(DESTDIR)$(INST_DIR)
 	install -m 0644 $(MODULE) $(DESTDIR)$(INST_DIR)
 ifndef DESTDIR


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-15/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	13 Nov 2011 22:00:11 -0000	1.5
+++ .cvsignore	15 Jan 2012 21:55:59 -0000	1.6
@@ -1 +1 @@
-ndiswrapper-1.57rc1.tar.gz
+ndiswrapper-1.57.tar.gz


Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-15/ndiswrapper-kmod.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ndiswrapper-kmod.spec	15 Jan 2012 21:45:39 -0000	1.64
+++ ndiswrapper-kmod.spec	15 Jan 2012 21:55:59 -0000	1.65
@@ -5,17 +5,18 @@
 # a new akmod package will only get build when a new one is actually needed
 %define buildforkernels newest
 
-%global _rc rc1
+#global _rc rc1
 
 Summary:	Ndiswrapper kernel module
 Name: 		ndiswrapper-kmod
 Version: 	1.57
-Release: 	0.1%{?_rc}%{?dist}.9
+Release: 	1%{?_rc}%{?dist}.1
 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
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # needed for plague to make sure it builds for i586 and i686
@@ -45,9 +46,9 @@
 kmodtool  --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
 # go
 %setup -q -c -T -a 0 -n %{name}-%{version}%{?_rc}
-#(cd ndiswrapper-%{version} ; 
-#Nothing to patch
-#)
+(cd ndiswrapper-%{version} ; 
+%patch0 -p1 -b .orig
+)
 sed -i 's|/sbin/depmod -a|/bin/true|' ndiswrapper-%{version}%{?_rc}/driver/Makefile
 for kernel_version  in %{?kernel_versions} ; do
     cp -a ndiswrapper-%{version}%{?_rc} _kmod_build_${kernel_version%%___*}
@@ -74,29 +75,11 @@
 
 
 %changelog
-* Sun Jan 15 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.57-0.1rc1.9
+* Sun Jan 15 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.57-1.1
 - rebuild for updated kernel
 
-* Mon Jan 09 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.57-0.1rc1.8
-- rebuild for updated kernel
-
-* Wed Jan 04 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.57-0.1rc1.7
-- rebuild for updated kernel
-
-* Fri Dec 23 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.57-0.1rc1.6
-- rebuild for updated kernel
-
-* Sat Dec 17 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.57-0.1rc1.5
-- rebuild for updated kernel
-
-* Tue Dec 13 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.57-0.1rc1.4
-- rebuild for updated kernel
-
-* Thu Dec 01 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.57-0.1rc1.3
-- rebuild for updated kernel
-
-* Wed Nov 23 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.57-0.1rc1.2
-- rebuild for updated kernel
+* Wed Jan 11 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.57-1
+- Update to 1.57
 
 * Wed Nov 02 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.57-0.1rc1.1
 - Rebuild for F-16 kernel


Index: sources
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-15/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	13 Nov 2011 22:00:12 -0000	1.5
+++ sources	15 Jan 2012 21:55:59 -0000	1.6
@@ -1 +1 @@
-a72b11b1c666efb13d7e4355d00536e6  ndiswrapper-1.57rc1.tar.gz
+7a401dc540938bf07893c67f418b6152  ndiswrapper-1.57.tar.gz



More information about the rpmfusion-commits mailing list