]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
redhat: on RHEL 6, enable oldies support
authorVincent Bernat <vincent@bernat.im>
Wed, 23 Sep 2015 16:25:34 +0000 (18:25 +0200)
committerVincent Bernat <vincent@bernat.im>
Wed, 23 Sep 2015 16:25:34 +0000 (18:25 +0200)
redhat/lldpd.spec

index ed818cdd60205b0e37a081d3ee3ae622c490a1d1..05995b35ab2f5bb1552ff57b5ffa4cb1867cf3ef 100644 (file)
@@ -25,8 +25,8 @@
 %bcond_without snmp
 %endif
 
-# On RHEL < 6, compile with oldies
-%if 0%{?rhel_version} > 0 && 0%{?rhel_version} < 600 || 0%{?centos_version} > 0 && 0%{?centos_version} < 600
+# On RHEL <= 6, compile with oldies
+%if 0%{?rhel_version} > 0 && 0%{?rhel_version} < 700 || 0%{?centos_version} > 0 && 0%{?centos_version} < 700
 %bcond_without oldies
 %else
 %bcond_with oldies