From 925fed7193fd7f4b1ac373d7705d8fde43f0f636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Wed, 23 Mar 2005 09:03:29 +0000 Subject: [PATCH] - use tftp-xinetd from tarball (#143589) --- tftp.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tftp.spec b/tftp.spec index 2113aa8..a9faafa 100644 --- a/tftp.spec +++ b/tftp.spec @@ -3,11 +3,10 @@ Summary: The client for the Trivial File Transfer Protocol (TFTP). Name: tftp Version: %{tftp_hpa_version} -Release: 4 +Release: 5 License: BSD Group: Applications/Internet Source0: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{tftp_hpa_version}.tar.bz2 -Source2: tftp-xinetd BuildPreReq: tcp_wrappers BuildRoot: %{_tmppath}/%{name}-root @@ -49,7 +48,7 @@ make INSTALLROOT=${RPM_BUILD_ROOT} \ SBINDIR=%{_sbindir} MANDIR=%{_mandir} \ install install -m755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d/ ${RPM_BUILD_ROOT}/tftpboot -install -m644 %{SOURCE2} ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d/tftp +install -m644 tftp-xinetd ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d/tftp %post server /sbin/service xinetd reload > /dev/null 2>&1 || : @@ -75,6 +74,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/* %changelog +* Wed Mar 23 2005 Radek Vokal 0.40-5 +- use tftp-xinetd from tarball (#143589) + * Fri Mar 04 2005 Radek Vokal 0.40-4 - gcc4 rebuilt