Added RPM metadata

This commit is contained in:
Clinton Gormley 2016-04-02 10:38:34 +02:00
parent 0539def016
commit 410147c754
1 changed files with 5 additions and 2 deletions

View File

@ -33,8 +33,11 @@ task buildRpm(type: Rpm) {
version version version version
release '1' release '1'
} }
arch NOARCH arch 'NOARCH'
os LINUX os 'LINUX'
license '2009'
distribution 'Elasticsearch'
vendor 'Elasticsearch'
// TODO ospackage doesn't support icon but we used to have one // TODO ospackage doesn't support icon but we used to have one
} }