[pacemaker] Disable snmp by default until we figure out how to use libperl.so

Andrew Beekhof beekhof at fedoraproject.org
Tue Jul 12 23:51:09 UTC 2011


commit f6f924fbfdb15716ede54d40be384e4c49ca81fd
Author: Andrew Beekhof <andrew at beekhof.net>
Date:   Wed Jul 13 09:50:47 2011 +1000

    Disable snmp by default until we figure out how to use libperl.so

 pacemaker.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/pacemaker.spec b/pacemaker.spec
index a8e5312..9a448e2 100644
--- a/pacemaker.spec
+++ b/pacemaker.spec
@@ -12,7 +12,8 @@
 %bcond_without esmtp
 
 # SNMP trap support only works with Net-SNMP 5.4 and above
-%bcond_without snmp
+# And links against libperl.so which is borked on fedora
+%bcond_with snmp
 
 # Support additional trace logging
 %bcond_with tracedata


More information about the scm-commits mailing list