--- rpms/smeserver-git/contribs8/smeserver-git.spec 2016/06/23 03:42:01 1.12 +++ rpms/smeserver-git/contribs8/smeserver-git.spec 2016/06/24 10:29:30 1.13 @@ -1,6 +1,6 @@ %define name smeserver-git %define version 1.0.0 -%define release 50 +%define release 51 Summary: Centralised Git repositories with setup and configuration through SME Server admin panels. Name: %{name} Version: %{version} @@ -32,6 +32,9 @@ installs and enables the git server on t host.com/git. Repositories are then available as https://host.com/git/gitrepo.git. %changelog +* Fri Jun 24 2016 Jean-Philipe Pialasse 1.0.0-51.sme +- remove wrong migrate fragment [SME: 9619] + * Wed Jun 22 2016 Jean-Philipe Pialasse 1.0.0-50.sme - fix missing ; in migrate fragment 80git to revert db permissions [SME: 9619] @@ -150,6 +153,12 @@ fi chown admin:www /home/e-smith/files/git /etc/rc7.d/S86httpd-e-smith sighup echo "---------------------------------------------------------" +# fixing needed permissions +chown root:www /home/e-smith/db/git +# fixing previous mess +chmod 640 /home/e-smnth/db/git +chmod 640 /home/e-smith/db/accounts +chmod 640 /home/e-smith/db/networks %postun if [ $1 -eq 0 ] ; then