You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2015/06/07 15:53:04 UTC

ambari git commit: AMBARI-11769. When "import rpm" is not available installation of all components on sles11sp3 fails (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 5459fefdb -> 2fc88fa76


AMBARI-11769. When "import rpm" is not available installation of all components on sles11sp3 fails (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2fc88fa7
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2fc88fa7
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2fc88fa7

Branch: refs/heads/trunk
Commit: 2fc88fa7646e914ff2a04ef2a2546407f013e228
Parents: 5459fef
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Sun Jun 7 16:52:46 2015 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Sun Jun 7 16:52:46 2015 +0300

----------------------------------------------------------------------
 ambari-agent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2fc88fa7/ambari-agent/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index 757bbfc..12e6719 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -192,8 +192,8 @@
           <group>Development</group>
           <description>Maven Recipe: RPM Package.</description>
           <requires>
-            <require>openssl
-%define _binaries_in_noarch_packages_terminate_build   0</require>
+            <require>openssl</require>
+            <require>rpm-python</require>
             <require>zlib</require>
             <require>${python.ver}</require>
           </requires>