]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Reenable SNMP support on Fedora 13.
authorVincent Bernat <bernat@luffy.cx>
Tue, 22 Jun 2010 11:49:04 +0000 (13:49 +0200)
committerVincent Bernat <bernat@luffy.cx>
Tue, 22 Jun 2010 11:49:04 +0000 (13:49 +0200)
The Net-SNMP installation has been fixed in bug #603243:
 https://bugzilla.redhat.com/show_bug.cgi?id=603243

redhat/lldpd.spec

index d2f4379c3c131f1b7255bf0365a117d2ccb1689c..fc593930d1bdd8c96fba7f505c8fe3c9bd5a92c8 100644 (file)
@@ -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