Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6c61ee4fd7 |
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user