rpms/nvidia-96xx-kmod/F-17 conftest.patch, NONE, 1.1 nvidia-96xx-kmod.spec, 1.61, 1.62

Leigh Scott leigh123linux at rpmfusion.org
Tue Feb 5 16:19:13 CET 2013


Author: leigh123linux

Update of /cvs/nonfree/rpms/nvidia-96xx-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1634

Modified Files:
	nvidia-96xx-kmod.spec 
Added Files:
	conftest.patch 
Log Message:
* Tue Feb 05 2013 Leigh Scott <leigh123linux at googlemail.com> - 96.43.23-3
- patch for 3.7.6 kernel compile issue


conftest.patch:
 conftest.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE conftest.patch ---
--- a/usr/src/nv/conftest.sh
+++ b/usr/src/nv/conftest.sh
@@ -1703,7 +1703,7 @@ case "$6" in
                 SUBLEVEL=$(grep "^SUBLEVEL =" $MAKEFILE | cut -d " " -f 3)
 
                 if [ -n "$PATCHLEVEL" -a $PATCHLEVEL -ge 6 \
-                        -a -n "$SUBLEVEL" -a $SUBLEVEL -le 5 ]; then
+                        -a -n "$SUBLEVEL" -a $SUBLEVEL -le 6 ]; then
                     SELECTED_MAKEFILE=Makefile.kbuild
                     RET=0
                 fi


Index: nvidia-96xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/F-17/nvidia-96xx-kmod.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- nvidia-96xx-kmod.spec	5 Feb 2013 01:30:09 -0000	1.61
+++ nvidia-96xx-kmod.spec	5 Feb 2013 15:19:13 -0000	1.62
@@ -7,7 +7,7 @@
 
 Name:          nvidia-96xx-kmod
 Version:       96.43.23
-Release:       2%{?dist}.6
+Release:       3%{?dist}
 # Taken over by kmodtool
 Summary:       NVIDIA 96xx display driver kernel module
 Group:         System Environment/Kernel
@@ -22,6 +22,7 @@
 #Source0:       http://www.diffingo.com/downloads/livna/kmod-data/nvidia-kmod-data-%{version}.tar.bz2
 # </switch me>
 Patch0:        3.7_kernel.patch
+Patch1:        conftest.patch
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -49,6 +50,7 @@
 do
     pushd nvidiapkg-${arch}
 %patch0 -p1
+%patch1 -p1
     popd
 done
 
@@ -92,6 +94,9 @@
 
 
 %changelog
+* Tue Feb 05 2013 Leigh Scott <leigh123linux at googlemail.com> - 96.43.23-3
+- patch for 3.7.6 kernel compile issue
+
 * Tue Feb 05 2013 Nicolas Chauvet <kwizart at gmail.com> - 96.43.23-2.6
 - Rebuilt for kernel
 


More information about the rpmfusion-commits mailing list