--- rpms/smeserver-webhosting/contribs10/smeserver-webhosting.spec 2021/03/16 06:05:49 1.5 +++ rpms/smeserver-webhosting/contribs10/smeserver-webhosting.spec 2021/12/02 15:09:44 1.8 @@ -1,6 +1,6 @@ %define name smeserver-webhosting %define version 0.0.9 -%define release 11 +%define release 14 Name: %{name} Version: %{version} @@ -14,9 +14,9 @@ Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-buildroot BuildArchitectures: noarch BuildRequires: e-smith-devtools -Requires: e-smith-release >= 9.0 +Requires: e-smith-release >= 10.0 Requires: smeserver-mod_dav -Requires: smeserver-php >= 3.0.0-31 +Requires: smeserver-php >= 3.0.0-40 AutoReqProv: no Patch0: smeserver-webhosting-0.0.9-locale-2015-09-12.patch Patch1: smeserver-webhosting-0.0.9-locale-2016-03-09.patch @@ -25,6 +25,9 @@ Patch3: smeserver-webhosting-0.0.9-local Patch4: smeserver-webhosting-0.0.9-locale-2017-12-02.patch Patch5: smeserver-webhosting-0.0.9-bz11077-SME10welcomePackage.patch Patch6: smeserver-webhosting-0.0.9-bz11077-bis.patch +Patch7: smeserver-webhosting-0.0.9-locale-2021-08-25.patch +Patch8: smeserver-webhosting-0.0.9-bz11666-fix-furlopen-capitalisation.patch +Patch9: smeserver-webhosting-0.0.9-bz11786_bz11787.patch %description allow to change php/apache settings to ibays, only yet for sme9 @@ -38,6 +41,9 @@ allow to change php/apache settings to i %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 %build perl createlinks @@ -62,6 +68,18 @@ rm -rf %{name}-%{version} %defattr(-,root,root) %changelog +* Thu Dec 02 2021 Michel Begye 0.0.9-14.sme +- Fix MaxExecutionTime not saved [SME: 11786] +- Integrate webhosting with smeserver-manager (manager2) [SME: 11787] + +* Fri Sep 24 2021 John Crisp 0.0.9-13.sme +- Fix capitalisation errors in furlopen [SME: 11697] +- Bump required e-smith release version +- Buno required smeserver-php version + +* Wed Aug 25 2021 Terry Fage 0.0.9-12.sme +- apply locale 2021-08-25 patch + * Tue Mar 16 2021 Jean-Philippe Pialasse 0.0.9-11.sme - require smeserver-php >= 3.0.0-31 [SME: 11077]