add openssl-devel to the list of netsnmp-devel deps
This commit is contained in:
parent
e48083ef9a
commit
ab0850e74e
@ -7,7 +7,7 @@
|
||||
Summary: A collection of SNMP protocol tools and libraries
|
||||
Name: net-snmp
|
||||
Version: %{major_ver}
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
License: BSD and CMU
|
||||
@ -93,7 +93,7 @@ package.
|
||||
Group: Development/Libraries
|
||||
Summary: The development environment for the NET-SNMP project
|
||||
Requires: %{name} = %{epoch}:%{version}
|
||||
Requires: elfutils-devel, rpm-devel, elfutils-libelf-devel
|
||||
Requires: elfutils-devel, rpm-devel, elfutils-libelf-devel, openssl-devel
|
||||
%if %{tcp_wrappers}
|
||||
Requires: tcp_wrappers-devel
|
||||
%endif
|
||||
@ -384,6 +384,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 21 2008 Jan Safranek <jsafranek@redhat.com> 5.4.1-11
|
||||
- add openssl-devel to the list of netsnmp-devel deps
|
||||
|
||||
* Thu Feb 14 2008 Jan Safranek <jsafranek@redhat.com> 5.4.1-10
|
||||
- fixing ipNetToMediaNetAddress to show IP address (#432780)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user