rpms/nvidia-173xx-kmod/F-18 conftest.patch, NONE, 1.1 nvidia-173xx-kmod.spec, 1.58, 1.59

Leigh Scott leigh123linux at rpmfusion.org
Tue Feb 5 16:11:21 CET 2013


Author: leigh123linux

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

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-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-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-18/nvidia-173xx-kmod.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- nvidia-173xx-kmod.spec	5 Feb 2013 00:39:32 -0000	1.58
+++ nvidia-173xx-kmod.spec	5 Feb 2013 15:11:20 -0000	1.59
@@ -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:       2%{?dist}.6
+Release:       3%{?dist}
 Summary:       NVIDIA 173xx display driver kernel module
 Group:         System Environment/Kernel
 License:       Redistributable, no modification permitted
@@ -23,6 +23,7 @@
 # </switch me>
 #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)
 
@@ -51,6 +52,7 @@
 do
     pushd nvidiapkg-${arch}
 %patch0 -p1
+%patch1 -p1
     popd
 done
 
@@ -94,6 +96,9 @@
 
 
 %changelog
+* Tue Feb 05 2013 Leigh Scott <leigh123linux at googlemail.com> - 173.14.36-3
+- patch for 3.7.6 kernel compile issue
+
 * Tue Feb 05 2013 Nicolas Chauvet <kwizart at gmail.com> - 173.14.36-2.6
 - Rebuilt for kernel
 


More information about the rpmfusion-commits mailing list