--- rpms/smeserver-git/contribs8/smeserver-git.spec 2016/06/24 11:38:36 1.14 +++ rpms/smeserver-git/contribs8/smeserver-git.spec 2017/03/26 00:48:37 1.16 @@ -1,6 +1,6 @@ %define name smeserver-git %define version 1.0.0 -%define release 52 +%define release 54 Summary: Centralised Git repositories with setup and configuration through SME Server admin panels. Name: %{name} Version: %{version} @@ -14,6 +14,7 @@ Patch0: smeserver-git-1.0.0-locale-2016- Patch1: smeserver-git-1.0.0-fix_missing_group_modify_event_check.patch Patch2: smeserver-git-1.0.0-rewriterules_for_dot_git.patch Patch3: smeserver-git-1.0.0-LocationMatch.patch +Patch4: smeserver-git-1.0.0-locale-2017-03-25.patch Packager: Marco Hess BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version} @@ -31,7 +32,10 @@ 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-52.sme +* Sat Mar 25 2017 Jean-Philipe Pialasse 1.0.0-54.sme +- apply locale 2017-03-25 + +* Fri Jun 24 2016 Jean-Philipe Pialasse 1.0.0-53.sme - reverting git db to 644 as default-initialize_database will chown it root:admin * Fri Jun 24 2016 Jean-Philipe Pialasse 1.0.0-51.sme @@ -124,6 +128,7 @@ mkdir -p root/home/e-smith/files/git/ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build perl createlinks @@ -156,7 +161,7 @@ chown admin:www /home/e-smith/files/git echo "---------------------------------------------------------" # fixing needed permissions # fixing previous mess -chmod 640 /home/e-smith/db/git +chmod 644 /home/e-smith/db/git chmod 640 /home/e-smith/db/accounts chmod 640 /home/e-smith/db/networks