diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-29 16:43:20 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-29 16:43:20 +0000 |
commit | 4e06cd88cd90e82e8361fcc19e35fa47ed8224fa (patch) | |
tree | c66f43b9558954806a0bc32273a0bbf303a57ca3 | |
parent | 6f9c0cd98586e4ad897d15a0c37eb2e70c48f032 (diff) |
automatic import of dpdk
-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 |