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:
Jordan Sissel 2014-03-23 15:17:26 -07:00
commit bd5dff73ef

View file

@ -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 \