Signed-off-by: Alfredo Deza <adeza@redhat.com>
#sed -i 's/^Source0:.*/Source0: http:\/\/ceph.com\/download\/%{name}-%{version}-rc1.tar.bz2/' ceph.spec.in
#sed -i 's/^%setup.*/%setup -q -n %{name}-%{version}-rc1/' ceph.spec.in
+# because autogen+configure will check for dependencies, we are forced to install them
+# and ensure they are present in the current host
+echo "Ensuring dependencies are installed"
+./install-deps.sh
+
# run submodule updates regardless
echo "Running submodule update ..."
git submodule update --init