Skip to content

Commit 7bffc39

Browse files
Removed pcap package from rpm and deb packages dependencies as we bundle it now
1 parent 2645fef commit 7bffc39

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/scripts/build_any_package.pl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ sub build_rpm_package {
137137
my $spec_file_summary_section = <<'DOC';
138138
Release: 1%{?dist}
139139
140-
Summary: A high performance DoS/DDoS load analyzer built on top of multiple packet capture engines (NetFlow, IPFIX, sFLOW, netmap, PCAP).
140+
Summary: A high performance DoS/DDoS load analyzer built on top of multiple packet capture engines (NetFlow, IPFIX, sFLOW, Netmap, PCAP).
141141
Group: System Environment/Daemons
142142
License: GPLv2
143143
URL: https://fastnetmon.com
@@ -153,7 +153,6 @@ sub build_rpm_package {
153153

154154
my $spec_file_requires_systemd_section = <<'DOC';
155155
156-
Requires: libpcap
157156
Requires(pre): shadow-utils
158157
Requires(post): systemd
159158
Requires(preun): systemd
@@ -321,7 +320,6 @@ sub build_deb_package {
321320
Priority: optional
322321
Architecture: $debian_architecture_name
323322
Version: $package_version
324-
Depends: libpcap0.8
325323
Description: Very fast DDoS analyzer with sFlow/Netflow/IPFIX and mirror support
326324
FastNetMon - A high performance DoS/DDoS attack sensor.
327325
DOC

0 commit comments

Comments
 (0)