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-12-26 12:23:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed (Old)
and /work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.1881
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvidia-open-driver-G06-signed"
Thu Dec 26 12:23:38 2024 rev:51 rq:1233258 version:550.135
Changes:
--------
---
/work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed/nvidia-open-driver-G06-signed.changes
2024-12-11 21:08:48.284159502 +0100
+++
/work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.1881/nvidia-open-driver-G06-signed.changes
2024-12-26 12:23:44.882157765 +0100
@@ -1,0 +2,7 @@
+Tue Dec 17 11:55:30 UTC 2024 - Stefan Dirsch <[email protected]>
+
+- for SLE Micro 6.x use
+ '%if 0%{?suse_version} == 1600 && !0%{?is_opensuse}'; SLE16
+ doesn't set %sle_version and SLE Micro 6.x is already SLE16!
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nvidia-open-driver-G06-signed.spec ++++++
--- /var/tmp/diff_new_pack.NFMKoD/_old 2024-12-26 12:23:45.686190709 +0100
+++ /var/tmp/diff_new_pack.NFMKoD/_new 2024-12-26 12:23:45.690190873 +0100
@@ -1,5 +1,5 @@
#
-# spec file
+# spec file for package nvidia-open-driver-G06-signed
#
# Copyright (c) 2024 SUSE LLC
#
@@ -160,7 +160,8 @@
This package fetches the versioned kernel firmware file "gsp.bin" for
the OpenSource NVIDIA kernel module driver G06 once it's available.
-%if 0%{?sle_version:1} && %{with cuda}
+# SLE16 doesn't set %sle_version; SLE Micro 6.x is already SLE16 !!!
+%if (0%{?sle_version:1} || (0%{?suse_version} == 1600 && !0%{?is_opensuse}))
&& %{with cuda}
%files -n kernel-firmware-nvidia-gspx-G06%{?with_cuda:-cuda}
%endif
++++++ preamble ++++++
--- /var/tmp/diff_new_pack.NFMKoD/_old 2024-12-26 12:23:45.942201198 +0100
+++ /var/tmp/diff_new_pack.NFMKoD/_new 2024-12-26 12:23:45.946201362 +0100
@@ -13,7 +13,8 @@
Obsoletes: nvidia-open-driver-G06-signed-cuda-kmp-%1 <= 560.35.03
Obsoletes: nvidia-open-driver-G06-signed-cuda-kmp <= 560.35.03
%endif
-%if 0%{?sle_version:1} && %{with cuda}
+# SLE16 doesn't set %sle_version; SLE Micro 6.x is already SLE16 !!!
+%if (0%{?sle_version:1} || (0%{?suse_version} == 1600 && !0%{?is_opensuse}))
&& %{with cuda}
Requires: kernel-firmware-nvidia-gspx-G06-cuda = %{-v*}
%else
Requires: (kernel-firmware-nvidia-gspx-G06 = %{-v*} if
nvidia-compute-utils-G06 = %{-v*})