1 |
%define name smeserver-git |
%define name smeserver-git |
2 |
%define version 1.2.0 |
%define version 1.2.0 |
3 |
%define release 4 |
%define release 5 |
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} |
20 |
Patch1: smeserver-git-1.2.0.bz10464-warn-on-missing-files.patch |
Patch1: smeserver-git-1.2.0.bz10464-warn-on-missing-files.patch |
21 |
Patch2: smeserver-git-1.2.0-Set-debugging-disabled.patch |
Patch2: smeserver-git-1.2.0-Set-debugging-disabled.patch |
22 |
Patch3: smeserver-git-1.2.0-Add-Update-event-to-createlinks.patch |
Patch3: smeserver-git-1.2.0-Add-Update-event-to-createlinks.patch |
23 |
|
Patch4: smeserver-git-1.2.0-locale-2021-08-22.patch |
24 |
|
|
25 |
%description |
%description |
26 |
smeserver-git enables centralised git repositories on an SME server and enables |
smeserver-git enables centralised git repositories on an SME server and enables |
31 |
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. |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 1.2.0-5.sme |
35 |
|
- apply locale 2021-08-22.patch |
36 |
|
|
37 |
* Fri Mar 26 2021 Brian Read <brianr@bjsystems.co.uk> 1.2.0-4.sme |
* Fri Mar 26 2021 Brian Read <brianr@bjsystems.co.uk> 1.2.0-4.sme |
38 |
- Add Update event to createlinks [SME: 11286 ] |
- Add Update event to createlinks [SME: 11286 ] |
39 |
|
|
49 |
* Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-2.sme |
* Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-2.sme |
50 |
- Add Update event to createlinks smeserver-git prevents httpd.conf template expansion [SME: 10464] |
- Add Update event to createlinks smeserver-git prevents httpd.conf template expansion [SME: 10464] |
51 |
- now if gitweb is enabled but smeserver-gitweb is not installed a warning is issued |
- now if gitweb is enabled but smeserver-gitweb is not installed a warning is issued |
52 |
instead of an error and template consider it disabled. Same thing if gitweb_theme is enabled |
instead of an error and template consider it disabled. Same thing if gitweb_theme is enabled |
53 |
but smeserver-gitweb-theme is missing. |
but smeserver-gitweb-theme is missing. |
54 |
|
|
55 |
* Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-0.sme |
* Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-0.sme |
56 |
- new sources with unix formated line returns |
- new sources with unix formated line returns |
146 |
%patch1 -p1 |
%patch1 -p1 |
147 |
%patch2 -p1 |
%patch2 -p1 |
148 |
%patch3 -p1 |
%patch3 -p1 |
149 |
|
%patch4 -p1 |
150 |
|
|
151 |
mkdir -p root/home/e-smith/files/git/ |
mkdir -p root/home/e-smith/files/git/ |
152 |
%build |
%build |