--- rpms/smeserver-git/contribs10/smeserver-git.spec 2020/12/27 12:04:15 1.3 +++ rpms/smeserver-git/contribs10/smeserver-git.spec 2021/08/22 04:53:07 1.6 @@ -1,6 +1,6 @@ %define name smeserver-git %define version 1.2.0 -%define release 3 +%define release 5 Summary: Centralised Git repositories with setup and configuration through SME Server admin panels. Name: %{name} Version: %{version} @@ -19,6 +19,8 @@ Requires: git AutoReqProv: no Patch1: smeserver-git-1.2.0.bz10464-warn-on-missing-files.patch Patch2: smeserver-git-1.2.0-Set-debugging-disabled.patch +Patch3: smeserver-git-1.2.0-Add-Update-event-to-createlinks.patch +Patch4: smeserver-git-1.2.0-locale-2021-08-22.patch %description smeserver-git enables centralised git repositories on an SME server and enables @@ -29,6 +31,12 @@ installs and enables the git server on t host.com/git. Repositories are then available as https://host.com/git/gitrepo.git. %changelog +* Sun Aug 22 2021 Terry Fage 1.2.0-5.sme +- apply locale 2021-08-22.patch + +* Fri Mar 26 2021 Brian Read 1.2.0-4.sme +- Add Update event to createlinks [SME: 11286 ] + * Sun Dec 20 2020 BogusDateBot - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, - by assuming the date is correct and changing the weekday. @@ -39,10 +47,10 @@ host.com/git. Repositories are then avai - Set-debugging-disabled * Tue Nov 28 2017 Jean-Philipe Pialasse 1.2.0-2.sme -- fix smeserver-git prevents httpd.conf template expansion [SME: 10464] +- Add Update event to createlinks smeserver-git prevents httpd.conf template expansion [SME: 10464] - now if gitweb is enabled but smeserver-gitweb is not installed a warning is issued -instead of an error and template consider it disabled. Same thing if gitweb_theme is enabled -but smeserver-gitweb-theme is missing. + instead of an error and template consider it disabled. Same thing if gitweb_theme is enabled + but smeserver-gitweb-theme is missing. * Tue Nov 28 2017 Jean-Philipe Pialasse 1.2.0-0.sme - new sources with unix formated line returns @@ -57,19 +65,19 @@ but smeserver-gitweb-theme is missing. - removing fragment migrate as it should not be used for that [SME: 9619] * Wed Jun 22 2016 Jean-Philipe Pialasse 1.1.0-6.sme -- fix missing ; in migrate fragment 80git to revert db permissions [SME: 9619] +- Add Update event to createlinks missing ; in migrate fragment 80git to revert db permissions [SME: 9619] * Wed Jun 22 2016 Jean-Philipe Pialasse 1.1.0-5.sme -- fix too permissive permissions on db accounts networks and git [SME: 9615] [SME: 9616] +- Add Update event to createlinks too permissive permissions on db accounts networks and git [SME: 9615] [SME: 9616] * 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 Update event to createlinks 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] +- Add Update event to createlinks 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 @@ -137,7 +145,8 @@ but smeserver-gitweb-theme is missing. %setup %patch1 -p1 %patch2 -p1 - +%patch3 -p1 +%patch4 -p1 mkdir -p root/home/e-smith/files/git/ %build @@ -167,7 +176,7 @@ if [ $1 -eq 1 ] ; then /etc/e-smith/events/actions/navigation-conf fi chown admin:www /home/e-smith/files/git -/etc/rc7.d/S86httpd-e-smith sighup +#/etc/rc7.d/S86httpd-e-smith sighup # fixing needed permissions # fixing previous mess