summaryrefslogtreecommitdiffstats
path: root/node-admin/vespa-node-admin.spec
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2018-02-11 19:19:45 +0000
committerHåkon Hallingstad <hakon@oath.com>2018-02-11 19:19:45 +0000
commit5b7fbd2ad6031ead119f5a31191c2a4038ebf32d (patch)
tree3eccaa347130d4e33ce26089b357d885c8b864b1 /node-admin/vespa-node-admin.spec
parent38a5af4c6be8020fbf4dd0370b6931399af4c8ff (diff)
Add bouncycastle to vespa-node-admin RPM
Diffstat (limited to 'node-admin/vespa-node-admin.spec')
-rw-r--r--node-admin/vespa-node-admin.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/node-admin/vespa-node-admin.spec b/node-admin/vespa-node-admin.spec
index 049e66bf22f..d270143976c 100644
--- a/node-admin/vespa-node-admin.spec
+++ b/node-admin/vespa-node-admin.spec
@@ -32,6 +32,7 @@ cp node-admin/src/main/application/services.xml "$app_dir"
declare -a jar_components=(
node-admin/target/node-admin-jar-with-dependencies.jar
+ node-admin/target/node-admin-app/components/*
docker-api/target/docker-api-jar-with-dependencies.jar
)
for path in "${jar_components[@]}"; do