[libpcap] buildsys: don't link against libnl

Michal Sekletar msekleta at fedoraproject.org
Tue Apr 1 09:51:57 UTC 2014


commit ca91a036aeca25bc34332ecca4a346bd732d1158
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Tue Apr 1 11:48:20 2014 +0200

    buildsys: don't link against libnl
    
    Linking against libnl is no longer desired by upstream and there has been a
    discusion about dropping the code using libnl and to write libpcap's own netlink
    library/wrapper. Preserve status quo for now and drop linking against libnl.

 libpcap.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libpcap.spec b/libpcap.spec
index 919f8ee..dd995fc 100644
--- a/libpcap.spec
+++ b/libpcap.spec
@@ -1,12 +1,12 @@
 Name: libpcap
 Epoch: 14
 Version: 1.5.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A system-independent interface for user-level packet capture
 Group: Development/Libraries
 License: BSD with advertising
 URL: http://www.tcpdump.org
-BuildRequires: glibc-kernheaders >= 2.2.0 bison flex bluez-libs-devel libnl-devel
+BuildRequires: glibc-kernheaders >= 2.2.0 bison flex bluez-libs-devel
 
 Source:  http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
 Patch1:  libpcap-man.patch
@@ -84,6 +84,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libpcap.a
 %{_mandir}/man5/pcap*.5*
 
 %changelog
+* Mon Mar 31 2014 Michal Sekletar <msekleta at redhat.com> - 14:1.5.3-3
+- don't link against libnl
+
 * Fri Mar 28 2014 Michal Sekletar <msekleta at redhat.com> - 14:1.5.3-2
 - link against libnl (#765716)
 


More information about the scm-commits mailing list