[Fusionforge-commits] FusionForge branch feature/concurrent-ssh-http-for-scm updated. e15929faede183d81848e180377165dd861eb448

Roland Mas lolando at fusionforge.org
Thu Nov 27 17:37:26 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, feature/concurrent-ssh-http-for-scm has been updated
       via  e15929faede183d81848e180377165dd861eb448 (commit)
      from  c2e864c08542265870a9868b64f448765b318574 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e15929faede183d81848e180377165dd861eb448
Author: Roland Mas <lolando at debian.org>
Date:   Thu Nov 27 17:37:15 2014 +0100

    Ensure httpd-itk and mod_dav_svn are installed on CentOS

diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index 191be48..9019f3d 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -42,7 +42,7 @@ else
     yum install -y make tar
     backports_rpm
     yum install -y gettext php-cli php-pgsql php-process \
-	httpd mod_ssl postgresql-server nscd \
+	httpd httpd-itk mod_dav_svn mod_ssl postgresql-server nscd \
 	subversion augeas viewvc git gitweb \
 	mediawiki119 \
 	moin mod_wsgi python-psycopg2
diff --git a/src/rpm/fusionforge.spec.in b/src/rpm/fusionforge.spec.in
index dc54235..e7ccc3c 100644
--- a/src/rpm/fusionforge.spec.in
+++ b/src/rpm/fusionforge.spec.in
@@ -167,7 +167,7 @@ fi
 
 %package web
 Summary: Collaborative development tool - web part (using Apache)
-Requires: %{name}-common = %{version}-%{release}, %{name}-db = %{version}-%{release}, httpd, mod_ssl, php, php-pgsql, php-simplepie, php-pear-HTTP, php-nusoap
+Requires: %{name}-common = %{version}-%{release}, %{name}-db = %{version}-%{release}, httpd, mod_ssl, php, php-pgsql, php-simplepie, php-pear-HTTP, php-nusoap, httpd-itk, mod_dav_svn
 %description web
 FusionForge provides many tools to aid collaboration in a
 development project, such as bug-tracking, task management,

-----------------------------------------------------------------------

Summary of changes:
 autoinstall/install-src.sh  |    2 +-
 src/rpm/fusionforge.spec.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list