1 |
%define name smeserver-git |
%define name smeserver-git |
2 |
%define version 1.2.0 |
%define version 1.2.0 |
3 |
%define release 8 |
%define release 9 |
4 |
Summary: Centralised Git repositories with setup and configuration through SME Server admin panels. |
Summary: Centralised Git repositories with setup and configuration through SME Server admin panels. |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
Distribution: SME Server |
Distribution: SME Server |
9 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
10 |
URL: http://www.through-ip.com |
URL: https://wiki.koozali.org/Git |
11 |
Group: SMEserver/addon |
Group: SMEserver/addon |
12 |
Source: smeserver-git-%{version}.tar.gz |
Source: smeserver-git-%{version}.tar.gz |
13 |
Packager: Marco Hess <marco.hess@through-ip.com> |
Packager: Marco Hess <marco.hess@through-ip.com> |
23 |
Patch3: smeserver-git-1.2.0-Add-Update-event-to-createlinks.patch |
Patch3: smeserver-git-1.2.0-Add-Update-event-to-createlinks.patch |
24 |
Patch4: smeserver-git-1.2.0-locale-2021-08-22.patch |
Patch4: smeserver-git-1.2.0-locale-2021-08-22.patch |
25 |
Patch5: smeserver-git-1.2.0-bz12048-httpd24.patch |
Patch5: smeserver-git-1.2.0-bz12048-httpd24.patch |
26 |
|
Patch6: smeserver-git-1.2.0-bz11665-debug.patch |
27 |
|
|
28 |
%description |
%description |
29 |
smeserver-git enables centralised git repositories on an SME server and enables |
smeserver-git enables centralised git repositories on an SME server and enables |
32 |
to the repositories based on the existing SME users and groups. The package |
to the repositories based on the existing SME users and groups. The package |
33 |
installs and enables the git server on the current host like in |
installs and enables the git server on the current host like in |
34 |
host.com/git. Repositories are then available as https://host.com/git/gitrepo.git. |
host.com/git. Repositories are then available as https://host.com/git/gitrepo.git. |
35 |
|
Originally brought by Marco Hess http://www.through-ip.com |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Fri Mar 24 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-9.sme |
39 |
|
- fix debug loglevel [SME: 11665] |
40 |
|
|
41 |
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-8.sme |
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-8.sme |
42 |
- update to httpd 2.4 syntax [SME: 12048] |
- update to httpd 2.4 syntax [SME: 12048] |
43 |
fix Argument for 'Require all' must be 'granted' or 'denied' |
fix Argument for 'Require all' must be 'granted' or 'denied' |
159 |
%patch3 -p1 |
%patch3 -p1 |
160 |
%patch4 -p1 |
%patch4 -p1 |
161 |
%patch5 -p1 |
%patch5 -p1 |
162 |
|
%patch6 -p1 |
163 |
|
|
164 |
mkdir -p root/home/e-smith/files/git/ |
mkdir -p root/home/e-smith/files/git/ |
165 |
%build |
%build |