import libpcap-1.9.1-4.el8

This commit is contained in:
CentOS Sources 2020-07-28 19:16:58 +00:00 committed by Andrew Lukoshko
parent c3e3d4afcb
commit 8e39991e8e

View File

@ -1,7 +1,7 @@
Name: libpcap
Epoch: 14
Version: 1.9.1
Release: 2%{?dist}
Release: 4%{?dist}
Summary: A system-independent interface for user-level packet capture
License: BSD with advertising
URL: http://www.tcpdump.org
@ -11,7 +11,6 @@ BuildRequires: bluez-libs-devel
BuildRequires: flex
BuildRequires: git
BuildRequires: glibc-kernheaders >= 2.2.0
BuildRequires: rdma-core-devel
Source: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
@ -58,7 +57,7 @@ sed -i -e 's|-fpic|-fPIC|g' configure
%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure --enable-rdma
%configure
make %{?_smp_mflags}
%install
@ -86,6 +85,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libpcap.a
%{_mandir}/man5/pcap*.5*
%changelog
* Fri May 22 2020 Michal Ruprich <michalruprich@gmail.com> - 14:1.9.1-4
- Related: #1806422 - Building libpcap to side-tag for tcpdump
* Fri May 22 2020 Michal Ruprich <michalruprich@gmail.com> - 14:1.9.1-3
- Related: #1743650 - reverting rdma changes due to unresolved dependency loop
* Wed May 06 2020 Michal Ruprich <michalruprich@gmail.com> - 14:1.9.1-2
- Related: #1806422 - Building libpcap to side-tag for tcpdump