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-07-08 19:09:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed (Old)
and /work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.2080
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvidia-open-driver-G06-signed"
Mon Jul 8 19:09:24 2024 rev:39 rq:1186206 version:550.90.07
Changes:
--------
---
/work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed/nvidia-open-driver-G06-signed.changes
2024-07-05 19:57:43.976687644 +0200
+++
/work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.2080/nvidia-open-driver-G06-signed.changes
2024-07-08 19:09:47.846113150 +0200
@@ -1,0 +2,9 @@
+Mon Jul 8 11:29:07 UTC 2024 - Egbert Eich <[email protected]>
+
+- Use macro which is set during build but not when running
+ `osc service run download_files` to make sure both source versions
+ are visible for download. This way, only the correct source
+ tarball will be included in the source package of its respective
+ flavor but both can be downloaded (updated) simultaniously.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nvidia-open-driver-G06-signed.spec ++++++
--- /var/tmp/diff_new_pack.AVkiQu/_old 2024-07-08 19:09:48.582140070 +0200
+++ /var/tmp/diff_new_pack.AVkiQu/_new 2024-07-08 19:09:48.586140217 +0200
@@ -26,7 +26,6 @@
%endif
%{bcond_without cuda}
%endif
-
%if %{undefined kernel_module_directory}
%if 0%{?suse_version} >= 1550
%define kernel_module_directory /usr/lib/modules
@@ -53,8 +52,11 @@
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
-%if %{with please_fix_factory_auto}
-Source16:
https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/%cuda_version}.tar.gz#/open-gpu-kernel-modules-%{cuda_version}.tar.gz
+# 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
Source17: pci_ids-supported-%{cuda_version}
Source18: pci_ids-%{cuda_version}
%endif