1 |
# $Id: smeserver-cacti.spec,v 1.1 2021/01/05 09:53:36 brianr Exp $ |
# $Id: smeserver-cacti.spec,v 1.4 2022/07/26 04:37:07 jpp Exp $ |
2 |
# Authority: nocvs |
# Authority: nocvs |
3 |
# Name: Michel Van hees |
# Name: Michel Van hees |
4 |
|
|
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
Requires: smeserver-release >= 10 , rrdtool >= 1 |
Requires: smeserver-release >= 10 , rrdtool >= 1 |
21 |
Requires: cacti >= 1.2.21 |
Requires: cacti >= 1.2.21 |
22 |
|
Requires: cacti-spine |
23 |
Requires: e-smith-apache >= 2.6.0-19 |
Requires: e-smith-apache >= 2.6.0-19 |
24 |
Requires: smeserver-php >= 3.0.0-43 |
Requires: smeserver-php >= 3.0.0-43 |
25 |
AutoReqProv: no |
AutoReqProv: no |
31 |
cacti-1.2.21 |
cacti-1.2.21 |
32 |
dedicated php-fpm pool 74 |
dedicated php-fpm pool 74 |
33 |
update event |
update event |
34 |
|
ldap available |
35 |
|
auto install install_cacti.php --accept-eula --install |
36 |
|
- fix sql init [SME: 10972] |
37 |
|
|
38 |
* Wed Dec 11 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.19-1.sme |
* Wed Dec 11 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.19-1.sme |
39 |
- update to cacti-1.1.19 [SME: 8434] |
- update to cacti-1.1.19 [SME: 8434] |
53 |
- added status enabled by default |
- added status enabled by default |
54 |
- user cacti to run in cron |
- user cacti to run in cron |
55 |
|
|
56 |
* Tue Nov 14 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-10.sme |
* Thu Nov 14 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-10.sme |
57 |
|
Tue Nov 14 2013 --> Tue Nov 12 2013 or Thu Nov 14 2013 or Tue Nov 19 2013 or .... |
58 |
- typo fix in last patch (7) |
- typo fix in last patch (7) |
59 |
|
|
60 |
* Sun Nov 10 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-9.sme |
* Sun Nov 10 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-9.sme |
90 |
|
|
91 |
%prep |
%prep |
92 |
%setup |
%setup |
93 |
|
mkdir -p root/var/log/php/cacti |
94 |
mkdir -p root/var/lib/php/cacti/{opcache,session,tmp} |
mkdir -p root/var/lib/php/cacti/{opcache,session,tmp} |
95 |
%patch0 -p1 |
%patch0 -p1 |
96 |
|
rm root/etc/e-smith/db/configuration/migrate/80cacti_sme.sql |
97 |
|
|
98 |
%build |
%build |
99 |
perl createlinks |
perl createlinks |
|
# replace __PHP_VERSION__ with required php version eg 74 |
|
100 |
|
|
101 |
|
|
102 |
%install |
%install |