From 7e4d508a680ea79cd132092f1587d7508044263356e268549d6d4ce026e29224 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 21 Jun 2006 12:44:26 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:monitoring/pmacct?expand=0&rev=16 --- pmacct.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pmacct.spec b/pmacct.spec index 481d91e..9f4599e 100644 --- a/pmacct.spec +++ b/pmacct.spec @@ -19,6 +19,9 @@ BuildRequires: sqlite-devel %else BuildRequires: sqlite-devel %endif +%if %{?fedora_version:1}0 +BuildRequires: kernel +%endif %description pmacct is a small set of passive network monitoring tools to measure, account, classify and aggregate IPv4 and IPv6 traffic; a pluggable and flexible architecture allows to store the collected traffic data into memory tables or SQL (MySQL, SQLite, PostgreSQL) databases. pmacct supports fully customizable historical data breakdown, flow sampling, filtering and tagging, recovery actions, and triggers. Libpcap, sFlow v2/v4/v5 and NetFlow v1/v5/v7/v8/v9 are supported, both unicast and multicast. Also, a client program makes it easy to export data to tools like RRDtool, GNUPlot, Net-SNMP, MRTG, and Cacti.