[zabbix] - enable libcurl detection (#670500)

Dan Horák sharkcz at fedoraproject.org
Wed Jan 19 13:48:24 UTC 2011


commit ac480bee3b237304bfed0fb444def0d65a16656e
Author: Dan Horák <dan at danny.cz>
Date:   Wed Jan 19 14:48:13 2011 +0100

    - enable libcurl detection (#670500)

 zabbix.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/zabbix.spec b/zabbix.spec
index 0b9dc70..ec411f7 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -7,7 +7,7 @@
 
 Name:           zabbix
 Version:        1.8.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Open-source monitoring solution for your IT infrastructure
 
 Group:          Applications/Internet
@@ -284,6 +284,7 @@ common_flags="
     --with-net-snmp
     --with-ldap
 %if 0%{!?el4:1}
+    --with-libcurl
     --with-openipmi
 %endif
     --with-jabber
@@ -584,6 +585,9 @@ fi
 
 
 %changelog
+* Tue Jan 18 2011 Dan Horák <dan[at]danny.cz> - 1.8.4-2
+- enable libcurl detection (#670500)
+
 * Tue Jan  4 2011 Dan Horák <dan[at]danny.cz> - 1.8.4-1
 - updated to 1.8.4
 - fixes zabbix_agent fail to start on IPv4-only host (#664639)


More information about the scm-commits mailing list