mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Merge pull request #1199 from jamtur01/aslrpm
Fixed RPM license linting error. Reviewing existing in-the-wild usage of rpm 'License' fields, nobody agrees on the correct thing to use. However, Redhat recommends "ASL 2.0" to mean "Apache License 2.0" (https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing) so we will use that.
This commit is contained in:
commit
bd5dff73ef
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ case $os in
|
|||
--description "$DESCRIPTION" \
|
||||
-d "jre >= 1.6.0" \
|
||||
--vendor "Elasticsearch" \
|
||||
--license "Apache 2.0" \
|
||||
--license "ASL 2.0" \
|
||||
--rpm-use-file-permissions \
|
||||
--rpm-user root --rpm-group root \
|
||||
--before-install centos/before-install.sh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue