--- rpms/smeserver-git/contribs9/smeserver-git.spec 2015/02/04 18:29:39 1.1 +++ rpms/smeserver-git/contribs9/smeserver-git.spec 2016/06/10 14:50:07 1.4 @@ -1,6 +1,6 @@ %define name smeserver-git %define version 1.1.0 -%define release 0 +%define release 3 Summary: Centralised Git repositories with setup and configuration through SME Server admin panels. Name: %{name} Version: %{version} @@ -17,6 +17,8 @@ BuildRequires: e-smith-devtools Requires: e-smith-release >= 9.0 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 %description smeserver-git enables centralised git repositories on an SME server and enables @@ -27,6 +29,16 @@ 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 10 2016 Jean-Philipe Pialasse 1.1.0-3.sme +- fix allow to see .git short url with gitweb [SME: 9202] + +* Wed Mar 09 2016 JP Pialasse 1.1.0-2.sme +- apply locale 2016-03-09 patch + +* Wed Feb 17 2016 Marco Hess 1.1.0-3 +- Fixed erronous error message when updating a group due to + missing check for 'group-modify' in git user access list handling [SME: 9133] + * Fri Jan 30 2015 Marco Hess 1.1.0-0 - Require >= SME9. - Moved /usr/lib/perl5/site_perl to /usr/share/perl5/vendor_perl. @@ -81,8 +93,10 @@ host.com/git. Repositories are then avai %prep %setup -mkdir -p root/home/e-smith/files/git/ +%patch1 -p1 +%patch2 -p1 +mkdir -p root/home/e-smith/files/git/ %build perl createlinks