1 |
%define version 0.1.1 |
%define version 0.1.1 |
2 |
%define release 2 |
%define release 4 |
3 |
%define name smeserver-php-fpm |
%define name smeserver-php-fpm |
4 |
|
|
5 |
|
|
173 |
(cd root; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
(cd root; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
174 |
/bin/rm -f %{name}-%{version}-filelist |
/bin/rm -f %{name}-%{version}-filelist |
175 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
176 |
--dir /var/log/php/php/ 'attr(0770,root,www)' \ |
--dir /var/log/php/php 'attr(0770,root,www)' \ |
177 |
--dir /var/lib/php/php/session 'attr(0770,root,www)' \ |
--dir /var/lib/php/php/session 'attr(0770,root,www)' \ |
178 |
--dir /var/lib/php/php/tmp 'attr(0770,root,www)' \ |
--dir /var/lib/php/php/tmp 'attr(0770,root,www)' \ |
179 |
--dir /var/lib/php/php/opcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/php/opcache 'attr(0770,root,www)' \ |
180 |
--dir /var/lib/php/php/wsdlcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/php/wsdlcache 'attr(0770,root,www)' \ |
181 |
--dir /var/log/php/php56/ 'attr(0770,root,www)' \ |
--dir /var/log/php/php56 'attr(0770,root,www)' \ |
182 |
--dir /var/lib/php/php56/session 'attr(0770,root,www)' \ |
--dir /var/lib/php/php56/session 'attr(0770,root,www)' \ |
183 |
--dir /var/lib/php/php56/tmp 'attr(0770,root,www)' \ |
--dir /var/lib/php/php56/tmp 'attr(0770,root,www)' \ |
184 |
--dir /var/lib/php/php56/opcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/php56/opcache 'attr(0770,root,www)' \ |
185 |
--dir /var/lib/php/php56/wsdlcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/php56/wsdlcache 'attr(0770,root,www)' \ |
186 |
--dir /var/log/php/php70/ 'attr(0770,root,www)' \ |
--dir /var/log/php/php70 'attr(0770,root,www)' \ |
187 |
--dir /var/lib/php/php70/session 'attr(0770,root,www)' \ |
--dir /var/lib/php/php70/session 'attr(0770,root,www)' \ |
188 |
--dir /var/lib/php/php70/tmp 'attr(0770,root,www)' \ |
--dir /var/lib/php/php70/tmp 'attr(0770,root,www)' \ |
189 |
--dir /var/lib/php/php70/opcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/php70/opcache 'attr(0770,root,www)' \ |
190 |
--dir /var/lib/php/php70/wsdlcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/php70/wsdlcache 'attr(0770,root,www)' \ |
191 |
--dir /var/log/php/php71/ 'attr(0770,root,www)' \ |
--dir /var/log/php/php71 'attr(0770,root,www)' \ |
192 |
--dir /var/lib/php/php71/session 'attr(0770,root,www)' \ |
--dir /var/lib/php/php71/session 'attr(0770,root,www)' \ |
193 |
--dir /var/lib/php/php71/tmp 'attr(0770,root,www)' \ |
--dir /var/lib/php/php71/tmp 'attr(0770,root,www)' \ |
194 |
--dir /var/lib/php/php71/opcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/php71/opcache 'attr(0770,root,www)' \ |
195 |
--dir /var/lib/php/php71/wsdlcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/php71/wsdlcache 'attr(0770,root,www)' \ |
196 |
--dir /var/log/php/php72/ 'attr(0770,root,www)' \ |
--dir /var/log/php/php72 'attr(0770,root,www)' \ |
197 |
--dir /var/lib/php/php72/session 'attr(0770,root,www)' \ |
--dir /var/lib/php/php72/session 'attr(0770,root,www)' \ |
198 |
--dir /var/lib/php/php72/tmp 'attr(0770,root,www)' \ |
--dir /var/lib/php/php72/tmp 'attr(0770,root,www)' \ |
199 |
--dir /var/lib/php/php72/opcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/php72/opcache 'attr(0770,root,www)' \ |
200 |
--dir /var/lib/php/php72/wsdlcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/php72/wsdlcache 'attr(0770,root,www)' \ |
201 |
--dir /var/log/php/php73/ 'attr(0770,root,www)' \ |
--dir /var/log/php/php73 'attr(0770,root,www)' \ |
202 |
--dir /var/lib/php/php73/session 'attr(0770,root,www)' \ |
--dir /var/lib/php/php73/session 'attr(0770,root,www)' \ |
203 |
--dir /var/lib/php/php73/tmp 'attr(0770,root,www)' \ |
--dir /var/lib/php/php73/tmp 'attr(0770,root,www)' \ |
204 |
--dir /var/lib/php/php73/opcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/php73/opcache 'attr(0770,root,www)' \ |
218 |
%preun |
%preun |
219 |
|
|
220 |
%changelog |
%changelog |
221 |
* Mon Dec 16 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.1-2.sme |
* Mon Jan 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.1-4.sme |
222 |
|
- fix wrong permission on log folders [SME: 10563] |
223 |
|
|
224 |
|
* Mon Dec 16 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.1-3.sme |
225 |
- import to mecontribs |
- import to mecontribs |
226 |
- add php72 and php73 fix [SME: 10851] |
- add php72 and php73 fix [SME: 10851] |
227 |
|
|