name rpm/deb oss packages as logstash-oss

Fixes #10833
This commit is contained in:
Joao Duarte 2019-05-29 11:53:03 +01:00 committed by João Duarte
parent 78607d2bbb
commit 3d84827174

View file

@ -498,7 +498,7 @@ namespace "artifact" do
# TODO(sissel): Invoke Pleaserun to generate the init scripts/whatever
out.name = "logstash"
out.name = oss ? "logstash-oss" : "logstash"
out.version = "#{LOGSTASH_VERSION}#{PACKAGE_SUFFIX}".gsub(/[.-]([[:alpha:]])/, '~\1')
out.architecture = "all"
# TODO(sissel): Include the git commit hash?