Skip to content

Commit

Permalink
Merge pull request #1504 from OpenNMS/jira/HZN-492
Browse files Browse the repository at this point in the history
HZN-492: add jicmp* dependencies to Minion
  • Loading branch information
Jesse White committed May 24, 2017
2 parents 082ae91 + a532873 commit b6f5cba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion opennms-assemblies/minion/src/main/filtered/debian/control
Expand Up @@ -16,7 +16,7 @@ Description: distributed OpenNMS monitoring client

Package: opennms-minion-container
Architecture: all
Depends: oracle-java8-installer | openjdk-8-jre | java8-runtime | java8-runtime-headless, adduser, openssh-client, uuid-runtime, sudo
Depends: oracle-java8-installer | openjdk-8-jre | java8-runtime | java8-runtime-headless, adduser, openssh-client, uuid-runtime, sudo, jicmp (>= 2.0.0), jicmp6 (>= 2.0.0)
Description: distributed OpenNMS monitoring client (main container)
OpenNMS Minion is a container infrastructure for distributed, scalable network
management and monitoring.
Expand Down
4 changes: 4 additions & 0 deletions tools/packages/minion/minion.spec
Expand Up @@ -89,6 +89,10 @@ Requires(pre): %{name}-container = %{version}-%{release}
Requires: %{name}-container = %{version}-%{release}
Requires(post): util-linux
Requires: util-linux
Requires: jicmp >= 2.0.0
Requires(pre): jicmp >= 2.0.0
Requires: jicmp6 >= 2.0.0
Requires(pre): jicmp6 >= 2.0.0

%description features-core
Minion Core Features
Expand Down

0 comments on commit b6f5cba

Please sign in to comment.