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, master has been updated
via 7b27b0989d668f8cb32903df17a5db3d74332c0a (commit)
from c716bc73b663dbbd43246409f9fde50b6a640e27 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=7b27b0989d668f8cb32903df17a5db3d74332c0a
commit 7b27b0989d668f8cb32903df17a5db3d74332c0a
Author: Franck Villaume <[email protected]>
Date: Mon May 9 13:15:17 2016 +0000
add missing dependency for CentOS 7
diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index 0c58ff5..54168bd 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -44,7 +44,7 @@ else
backports_rpm
yum --enablerepo=epel install -y httpd-itk
yum install -y gettext php-cli php-pgsql php-process php-mbstring
php-pear-HTTP \
- httpd mod_dav_svn mod_ssl postgresql-server nscd \
+ httpd mod_dav_svn mod_ssl postgresql-server postgresql-contrib nscd \
subversion viewvc python-pycurl git gitweb xinetd \
moin mod_wsgi python-psycopg2 \
unoconv poppler-utils
diff --git a/src/rpm/fusionforge.spec.in b/src/rpm/fusionforge.spec.in
index 8d8086b..3a96d15 100644
--- a/src/rpm/fusionforge.spec.in
+++ b/src/rpm/fusionforge.spec.in
@@ -109,7 +109,7 @@ fi
%package db-local
Summary: Collaborative development tool - database (using PostgreSQL)
-Requires: %{name}-common = %{version}-%{release}, postgresql-server
+Requires: %{name}-common = %{version}-%{release}, postgresql-server,
postgresql-contrib
Provides: %{name}-db = %{version}-%{release}
%description db-local
FusionForge provides many tools to aid collaboration in a
-----------------------------------------------------------------------
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
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits