Skip to content

Commit 40be195

Browse files
committed
RPM/DEB packages: add dependency on zlib
1 parent 8b2ca9a commit 40be195

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pkg/deb/templates/control.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ Section: net
55
Priority: optional
66
Standards-Version: 3.9.8
77
Build-Depends: debhelper (>= 10), cmake (>= 2.8.8), doxygen, make (>= 4.0),
8-
libfds-dev, gcc (>= 4.8), g++ (>= 4.8), pkg-config
8+
libfds-dev, gcc (>= 4.8), g++ (>= 4.8), pkg-config,
9+
zlib1g-dev
910

1011
Package: @CPACK_PACKAGE_NAME@
1112
Architecture: any
12-
Depends: ${shlibs:Depends}, ${misc:Depends}, libfds (>= 0.2.0)
13+
Depends: ${shlibs:Depends}, ${misc:Depends}, libfds (>= 0.2.0), zlib1g
1314
Description: @CPACK_PACKAGE_DESCRIPTION_SUMMARY@
1415
IPFIXcol is a flexible IPFIX (RFC 7011) flow data collector designed to
1516
be extensible by plugins.

pkg/rpm/ipfixcol2.spec.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Packager: @CPACK_PACKAGE_CONTACT@
1212

1313
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
1414
BuildRequires: gcc >= 4.8, gcc-c++ >= 4.8, cmake >= 2.8.8, make
15-
BuildRequires: libfds-devel, python2-docutils
16-
Requires: libfds >= 0.2.0
15+
BuildRequires: libfds-devel, python2-docutils, zlib-devel
16+
Requires: libfds >= 0.2.0, zlib
1717

1818
%description
1919
IPFIXcol is a flexible IPFIX (RFC 7011) flow data collector designed to

0 commit comments

Comments
 (0)