From 978364976bae18d4831eab0e7223d35bef9ef144 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 22 Jun 2010 13:49:04 +0200 Subject: [PATCH] Reenable SNMP support on Fedora 13. The Net-SNMP installation has been fixed in bug #603243: https://bugzilla.redhat.com/show_bug.cgi?id=603243 --- redhat/lldpd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redhat/lldpd.spec b/redhat/lldpd.spec index d2f4379c..fc593930 100644 --- a/redhat/lldpd.spec +++ b/redhat/lldpd.spec @@ -15,8 +15,8 @@ %bcond_without dot1 %bcond_without dot3 -# On Fedora 13 and RHEL 4, disable SNMP, Net-SNMP installation seems broken -%if 0%{?rhel_version} > 0 && 0%{?rhel_version} < 500 || 0%{?fedora} == 13 +# On RHEL 4, disable SNMP, Net-SNMP installation seems broken +%if 0%{?rhel_version} > 0 && 0%{?rhel_version} < 500 %bcond_with snmp %else %bcond_without snmp -- 2.39.5