From 3deefa9fc92c90a92a5296170bbd30e78d976151543f3ab45951b3058d17fa76 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 24 Jul 2015 07:57:55 +0000 Subject: [PATCH] Accepting request 318082 from net-snmp:factory - Request pkgconfig(libssl) instead of openssl-devel to support using LibreSSL as well. (forwarded request 317959 from jengelh) OBS-URL: https://build.opensuse.org/request/show/318082 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=76 --- net-snmp.changes | 6 ++++++ net-snmp.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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