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 2024-01-16 21:38:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed (Old) and /work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.9992 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvidia-open-driver-G06-signed" Tue Jan 16 21:38:58 2024 rev:25 rq:1139143 version:545.29.06 Changes: -------- --- /work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed/nvidia-open-driver-G06-signed.changes 2023-12-12 19:33:19.922900564 +0100 +++ /work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.9992/nvidia-open-driver-G06-signed.changes 2024-01-16 21:39:00.438710771 +0100 @@ -1,0 +2,8 @@ +Tue Jan 9 10:39:25 UTC 2024 - Stefan Dirsch <sndir...@suse.com> + +- create /run/udev/static_node-tags/uaccess/nvidia${devid} symlinks + also during modprobing the nvidia module; this changes the issue + of not having access to /dev/nvidia${devid}, when gfxcard has + been replaced by a different gfx card after installing the driver + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nvidia-open-driver-G06-signed.spec ++++++ --- /var/tmp/diff_new_pack.btmxfu/_old 2024-01-16 21:39:01.310742564 +0100 +++ /var/tmp/diff_new_pack.btmxfu/_new 2024-01-16 21:39:01.310742564 +0100 @@ -1,7 +1,7 @@ # # spec file for package nvidia-open-driver-G06-signed # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ modprobe.nvidia.install ++++++ --- /var/tmp/diff_new_pack.btmxfu/_old 2024-01-16 21:39:01.394745626 +0100 +++ /var/tmp/diff_new_pack.btmxfu/_new 2024-01-16 21:39:01.394745626 +0100 @@ -24,6 +24,9 @@ classid=${class%%00}; if [ "$classid" == "0x0300" -o "$classid" == "0x0302" ]; then devid=$((devid+1)); + if [ ! -L /run/udev/static_node-tags/uaccess/nvidia${devid} ]; then + ln -snf /dev/nvidia${devid} /run/udev/static_node-tags/uaccess/nvidia${devid}; + fi; if [ ! -c /dev/nvidia${devid} ]; then mknod -m 660 /dev/nvidia${devid} c 195 ${devid}; chown :video /dev/nvidia${devid};