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 2023-09-12 21:03:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed (Old)
and /work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.1766
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvidia-open-driver-G06-signed"
Tue Sep 12 21:03:49 2023 rev:15 rq:1110547 version:535.104.05
Changes:
--------
---
/work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed/nvidia-open-driver-G06-signed.changes
2023-09-04 22:53:02.214610973 +0200
+++
/work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.1766/nvidia-open-driver-G06-signed.changes
2023-09-12 21:05:03.140817533 +0200
@@ -1,0 +2,8 @@
+Tue Sep 5 07:58:49 UTC 2023 - Stefan Dirsch <[email protected]>
+
+- kmp-post.sh/kmp-postun.sh:
+ * add/remove nosimplefb=1 kernel option in order to fix Linux
+ console also on sle15-sp6/Leap 15.6 kernel, which will come
+ with simpledrm support
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kmp-post.sh ++++++
--- /var/tmp/diff_new_pack.mgPrud/_old 2023-09-12 21:05:05.356896579 +0200
+++ /var/tmp/diff_new_pack.mgPrud/_new 2023-09-12 21:05:05.360896722 +0200
@@ -28,7 +28,7 @@
done
# Workaround needed on TW for simpledrm (boo#1201392)
-%if 0%{?suse_version} >= 1550
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150600
pbl --add-option nosimplefb=1 --config
%endif
++++++ kmp-postun.sh ++++++
--- /var/tmp/diff_new_pack.mgPrud/_old 2023-09-12 21:05:05.376897292 +0200
+++ /var/tmp/diff_new_pack.mgPrud/_new 2023-09-12 21:05:05.380897435 +0200
@@ -2,7 +2,7 @@
# cleanup of bnc# 1000625
rm -f /usr/lib/tmpfiles.d/nvidia-logind-acl-trick-G06.conf
# remove TW Workaround for simpledrm during uninstall (boo#1201392)
- %if 0%{?suse_version} >= 1550
+ %if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150600
pbl --del-option nosimplefb=1 --config
%endif
fi