Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package nvidia-open-driver-G06-signed for
openSUSE:Factory checked in at 2025-10-01 18:57:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed (Old)
and /work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.11973
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvidia-open-driver-G06-signed"
Wed Oct 1 18:57:19 2025 rev:78 rq:1308347 version:580.95.05
Changes:
--------
---
/work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed/nvidia-open-driver-G06-signed.changes
2025-09-17 16:45:37.846398296 +0200
+++
/work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.11973/nvidia-open-driver-G06-signed.changes
2025-10-01 18:59:09.903952899 +0200
@@ -1,0 +2,20 @@
+Wed Oct 1 08:54:42 UTC 2025 - Stefan Dirsch <[email protected]>
+
+- fixed 'osc service run download_files'
+
+-------------------------------------------------------------------
+Thu Sep 25 20:55:45 UTC 2025 - Stefan Dirsch <[email protected]>
+
+- update to version 580.95.05 (boo#1250536)
+
+-------------------------------------------------------------------
+Tue Sep 23 09:37:01 UTC 2025 - Stefan Dirsch <[email protected]>
+
+- get rid of multiversion for the KMPs, since it only brought/brings
+ us trouble and no benefit at all (jsc#PED-12049)
+ * remove any ^Conflicts and ^Provides: multiversion from
+ /usr/lib/rpm/kernel-module-subpackage
+ * set INSTALL_MOD_DIR back to %{kernel_module_package_moddir}, i.e.
+ updates/ subdir
+
+-------------------------------------------------------------------
Old:
----
open-gpu-kernel-modules-580.82.07.tar.gz
New:
----
open-gpu-kernel-modules-580.82.07.tar.xz
open-gpu-kernel-modules-580.95.05.tar.xz
pci_ids-580.95.05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nvidia-open-driver-G06-signed.spec ++++++
--- /var/tmp/diff_new_pack.SZzAQ9/_old 2025-10-01 18:59:12.768072840 +0200
+++ /var/tmp/diff_new_pack.SZzAQ9/_new 2025-10-01 18:59:12.768072840 +0200
@@ -16,7 +16,7 @@
#
-%define gfx_version 580.82.07
+%define gfx_version 580.95.05
%define cuda_version 580.82.07
%global flavor @BUILD_FLAVOR@%{?nil}
@@ -57,12 +57,13 @@
Group: System/Kernel
URL: https://github.com/NVIDIA/open-gpu-kernel-modules/
#Source0:
https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/%{version}.tar.gz#/open-gpu-kernel-modules-%{version}.tar.gz
-Source0: open-gpu-kernel-modules-%{version}.tar.gz
+Source0: open-gpu-kernel-modules-%{version}.tar.xz
# This is defined at build, not for 'osc service run download_files` or
# factory_auto. This both sources are seen outside of the build but only
# the matching one will be included in the srpm for the respective flavor.
%if %{undefined linux_arch}
-Source16:
https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/%{cuda_version}.tar.gz#/open-gpu-kernel-modules-%{cuda_version}.tar.gz
+#Source16:
https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/%{cuda_version}.tar.xz#/open-gpu-kernel-modules-%{cuda_version}.tar.xz
+Source16: open-gpu-kernel-modules-%{cuda_version}.tar.xz
Source18: pci_ids-%{cuda_version}
%endif
Source1: my-find-supplements
@@ -113,7 +114,8 @@
%define _sourcedir /home/abuild/rpmbuild/SOURCES
%endif
-%(sed -e '/^%%post\>/ r %_sourcedir/kmp-post.sh' %kmp_template_name >
%_builddir/nvidia-kmp-template)
+# also get rid of multiversion (jsc#PED-12049)
+%(sed -e '/^%%post\>/ r %_sourcedir/kmp-post.sh' %kmp_template_name | grep -v
-e ^Conflicts: -e "^Provides:[[:space:]]*multiversion.*" >
%_builddir/nvidia-kmp-template)
%(echo "%triggerin -p /bin/bash -n %%{-n*}-kmp-%1 -- nvidia-common-G06 =
%{version}" >> %_builddir/nvidia-kmp-template)
%(cat %_sourcedir/kmp-trigger.sh
>> %_builddir/nvidia-kmp-template)
# NOTE: kernel_module_package macro affects preference among nvidia,
nvidia-open
@@ -208,7 +210,8 @@
export BRP_PESIGN_FILES="*.ko"
export BRP_PESIGN_COMPRESS_MODULE=%{compress_modules}
export INSTALL_MOD_PATH=%{buildroot}
-export INSTALL_MOD_DIR=%{kernel_module_package_moddir}/%{name}-%{version}
+# back to updates/ subdir (jsc#PED-12049)
+export INSTALL_MOD_DIR=%{kernel_module_package_moddir}
for flavor in %{flavors_to_build}; do
pushd obj/$flavor
if [ -d /usr/src/linux-$flavor ]; then
++++++ kmp-filelist ++++++
--- /var/tmp/diff_new_pack.SZzAQ9/_old 2025-10-01 18:59:12.904078536 +0200
+++ /var/tmp/diff_new_pack.SZzAQ9/_new 2025-10-01 18:59:12.916079038 +0200
@@ -1,6 +1,7 @@
%defattr (-,root,root)
%dir %{kernel_module_directory}/%2-%1
%dir %{kernel_module_directory}/%2-%1/updates
-%dir %{kernel_module_directory}/%2-%1/updates/%{name}-%{version}
-%{kernel_module_directory}/%2-%1/updates/%{name}-%{version}/nvidia*.ko
+# back to updates/ subdir (jsc#PED-12049)
+%{kernel_module_directory}/%2-%1/updates/nvidia*.ko
+
++++++ pci_ids-supported ++++++
--- /var/tmp/diff_new_pack.SZzAQ9/_old 2025-10-01 18:59:13.028083729 +0200
+++ /var/tmp/diff_new_pack.SZzAQ9/_new 2025-10-01 18:59:13.032083896 +0200
@@ -248,10 +248,12 @@
0x2B87 NVIDIA GeForce RTX 5090 D
0x2B8C NVIDIA GeForce RTX 5090 D v2
0x2BB1 NVIDIA RTX PRO 6000 Blackwell Workstation Edition
+0x2BB2 NVIDIA RTX PRO 6000D Blackwell Workstation Edition
0x2BB3 NVIDIA RTX PRO 5000 Blackwell
0x2BB4 NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition
0x2BB5 NVIDIA RTX PRO 6000 Blackwell Server Edition
0x2BB9 NVIDIA RTX 6000D
+0x2BBC NVIDIA RTX PRO 6000D Blackwell Max-Q Workstation Edition
0x2C02 NVIDIA GeForce RTX 5080
0x2C05 NVIDIA GeForce RTX 5070 Ti
0x2C18 NVIDIA GeForce RTX 5090 Laptop GPU