1 |
%define version 13.0.1 |
%define version 15.0.0 |
2 |
%define release 5 |
%define release 1 |
3 |
|
|
4 |
%define apache_serverroot /usr/share |
%define apache_serverroot /usr/share |
5 |
%define apache_confdir /etc/httpd/conf.d |
%define apache_confdir /etc/httpd/conf.d |
7 |
%define nc_config_dir %{nc_dir}/config |
%define nc_config_dir %{nc_dir}/config |
8 |
%define nc_data_dir %{nc_dir}/data |
%define nc_data_dir %{nc_dir}/data |
9 |
|
|
10 |
%define nc_user apache |
%define nc_user www |
11 |
%define nc_group apache |
%define nc_group www |
12 |
|
|
13 |
# Turn off the brp-python-bytecompile script |
# Turn off the brp-python-bytecompile script |
14 |
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') |
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') |
34 |
Requires: php71-php-pdo |
Requires: php71-php-pdo |
35 |
Requires: php71-php-mbstring |
Requires: php71-php-mbstring |
36 |
Requires: php71-php-pecl-zip |
Requires: php71-php-pecl-zip |
37 |
|
Requires: php71-php-imagick |
38 |
|
|
39 |
# Recommended php packages |
# Recommended php packages |
40 |
Requires: php71-php-intl |
Requires: php71-php-intl |
103 |
|
|
104 |
|
|
105 |
%changelog |
%changelog |
106 |
|
* Fri Dec 21 2018 Jean-Philipe Pialasse <tests@pialasse.com> 15.0.0-1.sme |
107 |
|
- Update to release 15.0.0 [SME: 10669] |
108 |
|
|
109 |
* Wed Dec 19 2018 Jean-Philipe Pialasse <tests@pialasse.com> 13.0.1-5.sme |
* Wed Dec 19 2018 Jean-Philipe Pialasse <tests@pialasse.com> 13.0.1-5.sme |
110 |
- fix failure to update [SME: 10596] |
- fix failure to update [SME: 10596] |
111 |
remove assets folder before 13.0.4 update |
remove assets folder before 13.0.4 update |