Skip to content

Commit 9580622

Browse files
committed
Merge branch 'devel' of https://github.com/CESNET/ipfixcol into devel
2 parents b2e42c7 + 5c2564d commit 9580622

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

plugins/input/udp_cpg/configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ AC_CHECK_PROG(RPMBUILD, rpmbuild, rpmbuild)
6565

6666
# Check for xsltproc
6767
LBR_CHECK_XSLTPROC
68+
AC_SUBST([BUILDREQS])
6869

6970
# Check for standard programs
7071
AC_PROG_CXX

plugins/input/udp_cpg/ipfixcol-udp-cpg-input.spec.in

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ Vendor: CESNET, z.s.p.o.
1010
Packager: @USERNAME@ <@USERMAIL@>
1111
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
1212

13-
BuildRequires: gcc make doxygen
14-
BuildRequires: ipfixcol-devel >= 0.7.1
15-
BuildRequires: corosynclib-devel
13+
BuildRequires: gcc autoconf libtool make doxygen libxslt libxml2-devel @BUILDREQS@
14+
BuildRequires: corosynclib-devel ipfixcol-devel >= 0.7.1
1615

17-
Requires: ipfixcol >= 0.7.1
18-
Requires: corosynclib
16+
Requires: corosynclib libxml2 ipfixcol >= 0.7.1
1917

2018
%description
2119
UDP input plugin for ipfixcol with support for template replication over CPG.

0 commit comments

Comments
 (0)