--- rpms/smeserver-dokuwiki/contribs10/smeserver-dokuwiki.spec 2021/10/05 08:10:32 1.2 +++ rpms/smeserver-dokuwiki/contribs10/smeserver-dokuwiki.spec 2021/10/14 12:52:07 1.3 @@ -3,7 +3,7 @@ Summary: sme server integration of dokuwiki Name: smeserver-dokuwiki Version: 0.3.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GNU GPL URL: http://www.splitbrain.org/projects/dokuwiki Group: SMEserver/addon @@ -16,6 +16,8 @@ Requires: e-smith-base >= 5.8.0 Requires: dokuwiki Requires: smeserver-webapps-common Patch0:smeserver-dokuwiki-0.3.0-Add-Update-Event.patch +Patch1: smeserver-dokuwiki-0.3.0-fix-httpd-syntax.patch + AutoReqProv: no %description @@ -23,6 +25,10 @@ smserver integration of dokuwiki DokuWiki is a simple to use Wiki aimed at the documentation needs of a small company %changelog +* Thu Oct 14 2021 John Crisp 0.3.0-3.sme +- remove directory permissions for plugin directory [SME: 11703] +- Fix httpd FilesMatch + * Tue Oct 05 2021 Brian Read 0.3.0-2.sme - Add update event [SME: 11703] @@ -89,7 +95,7 @@ rm -f %{name}-%{version}-filelist --dir /var/lib/php/dokuwiki/tmp 'attr(0770,root,www)' \ --dir /var/lib/php/dokuwiki/opcache 'attr(0770,root,www)' \ --dir /var/lib/php/dokuwiki/session 'attr(0770,root,www)' \ - --dir /usr/share/dokuwiki/lib/plugins 'attr(0755,www,www)' \ + --ignoredir /usr/share/dokuwiki/lib/plugins \ > %{name}-%{version}-filelist %files -f %{name}-%{version}-filelist @@ -98,6 +104,5 @@ rm -f %{name}-%{version}-filelist %clean rm -rf $RPM_BUILD_ROOT - %postun