--- rpms/smeserver-git/contribs9/smeserver-git.spec 2016/06/10 14:50:07 1.4 +++ rpms/smeserver-git/contribs9/smeserver-git.spec 2016/06/11 18:53:22 1.5 @@ -1,6 +1,6 @@ %define name smeserver-git %define version 1.1.0 -%define release 3 +%define release 4 Summary: Centralised Git repositories with setup and configuration through SME Server admin panels. Name: %{name} Version: %{version} @@ -19,6 +19,7 @@ Requires: git AutoReqProv: no Patch1: smeserver-git-1.1.0-fix_missing_group_modify_event_check.patch Patch2: smeserver-git-1.1.0-rewriterules_for_dot_git.patch +Patch3: smeserver-git-1.1.0-LocationMatch.patch %description smeserver-git enables centralised git repositories on an SME server and enables @@ -29,6 +30,12 @@ installs and enables the git server on t host.com/git. Repositories are then available as https://host.com/git/gitrepo.git. %changelog +* Sat Jun 11 2016 Jean-Philipe Pialasse 1.1.0-4.sme +- commented out back the rewrite rule on HEAD etc to allow CLI git +- fix auth not asked with Location after RewriteRule [SME: 9202] +- add trailing slash to root git url if omited +- only using git/repo.git or git/gitweb.cgi/repo.git will ask for auth + * Fri Jun 10 2016 Jean-Philipe Pialasse 1.1.0-3.sme - fix allow to see .git short url with gitweb [SME: 9202] @@ -95,6 +102,7 @@ host.com/git. Repositories are then avai %setup %patch1 -p1 %patch2 -p1 +%patch3 -p1 mkdir -p root/home/e-smith/files/git/ %build