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
This commit is contained in:
Stephan Kulow 2015-07-24 07:57:55 +00:00 committed by Git OBS Bridge
parent f9936db948
commit 3deefa9fc9
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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