diff --git a/net-snmp.spec b/net-snmp.spec index 33044cd..27010ac 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: 11%{?dist} +Release: 12%{?dist} Epoch: 1 License: BSDish @@ -90,7 +90,6 @@ Group: Development/Libraries Summary: The development environment for the NET-SNMP project. Requires: %{name} = %{epoch}:%{version} Requires: beecrypt-devel, elfutils-devel, rpm-devel, elfutils-libelf-devel -Requires: lm_sensors-devel %if %{tcp_wrappers} Requires: tcp_wrappers-devel %endif @@ -356,6 +355,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/lib*.so.* %changelog +* Fri Mar 9 2007 Radek Vokál - 5.4-12 +- lm_sensors-devel only where avaliable + * Thu Mar 1 2007 Radek Vokál - 5.4-11 - fix lm_sensors-devel Requires (#229109)