- add Requires for tcp_wrappers-devel for -devel

This commit is contained in:
jorton 2006-12-07 10:51:42 +00:00
parent f1c11c6175
commit 19e887cb91

View File

@ -7,7 +7,7 @@
Summary: A collection of SNMP protocol tools and libraries Summary: A collection of SNMP protocol tools and libraries
Name: net-snmp Name: net-snmp
Version: %{major_ver} Version: %{major_ver}
Release: 2%{?dist} Release: 3%{?dist}
Epoch: 1 Epoch: 1
License: BSDish License: BSDish
@ -83,6 +83,9 @@ Summary: The development environment for the NET-SNMP project.
Requires: %{name} = %{epoch}:%{version} Requires: %{name} = %{epoch}:%{version}
Obsoletes: ucd-snmp-devel Obsoletes: ucd-snmp-devel
Requires: beecrypt-devel, elfutils-devel, rpm-devel, elfutils-libelf-devel Requires: beecrypt-devel, elfutils-devel, rpm-devel, elfutils-libelf-devel
%if %{tcp_wrappers}
Requires: tcp_wrappers-devel
%endif
%description devel %description devel
The net-snmp-devel package contains the development libraries and The net-snmp-devel package contains the development libraries and
@ -342,6 +345,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/lib*.so.* %{_libdir}/lib*.so.*
%changelog %changelog
* Thu Dec 7 2006 Joe Orton <jorton@redhat.com> - 5.4-3
- add Requires for tcp_wrappers-devel for -devel
* Mon Dec 4 2006 Radek Vokál <rvokal@redhat.com> - 5.4-2 * Mon Dec 4 2006 Radek Vokál <rvokal@redhat.com> - 5.4-2
- rebuilt against tcp_wrappers-devel - rebuilt against tcp_wrappers-devel