1 |
# $Id: smeserver-zabbix-server.spec,v 1.4 2020/12/08 16:29:28 brianr Exp $ |
# $Id: smeserver-zabbix-server.spec,v 1.5 2020/12/10 15:49:09 brianr Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
%define name smeserver-zabbix-server |
%define name smeserver-zabbix-server |
6 |
%define version 0.1 |
%define version 0.1 |
7 |
%define release 23 |
%define release 24 |
8 |
Summary: sme server integration of zabbix server and web front-end |
Summary: sme server integration of zabbix server and web front-end |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
57 |
solution |
solution |
58 |
|
|
59 |
%changelog |
%changelog |
60 |
|
* Mon Nov 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-24.sme |
61 |
|
- Remove post and postun command in spec file [SME: 11232] |
62 |
|
|
63 |
* Thu Dec 10 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-23.sme |
* Thu Dec 10 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-23.sme |
64 |
- Add in post instructions to spec for SQL db creation [SME: 11232] |
- Add in post instructions to spec for SQL db creation [SME: 11232] |
65 |
|
|
186 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
187 |
|
|
188 |
%post |
%post |
189 |
/sbin/e-smith/expand-template /etc/e-smith/sql/init/80zabbix-server |
#/sbin/e-smith/expand-template /etc/e-smith/sql/init/80zabbix-server |
190 |
/etc/rc.d/init.d/mysql.init start |
#/etc/rc.d/init.d/mysql.init start |
191 |
|
|
192 |
%postun |
%postun |
193 |
#uninstall |
#uninstall |
194 |
if [ $1 = 0 ] ; then |
#if [ $1 = 0 ] ; then |
195 |
/sbin/e-smith/db configuration setprop zabbix-server status disabled |
# /sbin/e-smith/db configuration setprop zabbix-server status disabled |
196 |
/etc/init.d/zabbix-server stop |
# /etc/init.d/zabbix-server stop |
197 |
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
# /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
198 |
/usr/bin/sv h /service/httpd-e-smith |
# /usr/bin/sv h /service/httpd-e-smith |
199 |
fi |
#fi |
200 |
|
|
201 |
true |
true |