rpms/nvidia-173xx-kmod/F-17 conftest.patch, NONE, 1.1 nvidia-173xx-kmod.spec, 1.90, 1.91

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


Author: leigh123linux

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

Modified Files:
	nvidia-173xx-kmod.spec 
Added Files:
	conftest.patch 
Log Message:
* Tue Feb 05 2013 Leigh Scott <leigh123linux at googlemail.com> - 173.14.36-2
- 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-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-17/nvidia-173xx-kmod.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- nvidia-173xx-kmod.spec	5 Feb 2013 01:29:55 -0000	1.90
+++ nvidia-173xx-kmod.spec	5 Feb 2013 15:13:38 -0000	1.91
@@ -3,12 +3,12 @@
 # "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
 
 Name:          nvidia-173xx-kmod
 Version:       173.14.36
 # Taken over by kmodtool
-Release:       1%{?dist}.6
+Release:       2%{?dist}
 Summary:       NVIDIA 173xx display driver kernel module
 Group:         System Environment/Kernel
 License:       Redistributable, no modification permitted
@@ -24,6 +24,7 @@
 #http://www.nvnews.net/vbulletin/attachment.php?attachmentid=32570&d=1218222727
 
 Patch0:        3.7_kernel.patch
+Patch1:        conftest.patch
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -52,6 +53,7 @@
 do
     pushd nvidiapkg-${arch}
 %patch0 -p1
+%patch1 -p1
     popd
 done
 
@@ -95,6 +97,9 @@
 
 
 %changelog
+* Tue Feb 05 2013 Leigh Scott <leigh123linux at googlemail.com> - 173.14.36-2
+- patch for 3.7.6 kernel compile issue
+
 * Tue Feb 05 2013 Nicolas Chauvet <kwizart at gmail.com> - 173.14.36-1.6
 - Rebuilt for kernel
 


More information about the rpmfusion-commits mailing list