diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | dpdk.spec | 4 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -1,2 +1,3 @@ /dpdk-23.11.1.tar.xz /dpdk-23.11.2.tar.xz +/dpdk-23.11.3.tar.xz @@ -9,7 +9,7 @@ %global _vpath_builddir %{_vendor}-%{_target_os}-build Name: dpdk -Version: 23.11.2 +Version: 23.11.3 Release: 1%{?dist} Epoch: 3 URL: http://dpdk.org @@ -32,7 +32,7 @@ License: BSD and LGPLv2 and GPLv2 # other techniques, carefully crafted assembly instructions. As such it # needs extensive work to port it to other architectures. # -ExclusiveArch: x86_64 i686 aarch64 ppc64le +ExcludeArch: s390x BuildRequires: gcc BuildRequires: kernel-headers, libpcap-devel, doxygen, /usr/bin/sphinx-build, zlib-devel @@ -1 +1 @@ -2302761342ae97505f3aebece1f4539e dpdk-23.11.2.tar.xz +ea96a513704ba61ed76eb8b3b47457ff dpdk-23.11.3.tar.xz |