Repository: ambari Updated Branches: refs/heads/branch-2.1 0f86b97a5 -> 7e7a109d5 refs/heads/trunk 222b0292e -> 3e4ac6e7a
AMBARI-11955. After installing new repo version, some packages are installed from non-current repository under Centos 6 (dlysnichenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3e4ac6e7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3e4ac6e7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3e4ac6e7 Branch: refs/heads/trunk Commit: 3e4ac6e7a8014e0266598d9ccac6f4879b38f6f8 Parents: 222b029 Author: Lisnichenko Dmitro <[email protected]> Authored: Tue Jun 16 20:31:25 2015 +0300 Committer: Lisnichenko Dmitro <[email protected]> Committed: Tue Jun 16 20:31:25 2015 +0300 ---------------------------------------------------------------------- .../stacks/HDP/2.3/services/PIG/metainfo.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3e4ac6e7/ambari-server/src/main/resources/stacks/HDP/2.3/services/PIG/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/PIG/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/PIG/metainfo.xml index 515f6fe..8ba2426 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/PIG/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/PIG/metainfo.xml @@ -23,19 +23,14 @@ <version>0.15.0.2.3</version> <osSpecifics> <osSpecific> - <osFamily>any</osFamily> - <packages> - <package> - <name>datafu</name> - </package> - </packages> - </osSpecific> - <osSpecific> <osFamily>redhat7,redhat6,suse11</osFamily> <packages> <package> <name>pig_2_3_*</name> </package> + <package> + <name>datafu_2_3_*</name> + </package> </packages> </osSpecific> <osSpecific> @@ -44,6 +39,9 @@ <package> <name>pig-2-3-.*</name> </package> + <package> + <name>datafu-2-3-.*</name> + </package> </packages> </osSpecific> </osSpecifics>
