From 2e105514f9e629d3c6d3d3463a97fe62e968db03269cd15f2b844be1ce9b590f Mon Sep 17 00:00:00 2001 From: Chris Bradbury Date: Thu, 20 Jul 2023 00:43:39 +0000 Subject: [PATCH] Accepting request 1099603 from home:chrBrd:branches:hardware Add additional patch info. OBS-URL: https://build.opensuse.org/request/show/1099603 OBS-URL: https://build.opensuse.org/package/show/hardware/gasket-driver?expand=0&rev=13 --- gasket-driver.spec | 5 +++++ 1 file changed, 5 insertions(+) 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