Skip to content

Commit 4dc2d71

Browse files
author
Tomas Jansky
committed
increased version, added nemea-framework as a dependency, increased revision, released RPM package
1 parent 13fea15 commit 4dc2d71

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([nemea], [2.2.4], [traffic-analysis@cesnet.cz])
5+
AC_INIT([nemea], [2.3.0], [traffic-analysis@cesnet.cz])
66
AM_INIT_AUTOMAKE([foreign subdir-objects])
77
RELEASE=1
88
AC_SUBST(RELEASE)

nemea-supervisor

Submodule nemea-supervisor updated 52 files

nemea.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Vendor: CESNET, z.s.p.o.
1010
Packager: @USERNAME@ <@USERMAIL@>
1111
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
1212
BuildArch: noarch
13-
Requires: libtrap nemea-common nemea-modules nemea-detectors nemea-python nemea-pycommon nemea-supervisor
13+
Requires: nemea-framework libtrap nemea-common nemea-modules nemea-detectors nemea-python nemea-pycommon nemea-supervisor
1414

1515
%description
1616
Meta-package of the Nemea system, the distributed modular system for network traffic analysis and anomaly detection.

0 commit comments

Comments
 (0)