--- rpms/smeserver-git/contribs10/smeserver-git.spec 2022/07/22 07:09:46 1.7 +++ rpms/smeserver-git/contribs10/smeserver-git.spec 2023/03/25 03:08:42 1.11 @@ -1,20 +1,21 @@ %define name smeserver-git %define version 1.2.0 -%define release 6 +%define release 10 Summary: Centralised Git repositories with setup and configuration through SME Server admin panels. Name: %{name} Version: %{version} Release: %{release}%{?dist} Distribution: SME Server License: GNU GPL version 2 -URL: http://www.through-ip.com +URL: https://wiki.koozali.org/Git Group: SMEserver/addon Source: smeserver-git-%{version}.tar.gz Packager: Marco Hess BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version} BuildRequires: e-smith-devtools -Requires: e-smith-release >= 9.0 +Requires: e-smith-release >= 10.0 +Requires: e-smith-apache >= 2.6.0-19 Requires: git AutoReqProv: no Patch1: smeserver-git-1.2.0.bz10464-warn-on-missing-files.patch @@ -22,6 +23,8 @@ Patch2: smeserver-git-1.2.0-Set-debuggin Patch3: smeserver-git-1.2.0-Add-Update-event-to-createlinks.patch Patch4: smeserver-git-1.2.0-locale-2021-08-22.patch Patch5: smeserver-git-1.2.0-bz12048-httpd24.patch +Patch6: smeserver-git-1.2.0-bz11665-debug.patch +Patch7: smeserver-git-1.2.0-bz12163.patch %description smeserver-git enables centralised git repositories on an SME server and enables @@ -30,10 +33,18 @@ managed through a server-manager panel t to the repositories based on the existing SME users and groups. The package installs and enables the git server on the current host like in host.com/git. Repositories are then available as https://host.com/git/gitrepo.git. +Originally brought by Marco Hess http://www.through-ip.com %changelog -* Fri Jul 22 2022 Jean-Philippe Pialasse 1.2.0-6.sme +* Fri Mar 24 2023 Jean-Philippe Pialasse 1.2.0-10.sme +- fix not allowing dot in repo name [SME: 12163] + +* Fri Mar 24 2023 Jean-Philippe Pialasse 1.2.0-9.sme +- fix debug loglevel [SME: 11665] + +* Fri Jul 22 2022 Jean-Philippe Pialasse 1.2.0-8.sme - update to httpd 2.4 syntax [SME: 12048] + fix Argument for 'Require all' must be 'granted' or 'denied' * Sun Aug 22 2021 Terry Fage 1.2.0-5.sme - apply locale 2021-08-22.patch @@ -152,6 +163,8 @@ host.com/git. Repositories are then avai %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 +%patch7 -p1 mkdir -p root/home/e-smith/files/git/ %build