From 20ffcb8e5e37a28d0b7ce630a492c6a0f99c9cc9 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 20 May 2010 23:49:06 +0200 Subject: [PATCH] lldpd.spec: requires openssl since it is required by net-snmp Thanks to Lamont Granquist for the fix. --- redhat/lldpd.spec | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5