forked from pool/nvidia-open-driver-G06-signed
- make buildservice happy; all sources need to be mentioned as such
in specfile OBS-URL: https://build.opensuse.org/package/show/X11:Drivers:Video:Redesign/nvidia-open-driver-G06-signed?expand=0&rev=105
This commit is contained in:
parent
5252f7c37e
commit
7aaa062abe
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 5 08:41:55 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- make buildservice happy; all sources need to be mentioned as such
|
||||
in specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 4 16:29:09 UTC 2024 - Egbert Eich <eich@suse.com>
|
||||
|
||||
|
@ -16,6 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define cuda_driver_version 555.42.02
|
||||
|
||||
%global flavor @BUILD_FLAVOR@%{?nil}
|
||||
%if "%{flavor}" == "cuda"
|
||||
%if 0%{?suse_version} > 1600
|
||||
@ -39,7 +41,7 @@ ExclusiveArch: do_not_build
|
||||
%endif
|
||||
Name: nvidia-open-driver-G06-signed%{?with_cuda:-cuda}
|
||||
%if %{with cuda}
|
||||
Version: 555.42.02
|
||||
Version: %{cuda_driver_version}
|
||||
%else
|
||||
Version: 550.90.07
|
||||
%endif
|
||||
@ -70,6 +72,9 @@ Source10: pci_ids-supported
|
||||
Source11: pesign-copy-sources
|
||||
Source12: pesign-spec-macros
|
||||
Source14: group-source-files.pl
|
||||
Source15: pci_ids-supported-%{cuda_driver_version}
|
||||
Source16: pci_ids-%{cuda_driver_version}
|
||||
Source17: https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/%{cuda_driver_version}.tar.gz#/open-gpu-kernel-modules-%{cuda_driver_version}.tar.gz
|
||||
Patch0: persistent-nvidia-id-string.patch
|
||||
BuildRequires: %{kernel_module_package_buildreqs}
|
||||
BuildRequires: fdupes
|
||||
|
Loading…
x
Reference in New Issue
Block a user