diff --git a/net-snmp.spec b/net-snmp.spec index f3547b9..35fb125 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: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: BSDish @@ -83,6 +83,9 @@ Summary: The development environment for the NET-SNMP project. Requires: %{name} = %{epoch}:%{version} Obsoletes: ucd-snmp-devel Requires: beecrypt-devel, elfutils-devel, rpm-devel, elfutils-libelf-devel +%if %{tcp_wrappers} +Requires: tcp_wrappers-devel +%endif %description devel The net-snmp-devel package contains the development libraries and @@ -342,6 +345,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/lib*.so.* %changelog +* Thu Dec 7 2006 Joe Orton - 5.4-3 +- add Requires for tcp_wrappers-devel for -devel + * Mon Dec 4 2006 Radek Vokál - 5.4-2 - rebuilt against tcp_wrappers-devel