Author: qboosh Date: Fri Dec 2 17:20:33 2011 GMT Module: packages Tag: HEAD ---- Log message: - BR: libnl1-devel; it's ready for libnl 2.0 but not 3.2; changing -lnl to -lnl-3 is not sufficient
---- Files affected: packages/libpcap: libpcap.spec (1.93 -> 1.94) ---- Diffs: ================================================================ Index: packages/libpcap/libpcap.spec diff -u packages/libpcap/libpcap.spec:1.93 packages/libpcap/libpcap.spec:1.94 --- packages/libpcap/libpcap.spec:1.93 Mon Nov 28 18:36:32 2011 +++ packages/libpcap/libpcap.spec Fri Dec 2 18:20:27 2011 @@ -1,7 +1,7 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_with pfring # http://www.ntop.org/PF_RING.html +%bcond_with pfring # http://www.ntop.org/PF_RING.html %bcond_without bluetooth # disable bluetooth support Summary: Libpcap provides promiscuous mode access to network interfaces @@ -18,15 +18,15 @@ Group: Libraries Source0: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz # Source0-md5: dfb8aa690b7a29821bfa183025436569 +Patch0: %{name}-bonding.patch Patch1: %{name}-pf_ring.patch -Patch2: %{name}-bonding.patch URL: http://www.tcpdump.org/ BuildRequires: autoconf >= 2.53 BuildRequires: automake BuildRequires: bison %{?with_bluetooth:BuildRequires: bluez-libs-devel} BuildRequires: flex -BuildRequires: libnl-devel >= 1:3.0 +BuildRequires: libnl1-devel >= 1.0 %{?with_pfring:BuildRequires: libpfring-devel} Obsoletes: libpcap0 Obsoletes: libpcap_mmap @@ -152,8 +152,8 @@ %prep %setup -q +%patch0 -p1 %{?with_pfring:%patch1 -p0} -%patch2 -p1 %build cp -f /usr/share/automake/config.sub . @@ -213,6 +213,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.94 2011/12/02 17:20:27 qboosh +- BR: libnl1-devel; it's ready for libnl 2.0 but not 3.2; changing -lnl to -lnl-3 is not sufficient + Revision 1.93 2011/11/28 17:36:32 arekm - up to 1.2.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libpcap/libpcap.spec?r1=1.93&r2=1.94&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
