7 |
%define name smeserver-smeadmin |
%define name smeserver-smeadmin |
8 |
Name: %{name} |
Name: %{name} |
9 |
%define version 1.6 |
%define version 1.6 |
10 |
%define release 11 |
%define release 12 |
11 |
Version: %{version} |
Version: %{version} |
12 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
13 |
License: GPL |
License: GPL |
23 |
Patch7: smeserver-smeadmin-1.6-bz11643-services.patch |
Patch7: smeserver-smeadmin-1.6-bz11643-services.patch |
24 |
Patch8: smeserver-smeadmin-1.6-locale-2022-11-11.patch |
Patch8: smeserver-smeadmin-1.6-locale-2022-11-11.patch |
25 |
Patch9: smeserver-smeadmin-1.6-bz12447-auth-qpsmtpd.patch |
Patch9: smeserver-smeadmin-1.6-bz12447-auth-qpsmtpd.patch |
26 |
|
Patch10: smeserver-smeadmin-1.6-bz10244-bz11754-translation.patch |
27 |
|
|
28 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
29 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
65 |
%patch7 -p1 |
%patch7 -p1 |
66 |
%patch8 -p1 |
%patch8 -p1 |
67 |
%patch9 -p1 |
%patch9 -p1 |
68 |
|
%patch10 -p1 |
69 |
%build |
%build |
70 |
perl createlinks |
perl createlinks |
71 |
%{__mkdir_p} root/etc/e-smith/web/panels/manager/html/smeadmin |
%{__mkdir_p} root/etc/e-smith/web/panels/manager/html/smeadmin |
102 |
%defattr(-,root,root) |
%defattr(-,root,root) |
103 |
|
|
104 |
%changelog |
%changelog |
105 |
* Mon Dec 18 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-11.sme |
* Fri Dec 22 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-12.sme |
106 |
- add accounting of auth_failed [SME: 12447] |
- add accounting of auth_failed [SME: 12447] |
107 |
adding php8* services |
adding php8* services |
108 |
|
- fix translation, reworked [SME: 10244] |
109 |
|
|
110 |
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-10.sme |
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-10.sme |
111 |
- apply locale 2022-11-11 patch |
- apply locale 2022-11-11 patch |