diff --git a/net-snmp.spec b/net-snmp.spec index a81727f..ca1c089 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -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 5.4.1-11 +- add openssl-devel to the list of netsnmp-devel deps + * Thu Feb 14 2008 Jan Safranek 5.4.1-10 - fixing ipNetToMediaNetAddress to show IP address (#432780)