diff --git a/gasket-driver.spec b/gasket-driver.spec index 838abac..e27ba8a 100644 --- a/gasket-driver.spec +++ b/gasket-driver.spec @@ -64,6 +64,10 @@ Patch0: fix-for-backported-dma-buf-ns.patch # The function signature for `class_create()` was changed in kernels >= 6.4.x to only accept a # single argument (see kernel commit #dcfbb67). # This patch conditionally modifies how `class_create()` is called depending on the kernel version. +# See: +# https://github.com/google/gasket-driver/pull/13 +# https://github.com/google/gasket-driver/commit/83cbe8264fc63511e4e6250f2426749951a340c8.patch +# PATCH-FIX-OPENSUSE fix-kernel-gte-6.4.patch gh#google/gasket-driver!13 Patch1: fix-kernel-gte-6.4.patch # This directive instructs the build service to temporarily save the project's @@ -92,6 +96,7 @@ The driver contains two modules: # This magic "KMP" subpackage is documented in # https://en.opensuse.org/Kernel_Module_Packages#Specfile_mechanisms + %package KMP Summary: Gasket Driver kernel modules Group: System/Kernel