Repository: incubator-hawq Updated Branches: refs/heads/HAWQ-1006 9f496a7e4 -> f5ff0cc72 (forced update)
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/f5ff0cc7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/f5ff0cc7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/f5ff0cc7 Branch: refs/heads/HAWQ-1006 Commit: f5ff0cc72ae3a6811d38af48084406b9e6aa3658 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 17:02:27 2016 -0700 ---------------------------------------------------------------------- pxf/build.gradle | 4 ++++ pxf/gradle.properties | 1 + 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/f5ff0cc7/pxf/build.gradle ---------------------------------------------------------------------- diff --git a/pxf/build.gradle b/pxf/build.gradle index 23d688f..7855c29 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.osFamily preInstall file('tomcat/src/scripts/pre-install.sh') http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/f5ff0cc7/pxf/gradle.properties ---------------------------------------------------------------------- diff --git a/pxf/gradle.properties b/pxf/gradle.properties index 270a435..06d6c3a 100644 --- a/pxf/gradle.properties +++ b/pxf/gradle.properties @@ -24,3 +24,4 @@ hbaseVersionJar=1.1.2 hbaseVersionRPM=1.1.2 tomcatVersion=7.0.62 pxfProtocolVersion=v14 +osFamily=el6
