--- rpms/smeserver-horde/sme10/smeserver-horde.spec 2020/03/27 18:44:43 1.18 +++ rpms/smeserver-horde/sme10/smeserver-horde.spec 2021/02/20 06:03:59 1.26 @@ -4,7 +4,7 @@ Summary: e-smith specific Horde configur %define name smeserver-horde Name: %{name} %define version 1.0.0 -%define release 15 +%define release 23 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -23,6 +23,13 @@ Patch9: smeserver-horde-1.0.0-bz10908-ht Patch10: smeserver-horde-1.0.0-bz10909-smeserver-horde-update.patch Patch11: smeserver-horde-1.0.0-bz10910-admin.patch Patch12: smeserver-horde-1.0.0-bz10912-ingo.patch +Patch13: smeserver-horde-1.0.0-bz10943-libsasl-noise.patch +Patch14: smeserver-horde-1.0.0-bz10945-phpbasedir-gpg.patch +Patch15: smeserver-horde-1.0.0-bz10969-remove-hardcoded-ports.patch +Patch16: smeserver-horde-1.0.0-bz11016-rsyslog-deprecated.patch +Patch17: smeserver-horde-1.0.0-bz11233-webmail-manager.patch +Patch18: smeserver-horde-1.0.0-bz11255.patch +Patch19: smeserver-horde-1.0.0-bz11308-configurationhash.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -64,6 +71,28 @@ Requires: php-pear-XML-Parser2 Requires: php-pear-XML-RPC2 %changelog +* Sat Feb 20 2021 Jean-Philipe Pialasse 1.0.0-23.sme +- Configuration is not up to date, hash to update [SME: 11308] + +* Fri Dec 11 2020 Jean-Philipe Pialasse 1.0.0-22.sme +- fix wrong template path for php55, php56 and php [SME: 11255] + +* Mon Dec 07 2020 Jean-Philipe Pialasse 1.0.0-20.sme +- fix webmail not accessible after enabling from manager [SME: 11233] + +* Tue Nov 17 2020 Jean-Philipe Pialasse 1.0.0-19.sme +- update rsyslog syntax [SME: 11016] + move fragment so syntax is similar to message + +* Sat Jun 27 2020 Jean-Philipe Pialasse 1.0.0-18.sme +- remove harcoded ports [SME: 10969] + +* Tue Jun 23 2020 Jean-Philipe Pialasse 1.0.0-17.sme +- add gpg to php base dir [SME: 10945] + +* Wed May 13 2020 Jean-Philipe Pialasse 1.0.0-16.sme +- workaround logging noise caused by libsasl [SME: 10943] + * Fri Mar 27 2020 Jean-Philipe Pialasse 1.0.0-15.sme - log as admin and not admin@domain for cli tasks [SME: 10910] - fix ingo imap preferences [SME:10912] @@ -134,10 +163,17 @@ to work on SME Server 10 %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 +%patch14 -p1 +%patch15 -p1 +%patch16 -p1 +%patch17 -p1 +%patch18 -p1 mkdir -p root/var/lib/php/horde/session mkdir -p root/var/lib/php/horde/opcache mkdir -p root/var/lib/php/horde/tmp +%patch19 -p1 %build for i in post-install post-upgrade