SHA256
1
0
forked from pool/dpdk

- 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:
Ana Guerrero 2024-07-24 06:52:37 +00:00 committed by Git OBS Bridge
parent b3e62b524a
commit 05f820d99d
2 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -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