|
|
|
@ -3,8 +3,8 @@ |
|
|
|
|
# Name: Daniel Berteaud |
|
|
|
|
|
|
|
|
|
%define name smeserver-zabbix-proxy |
|
|
|
|
%define version 0.1 |
|
|
|
|
%define release 10 |
|
|
|
|
%define version 0.2.0 |
|
|
|
|
%define release 1 |
|
|
|
|
Summary: sme server integration of zabbix proxy |
|
|
|
|
Name: %{name} |
|
|
|
|
Version: %{version} |
|
|
|
@ -13,19 +13,6 @@ License: GNU GPL version 3 |
|
|
|
|
URL: http://www.zabbix.com/ |
|
|
|
|
Group: SMEserver/addon |
|
|
|
|
Source: %{name}-%{version}.tar.gz |
|
|
|
|
Patch0: smeserver-zabbix-server-0.1-sendxmpp_template.patch |
|
|
|
|
Patch1: smeserver-zabbix-server-0.1-sendxmpp_shell_script_header.patch |
|
|
|
|
Patch2: smeserver-zabbix-server-0.1-disable_web_access.patch |
|
|
|
|
Patch3: smeserver-zabbix-server-0.1-mysql_db_pass.patch |
|
|
|
|
Patch4: smeserver-zabbix-server-0.1-script_and_tmp_location.patch |
|
|
|
|
Patch5: smeserver-zabbix-server-0.1-event_zabbix-server-update.patch |
|
|
|
|
Patch6: smeserver-zabbix-proxy-0.1-server2proxy.patch |
|
|
|
|
Patch7: smeserver-zabbix-proxy-0.1-createlinks_fixes.patch |
|
|
|
|
Patch8: smeserver-zabbix-proxy-0.1-enable_db_cache.patch |
|
|
|
|
Patch9: smeserver-zabbix-proxy-0.1-fixe_sudoers_expand_template.patch |
|
|
|
|
Patch10: smeserver-zabbix-proxy-0.1-multiple_dbpatches.patch |
|
|
|
|
Patch11: smeserver-zabbix-proxy-0.1-hostname_from_db.patch |
|
|
|
|
Patch12: smeserver-zabbix-proxy-0.1-fix_proxy_directives.patch |
|
|
|
|
|
|
|
|
|
BuildArchitectures: noarch |
|
|
|
|
BuildRequires: e-smith-devtools |
|
|
|
@ -44,6 +31,10 @@ Zabbix is an entreprise-class open source distributed monitoring |
|
|
|
|
solution |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Thu Jun 14 2012 Daniel B. <daniel@firewall-services.com> 0.2.0-1.sme |
|
|
|
|
- Import to GIT |
|
|
|
|
- Only import the schema when creating the database |
|
|
|
|
|
|
|
|
|
* Fri Oct 07 2011 Daniel B. <daniel@firewall-services.com> 0.1-11 |
|
|
|
|
- Fixe 2 directives (needed for Zabbix 1.8.8) |
|
|
|
|
|
|
|
|
@ -79,19 +70,6 @@ solution |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup |
|
|
|
|
%patch0 -p1 |
|
|
|
|
%patch1 -p1 |
|
|
|
|
%patch2 -p1 |
|
|
|
|
%patch3 -p1 |
|
|
|
|
%patch4 -p1 |
|
|
|
|
%patch5 -p1 |
|
|
|
|
%patch6 -p1 |
|
|
|
|
%patch7 -p1 |
|
|
|
|
#%patch8 -p1 |
|
|
|
|
%patch9 -p1 |
|
|
|
|
%patch10 -p1 |
|
|
|
|
%patch11 -p1 |
|
|
|
|
%patch12 -p1 |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
perl ./createlinks |
|
|
|
|