Skip to content

Commit 21897b8

Browse files
committed
RPM & DEB packages: Update dependencies in RPM spec file and DEB control file
Now it requires libfds >= 0.2.0
1 parent 2965d76 commit 21897b8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pkg/deb/templates/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ipfixcol2 (2.0.0-1) unstable; urgency=low
1+
ipfixcol2 (2.1.0-1) unstable; urgency=low
22

33
* Initial release.
44

pkg/deb/templates/control.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Homepage: http://www.liberouter.org/
44
Section: net
55
Priority: optional
66
Standards-Version: 3.9.8
7-
Build-Depends: debhelper (>= 10), cmake (>= 2.8.8), doxygen, make,
7+
Build-Depends: debhelper (>= 10), cmake (>= 2.8.8), doxygen, make (>= 4.0),
88
libfds-dev, gcc (>= 4.8), g++ (>= 4.8), pkg-config
99

1010
Package: @CPACK_PACKAGE_NAME@
1111
Architecture: any
12-
Depends: ${shlibs:Depends}, ${misc:Depends}, libfds (>= 0.1.0)
12+
Depends: ${shlibs:Depends}, ${misc:Depends}, libfds (>= 0.2.0)
1313
Description: @CPACK_PACKAGE_DESCRIPTION_SUMMARY@
1414
IPFIXcol is a flexible IPFIX (RFC 7011) flow data collector designed to
1515
be extensible by plugins.

pkg/deb/templates/copyright.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Upstream-Contact: @CPACK_PACKAGE_CONTACT@
33
Source: http://www.liberouter.org/
44

55
Files: *
6-
Copyright: 2015-2017 CESNET, z.s.p.o.
6+
Copyright: 2015-2019 CESNET, z.s.p.o.
77
License: BSD-3-clause
88
Redistribution and use in source and binary forms, with or without
99
modification, are permitted provided that the following conditions

pkg/rpm/ipfixcol2.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Packager: @CPACK_PACKAGE_CONTACT@
1313
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
1414
BuildRequires: gcc >= 4.8, gcc-c++ >= 4.8, cmake >= 2.8.8, make
1515
BuildRequires: libfds-devel, python2-docutils
16-
Requires: libfds >= 0.1.0
16+
Requires: libfds >= 0.2.0
1717

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

0 commit comments

Comments
 (0)