diff --git a/tftp.spec b/tftp.spec index dd67cfc..428e2c8 100644 --- a/tftp.spec +++ b/tftp.spec @@ -3,14 +3,14 @@ Summary: The client for the Trivial File Transfer Protocol (TFTP). Name: tftp Version: %{tftp_hpa_version} -Release: 3.1 +Release: 3.2 License: BSD Group: Applications/Internet Source0: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{tftp_hpa_version}.tar.gz Patch0: tftp-0.40-remap.patch Patch1: tftp-hpa-0.42-sigjmp.patch Patch2: tftp-hpa-0.39-tzfix.patch -BuildPreReq: tcp_wrappers +BuildPreReq: tcp_wrappers-devel BuildRoot: %{_tmppath}/%{name}-root %description @@ -80,6 +80,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/* %changelog +* Mon Dec 04 2006 Maros Barabas - 0.42-3.2 +- change BuildRequires from tcp_wrappers to tcp_wrappers-devel + * Wed Jul 12 2006 Jesse Keating - 0.42-3.1 - rebuild