You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by hi...@apache.org on 2012/06/27 00:20:29 UTC

svn commit: r1354268 - in /incubator/ambari/trunk: CHANGES.txt hmc/package/rpm/SPECS/ambari.spec

Author: hitesh
Date: Tue Jun 26 22:20:28 2012
New Revision: 1354268

URL: http://svn.apache.org/viewvc?rev=1354268&view=rev
Log:
AMBARI-549. rpm should have a dependency on php-posix (Contributed by Hitesh)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/hmc/package/rpm/SPECS/ambari.spec

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1354268&r1=1354267&r2=1354268&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Tue Jun 26 22:20:28 2012
@@ -6,6 +6,8 @@ characters wide.
 
 Release 1.0.0 - unreleased
 
+  AMBARI-549. rpm should have a dependency on php-posix (hitesh)
+
   AMBARI-578. Custom Config page: don't allow form submission if there are
   client-side validation errors (yusaku)
 

Modified: incubator/ambari/trunk/hmc/package/rpm/SPECS/ambari.spec
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/package/rpm/SPECS/ambari.spec?rev=1354268&r1=1354267&r2=1354268&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/package/rpm/SPECS/ambari.spec (original)
+++ incubator/ambari/trunk/hmc/package/rpm/SPECS/ambari.spec Tue Jun 26 22:20:28 2012
@@ -34,7 +34,7 @@ Source: %{name}-%{version}.tar.gz
 Source1: ambari.init.in
 Source3: ambari-agent.init.in
 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
-Requires: php >= 5, sqlite >= 3, php-pdo, php-pecl-json, httpd, puppet = 2.7.9, pdsh, httpd-devel, ruby-devel, rubygems, mod_passenger, mod_ssl
+Requires: php >= 5, sqlite >= 3, php-pdo, php-pecl-json, php-posix, httpd, puppet = 2.7.9, pdsh, httpd-devel, ruby-devel, rubygems, mod_passenger, mod_ssl
 %define web_prefixdir %{_prefix}/share/hmc
 %define httpd_confdir %{_sysconfdir}/httpd/conf.d
 %define puppet_master_dir %{_sysconfdir}/puppet/master