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 2025-02-18 21:03:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed (Old)
and /work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.8181
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvidia-open-driver-G06-signed"
Tue Feb 18 21:03:29 2025 rev:59 rq:1246759 version:570.86.16
Changes:
--------
---
/work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed/nvidia-open-driver-G06-signed.changes
2025-02-11 21:30:42.553317940 +0100
+++
/work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.8181/nvidia-open-driver-G06-signed.changes
2025-02-18 21:03:31.475245765 +0100
@@ -1,0 +2,18 @@
+Tue Feb 18 17:37:31 UTC 2025 - Egbert Eich <[email protected]>
+
+- In the module install path revert the order of the 'updates'
+ subdirectory and the package name & version. This satisfies
+ the kmp dependency checker (boo#1237308).
+
+--------------------------------------------------------------------
+Tue Feb 4 07:39:11 UTC 2025 - Egbert Eich <[email protected]>
+
+- Add a directory identifying the KMP and its version to the module
+ install path - i.e.:
+ <kernel_version>/nvidia-open-driver-G06-signed-<version>/updates
+ instead of:
+ <kernel_version>/updates
+ This avoids conflicts when a new version is built against the
+ same kernel release.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nvidia-open-driver-G06-signed.spec ++++++
--- /var/tmp/diff_new_pack.WB8o5O/_old 2025-02-18 21:03:32.523289518 +0100
+++ /var/tmp/diff_new_pack.WB8o5O/_new 2025-02-18 21:03:32.527289685 +0100
@@ -216,7 +216,7 @@
export BRP_PESIGN_FILES="*.ko"
export BRP_PESIGN_COMPRESS_MODULE=%{compress_modules}
export INSTALL_MOD_PATH=%{buildroot}
-export INSTALL_MOD_DIR=%{name}-%{version}/%{kernel_module_package_moddir}
+export INSTALL_MOD_DIR=%{kernel_module_package_moddir}/%{name}-%{version}
for flavor in %{flavors_to_build}; do
pushd obj/$flavor
if [ -d /usr/src/linux-$flavor ]; then
++++++ kmp-filelist ++++++
--- /var/tmp/diff_new_pack.WB8o5O/_old 2025-02-18 21:03:32.631294027 +0100
+++ /var/tmp/diff_new_pack.WB8o5O/_new 2025-02-18 21:03:32.635294194 +0100
@@ -1,6 +1,6 @@
%defattr (-,root,root)
%dir %{kernel_module_directory}/%2-%1
-%dir %{kernel_module_directory}/%2-%1/%{name}-%{version}
-%dir %{kernel_module_directory}/%2-%1/%{name}-%{version}/updates
-%{kernel_module_directory}/%2-%1/%{name}-%{version}/updates/nvidia*.ko
+%dir %{kernel_module_directory}/%2-%1/updates
+%dir %{kernel_module_directory}/%2-%1/updates/%{name}-%{version}
+%{kernel_module_directory}/%2-%1/updates/%{name}-%{version}/nvidia*.ko