From 410147c754f6c80f20d89cc854c2215bb63068f2 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Sat, 2 Apr 2016 10:38:34 +0200 Subject: [PATCH] Added RPM metadata --- distribution/rpm/build.gradle | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/distribution/rpm/build.gradle b/distribution/rpm/build.gradle index 177ab518a10..a3777d39029 100644 --- a/distribution/rpm/build.gradle +++ b/distribution/rpm/build.gradle @@ -33,8 +33,11 @@ task buildRpm(type: Rpm) { version version release '1' } - arch NOARCH - os LINUX + arch 'NOARCH' + os 'LINUX' + license '2009' + distribution 'Elasticsearch' + vendor 'Elasticsearch' // TODO ospackage doesn't support icon but we used to have one }