Repository: incubator-hawq Updated Branches: refs/heads/master 14df7bca1 -> 86084994c
HAWQ-1322. Changed RPS RPM name to hawq-ranger-plugin_<version> (closes #1131) Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/86084994 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/86084994 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/86084994 Branch: refs/heads/master Commit: 86084994c2a36d7726a93cb5c15801947cf69f0a Parents: 14df7bc Author: Alexander Denissov <[email protected]> Authored: Fri Feb 10 12:13:23 2017 -0800 Committer: Alexander Denissov <[email protected]> Committed: Fri Feb 17 12:05:03 2017 -0800 ---------------------------------------------------------------------- ranger-plugin/pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/86084994/ranger-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-plugin/pom.xml b/ranger-plugin/pom.xml index bf24df9..0846c48 100644 --- a/ranger-plugin/pom.xml +++ b/ranger-plugin/pom.xml @@ -68,18 +68,22 @@ <configuration> <copyright>ASL 2.0</copyright> <group>org.apache.hawq.ranger</group> + <name>hawq-ranger-plugin_${hawq.name.version}</name> <defaultUsername>gpadmin</defaultUsername> <defaultGroupname>gpadmin</defaultGroupname> <description> HAWQ Ranger plugin. </description> - <release>${release.version}</release> + <release>${release.version}%{?dist}</release> <requires> <require>bigtop-tomcat</require> <require>hawq_${hawq.name.version} >= ${project.version}</require> </requires> <mappings> <mapping> + <directory>/usr/local/hawq_${hawq.name.version}/ranger</directory> + </mapping> + <mapping> <directory>/usr/local/hawq_${hawq.name.version}/ranger/bin</directory> <filemode>750</filemode> <sources> @@ -177,7 +181,6 @@ </source> </sources> </mapping> - </mappings> </configuration> </plugin>
