]> git.pld-linux.org Git - packages/xorg-driver-video-nvidia.git/blobdiff - xorg-driver-video-nvidia.spec
- rebuild for kernel-3.9.11-1
[packages/xorg-driver-video-nvidia.git] / xorg-driver-video-nvidia.spec
index 823458837c136f727b15f304c28e362693f998d4..c3b7d06ab0b747287a8a68fa854141bac06def4e 100644 (file)
@@ -1,6 +1,7 @@
 # TODO
 # - should -libs Require main package?
 # - drop binary-only nvidia-settings from here, and use nvidia-settings.spec for it?
+# - kernel-drm is required on never kernels. driver for kernel-longterm not requires drm
 #
 # Conditional build:
 %bcond_without dist_kernel     # without distribution kernel
@@ -29,15 +30,15 @@ Summary(hu.UTF-8):  Linux meghajtók nVidia GeForce/Quadro chipekhez
 Summary(pl.UTF-8):     Sterowniki do kart graficznych nVidia GeForce/Quadro
 Name:          %{pname}%{_alt_kernel}
 # when updating version here, keep nvidia-settings.spec in sync as well
-Version:       319.23
+Version:       319.32
 Release:       %{rel}
 Epoch:         1
 License:       nVidia Binary
 Group:         X11
 Source0:       http://us.download.nvidia.com/XFree86/Linux-x86/%{version}/NVIDIA-Linux-x86-%{version}.run
-# Source0-md5: cbdca80e11b643aa46bded82abe43754
+# Source0-md5: 978339ff37c3207f3a39d3952721dcdb
 Source1:       http://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}-no-compat32.run
-# Source1-md5: 74edd76b4bb9229f7d9c00a79f1e3860
+# Source1-md5: d181d856768868823df3bda4607a5315
 Source2:       %{pname}-xinitrc.sh
 Source3:       gl.pc.in
 Source4:       10-nvidia.conf
@@ -181,7 +182,12 @@ Release:   %{rel}@%{_kernel_ver_str}
 Group:         Base/Kernel
 Requires(post,postun): /sbin/depmod
 Requires:      dev >= 2.7.7-10
-%{?with_dist_kernel:%requires_releq_kernel}
+%if %{with dist_kernel}
+%requires_releq_kernel
+%if "%{_alt_kernel}" == "%{nil}"
+Requires:      %releq_kernel -n drm
+%endif
+%endif
 Requires:      %{pname} = %{epoch}:%{version}
 Provides:      X11-driver-nvidia(kernel)
 Obsoletes:     XFree86-nvidia-kernel
This page took 0.040712 seconds and 4 git commands to generate.