--- rpms/smeserver-phpki-ng/contribs10/smeserver-phpki-ng.spec 2022/12/13 07:31:23 1.19 +++ rpms/smeserver-phpki-ng/contribs10/smeserver-phpki-ng.spec 2022/12/14 18:49:31 1.20 @@ -4,7 +4,7 @@ Name: smeserver-phpki-ng Version: 0.3 -Release: 15%{?dist} +Release: 16%{?dist} Summary: php integration into SME server Group: Applications/System @@ -32,11 +32,11 @@ BuildRequires: e-smith-devtools Requires: mod_auth_tkt Requires: openvpn Requires: e-smith-base -Requires: phpki-ng +Requires: phpki-ng >= 0.84-14 Requires: php-process Requires: e-smith-manager >= 2.6.0-22 Requires: e-smith-apache >= 2.6.0-19 -Requires: smeserver-php >= 3.0.0-43 +Requires: smeserver-php >= 3.0.0-44 Provides: smeserver-phpki #Obsoletes: smeserver-phpki @@ -48,6 +48,12 @@ This package contains specific configura %changelog +* Wed Dec 14 2022 Jean-Philippe Pialasse 0.3-16.sme +- revert log/phpki [SME: 12266] +- phpki-ng autopopulate base info from ldap [SME: 11440] +- ensure user are seen by php-pool [SME: 12268] +- safe remote access for crl [SME: 11439] + * Tue Dec 13 2022 Jean-Philippe Pialasse 0.3-15.sme - fix typo preventing httpd-pki to start 2 @@ -150,7 +156,6 @@ mkdir -p root/var/log/phpki %patch4 -p1 %patch5 -p1 rm -rf root/var/service/httpd-pki -rm -rf root/var/log/phpki %patch6 -p1 %patch7 -p1 @@ -172,6 +177,7 @@ chmod +x $RPM_BUILD_ROOT/usr/sbin/system --dir /var/lib/php/phpki/session 'attr(0770,root,phpki)' \ --dir /var/lib/php/phpki/opcache 'attr(0770,root,phpki)' \ --dir /var/lib/php/phpki/tmp 'attr(0770,root,phpki)' \ + --dir /var/log/phpki 'attr(0770,phpki,phpki)' \ > %{name}-%{version}-filelist %post