- use %autopatch even for older distros, -M *is* supported there
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=157
This commit is contained in:
parent
b3e62b524a
commit
05f820d99d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 06:25:38 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
- use %autopatch even for older distros, -M *is* supported there
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 16 08:47:23 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
|
@ -183,13 +183,8 @@ The DPDK Kernel NIC Interface (KNI) allows userspace applications access to the
|
||||
%if 0%{?suse_version} > 1600
|
||||
%autopatch -p1
|
||||
%else
|
||||
# grr, no fs.copyfile() in the old meson in SLE.
|
||||
# and no -m and -M to %%autopatch in SLE either. Yuck.
|
||||
%patch -P 0 -p1
|
||||
%patch -P 1 -p1
|
||||
%patch -P 2 -p1
|
||||
%patch -P 3 -p1
|
||||
%patch -P 4 -p1
|
||||
# grr, no fs.copyfile() in the old meson in SLE (but it has old enough kernel).
|
||||
%autopatch -p1 -M 99
|
||||
%endif
|
||||
|
||||
# Skip not supported examples
|
||||
|
Loading…
Reference in New Issue
Block a user