diff --git a/tftp.spec b/tftp.spec index 336638f..7ad3673 100644 --- a/tftp.spec +++ b/tftp.spec @@ -3,11 +3,12 @@ Summary: The client for the Trivial File Transfer Protocol (TFTP). Name: tftp Version: %{tftp_hpa_version} -Release: 2 +Release: 3 Copyright: BSD Group: Applications/Internet Source0: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{tftp_hpa_version}.tar.gz Source2: tftp-xinetd +Patch: tftp-0.28-malta.patch BuildRoot: %{_tmppath}/%{name}-root %description @@ -32,6 +33,7 @@ enabled unless it is expressly needed. The TFTP server is run from %prep %setup -q -n tftp-hpa-%{version} +%patch -p1 -b .malta %build @@ -73,6 +75,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/* %changelog +* Thu Jun 27 2002 Elliot Lee +- Try applying HJ's patch from #65476 + * Fri Jun 21 2002 Tim Powers - automated rebuild