From e07841b78cc3787b8acebee3c2c9e9862b6133c2 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 13:19:22 +0000 Subject: [PATCH] auto-import changelog data from tftp-0.32-4.src.rpm Mon Feb 24 2003 Elliot Lee - rebuilt Sun Feb 23 2003 Tim Powers - add BuildPreReq on tcp_wrappers Wed Jan 22 2003 Tim Powers - rebuilt Mon Nov 11 2002 Elliot Lee 0.32-1 - Update to 0.32 Wed Oct 23 2002 Elliot Lee 0.30-1 - Fix #55789 - Update to 0.30 --- .cvsignore | 2 +- sources | 2 +- tftp.spec | 21 +++++++++++++++++++-- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 829161c..4542373 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tftp-hpa-0.29.tar.gz +tftp-hpa-0.32.tar.gz diff --git a/sources b/sources index 6e9cb65..5e9c52b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bed4a5446fcdc6da373994f129f7581f tftp-hpa-0.29.tar.gz +6ec412feb770b73cba54f35fe2ee4f81 tftp-hpa-0.32.tar.gz diff --git a/tftp.spec b/tftp.spec index 7ad3673..1d0db05 100644 --- a/tftp.spec +++ b/tftp.spec @@ -1,14 +1,15 @@ -%define tftp_hpa_version 0.29 +%define tftp_hpa_version 0.32 Summary: The client for the Trivial File Transfer Protocol (TFTP). Name: tftp Version: %{tftp_hpa_version} -Release: 3 +Release: 4 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 +BuildPreReq: tcp_wrappers BuildRoot: %{_tmppath}/%{name}-root %description @@ -75,6 +76,22 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/* %changelog +* Mon Feb 24 2003 Elliot Lee +- rebuilt + +* Sun Feb 23 2003 Tim Powers +- add BuildPreReq on tcp_wrappers + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Mon Nov 11 2002 Elliot Lee 0.32-1 +- Update to 0.32 + +* Wed Oct 23 2002 Elliot Lee 0.30-1 +- Fix #55789 +- Update to 0.30 + * Thu Jun 27 2002 Elliot Lee - Try applying HJ's patch from #65476