From: Vincent Bernat Date: Thu, 20 May 2010 21:49:06 +0000 (+0200) Subject: lldpd.spec: requires openssl since it is required by net-snmp X-Git-Tag: 0.5.1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20ffcb8e5e37a28d0b7ce630a492c6a0f99c9cc9;p=thirdparty%2Flldpd.git lldpd.spec: requires openssl since it is required by net-snmp Thanks to Lamont Granquist for the fix. --- diff --git a/redhat/lldpd.spec b/redhat/lldpd.spec index 6dba94ab..8e539305 100644 --- a/redhat/lldpd.spec +++ b/redhat/lldpd.spec @@ -29,6 +29,8 @@ Source2: lldpd.sysconfig %if %{with snmp} BuildRequires: net-snmp-devel Requires: net-snmp +BuildRequires: openssl-devel +Requires: openssl %endif %if %{with xml} BuildRequires: libxml2-devel