diff --git a/libpcap.spec b/libpcap.spec index 974f913580f383287cc8d4ce25d287303c4401b9..09c678a2e5125d5216a2c5ff631dedfb19dcd264 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -1,7 +1,7 @@ Name: libpcap Epoch: 14 Version: 1.10.4 -Release: 2 +Release: 4 Summary: A system-independent interface for user-level packet capture License: BSD URL: http://www.tcpdump.org @@ -15,6 +15,7 @@ Patch4: backport-0002-CVE-2023-7256.patch Patch5: backport-CVE-2024-8006.patch BuildRequires: make bison flex gcc glibc-kernheaders >= 2.2.0 +BuildRequires: rdma-core-devel %ifnarch i686 BuildRequires: bluez-libs-devel @@ -39,7 +40,7 @@ header files for libpcap %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -%configure +%configure --enable-rdma %make_build %install @@ -67,6 +68,12 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{_mandir}/man* %changelog +* Thu Jun 26 2025 liy460 - 14:1.10.4-4 +- Type: requirements +- ID:NA +- SUG:NA +- DESC: enable rdma capture support + * Mon Sep 23 2024 xingwei14 - 14:1.10.4-2 - Type:CVE - CVE:CVE-2023-7256 CVE-2024-8006