1 Commits

Author SHA256 Message Date
6c61ee4fd7 Import openSUSE:Leap:16.0 modifications 2025-08-12 11:56:42 +02:00
3 changed files with 4 additions and 9 deletions

Binary file not shown.

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
Tue Jan 6 01:23:50 UTC 2026 - Chris Bradbury <opensuse@chrbrd.com>
- Fix for Leap/SLES 15 builds greater than 15.6
-------------------------------------------------------------------
Fri Jan 24 14:59:28 UTC 2025 - Chris Bradbury <opensuse@chrbrd.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gasket-driver
#
# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -120,7 +120,7 @@ The Linux Kernel Module Package for the Coral Gasket Driver.
mkdir -p obj
# Apply the patch for `DMA_BUF` module namespace backports.
%if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 160000
%if 0%{?sle_version} == 150500 || 0%{?sle_version} == 150600
%patch -P 0 -p1
%endif