Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kernel-firmware-nvidia-gspx-G06 for
openSUSE:Factory checked in at 2024-07-08 19:09:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06 (Old)
and /work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.2080
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kernel-firmware-nvidia-gspx-G06"
Mon Jul 8 19:09:26 2024 rev:13 rq:1186207 version:550.90.07
Changes:
--------
---
/work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06/kernel-firmware-nvidia-gspx-G06.changes
2024-07-05 19:57:53.513037797 +0200
+++
/work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.2080/kernel-firmware-nvidia-gspx-G06.changes
2024-07-08 19:09:48.902151775 +0200
@@ -1,0 +2,9 @@
+Mon Jul 8 14:10:27 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:
------------------
++++++ kernel-firmware-nvidia-gspx-G06.spec ++++++
--- /var/tmp/diff_new_pack.usFxc2/_old 2024-07-08 19:09:52.718291348 +0200
+++ /var/tmp/diff_new_pack.usFxc2/_new 2024-07-08 19:09:52.722291494 +0200
@@ -49,7 +49,10 @@
Group: System/Kernel
Source0:
http://download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}.run
Source1:
http://download.nvidia.com/XFree86/Linux-aarch64/%{version}/NVIDIA-Linux-aarch64-%{version}.run
-%if %{with factory_auto}
+# 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}
Source2:
http://download.nvidia.com/XFree86/Linux-x86_64/%{cuda_version}/NVIDIA-Linux-x86_64-%{cuda_version}.run
Source3:
http://download.nvidia.com/XFree86/Linux-aarch64/%{cuda_version}/NVIDIA-Linux-aarch64-%{cuda_version}.run
%endif
@@ -57,6 +60,8 @@
Source5: kernel-firmware-nvidia-gspx-G06-cuda-rpmlintrc
NoSource: 0
NoSource: 1
+# Only required to distinguish between build and factor-auto
+BuildRequires: kernel-macros
%if 0%{simpletest} == 0
Provides: multiversion(kernel)
%endif