diff --git a/net-snmp.changes b/net-snmp.changes index ec6058c..fa7994b 100644 --- a/net-snmp.changes +++ b/net-snmp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 22 07:19:05 UTC 2015 - jengelh@inai.de + +- Request pkgconfig(libssl) instead of openssl-devel to support + using LibreSSL as well. + ------------------------------------------------------------------- Tue Jul 14 09:43:16 UTC 2015 - abergmann@suse.com diff --git a/net-snmp.spec b/net-snmp.spec index 6205667..606b4d8 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -121,12 +121,12 @@ This package holds the shared libraries from the net-snmp package. %package devel Requires: %{library_name} = %{version} # for mib2c -Requires: libopenssl-devel Requires: perl Requires: perl-SNMP = %{version} Requires: rpm-devel Requires: tcpd-devel Requires: zlib-devel +Requires: pkgconfig(libssl) %if 0%{?netsnmp_with_sensors} Requires: libsensors4-devel %endif