[zabbix20/el6] APPLY FPING PATCH ONLY FOR FEDORA

Volker Fröhlich volter at fedoraproject.org
Mon Nov 26 09:29:03 UTC 2012


commit e1ddb3874c189feb0780604d30e9e42aac5e65c4
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Mon Nov 26 10:28:37 2012 +0100

    APPLY FPING PATCH ONLY FOR FEDORA
    
    - Fping 3 is not in EPEL

 zabbix20.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/zabbix20.spec b/zabbix20.spec
index 6838988..9d9bc8a 100644
--- a/zabbix20.spec
+++ b/zabbix20.spec
@@ -36,7 +36,7 @@
 
 Name:           zabbix20
 Version:        2.0.3
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Open-source monitoring solution for your IT infrastructure
 
 Group:          Applications/Internet
@@ -284,7 +284,9 @@ Zabbix web frontend for PostgreSQL
 %setup0 -q -n %{srcname}-%{version}
 %patch0 -p1
 %patch1 -p1
+%if 0%{?fedora}
 %patch3 -p1
+%endif
 
 # remove flash applet
 # https://support.zabbix.com/browse/ZBX-4794
@@ -849,6 +851,9 @@ fi
 %files web-pgsql
 
 %changelog
+* Mon Nov 26 2012 Volker Fröhlich <volker27 at gmx.at> - 2.0.3-6
+- Apply fping 3 patch only for Fedora
+
 * Tue Nov 13 2012 Volker Fröhlich <volker27 at gmx.at> - 2.0.3-5
 - Adapt httpd configuration file for Apache 2.4 (BZ#871498)
 


More information about the scm-commits mailing list