From: Vincent Bernat Date: Wed, 23 Sep 2015 16:25:34 +0000 (+0200) Subject: redhat: on RHEL 6, enable oldies support X-Git-Tag: 0.8.0~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=780e843d03a3e64715732af7bac4e3cf8f8c83a5;p=thirdparty%2Flldpd.git redhat: on RHEL 6, enable oldies support --- diff --git a/redhat/lldpd.spec b/redhat/lldpd.spec index ed818cdd..05995b35 100644 --- a/redhat/lldpd.spec +++ b/redhat/lldpd.spec @@ -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