- use tftp-xinetd from tarball (#143589)
This commit is contained in:
parent
39d77547d6
commit
925fed7193
@ -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 <rvokal@redhat.com> 0.40-5
|
||||
- use tftp-xinetd from tarball (#143589)
|
||||
|
||||
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 0.40-4
|
||||
- gcc4 rebuilt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user