Repository: incubator-hawq Updated Branches: refs/heads/HAWQ-1006 [created] 9f496a7e4
HAWQ-1006. Fix RPM compliance in Redhat Satellite. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/9f496a7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/9f496a7e Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/9f496a7e Branch: refs/heads/HAWQ-1006 Commit: 9f496a7e40d70f1f76fddb38be3dbd5cb512ec94 Parents: 189a2c3 Author: Oleksandr Diachenko <[email protected]> Authored: Mon Aug 15 16:49:22 2016 -0700 Committer: Oleksandr Diachenko <[email protected]> Committed: Mon Aug 15 16:49:22 2016 -0700 ---------------------------------------------------------------------- pxf/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/9f496a7e/pxf/build.gradle ---------------------------------------------------------------------- diff --git a/pxf/build.gradle b/pxf/build.gradle index 23d688f..40227c8 100644 --- a/pxf/build.gradle +++ b/pxf/build.gradle @@ -472,6 +472,10 @@ task tomcatRpm(type: Rpm) { license = project.license user = 'root' permissionGroup = 'root' + packager = '[email protected]' + packageDescription = 'Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies.' + packageGroup = 'Development/Libraries' + release = project.release preInstall file('tomcat/src/scripts/pre-install.sh')
