6 Commits

Author SHA256 Message Date
29ed1c505f Accepting request 1325509 from hardware
OBS-URL: https://build.opensuse.org/request/show/1325509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gasket-driver?expand=0&rev=4
2026-01-06 16:45:56 +00:00
OBS User buildservice-autocommit
e0b439c7e7 Updating link to change in openSUSE:Factory/gasket-driver revision 4
OBS-URL: https://build.opensuse.org/package/show/hardware/gasket-driver?expand=0&rev=c49134298e2a409ff77fa24e1782f2f3
2026-01-06 16:45:56 +00:00
d7acf22baa Accepting request 1188192 from hardware
initialized devel package after accepting 1188192

OBS-URL: https://build.opensuse.org/request/show/1188192
OBS-URL: https://build.opensuse.org/package/show/hardware/gasket-driver?expand=0&rev=22
2024-07-18 17:16:45 +00:00
Chris Bradbury
b1725a8e56 Accepting request 1188174 from home:chrBrd:branches:hardware
Tidy up project following kernel >= 6.8 fix

OBS-URL: https://build.opensuse.org/request/show/1188174
OBS-URL: https://build.opensuse.org/package/show/hardware/gasket-driver?expand=0&rev=21
2024-07-17 12:02:15 +00:00
Chris Bradbury
64d7bfcce5 Accepting request 1169726 from home:spaced30:branches:hardware
fix compile error with kernel >=6.8.0,
see also https://github.com/google/gasket-driver/pull/26

OBS-URL: https://build.opensuse.org/request/show/1169726
OBS-URL: https://build.opensuse.org/package/show/hardware/gasket-driver?expand=0&rev=20
2024-07-17 10:12:15 +00:00
aeac836e25 Accepting request 1152132 from home:dimstar:rpm4.20:g
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1152132
OBS-URL: https://build.opensuse.org/package/show/hardware/gasket-driver?expand=0&rev=18
2024-03-27 13:16:02 +00:00
3 changed files with 9 additions and 4 deletions

Binary file not shown.

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# 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} == 150600
%if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 160000
%patch -P 0 -p1
%endif