From: Vincent Bernat Date: Tue, 22 Jun 2010 11:49:04 +0000 (+0200) Subject: Reenable SNMP support on Fedora 13. X-Git-Tag: 0.5.2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=978364976bae18d4831eab0e7223d35bef9ef144;p=thirdparty%2Flldpd.git 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 --- 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