13 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArch: noarch |
BuildArch: noarch |
16 |
|
Requires: ipsvd >= 0.11.1 |
17 |
|
|
18 |
%description |
%description |
19 |
smeserver wrapper for tftp-server |
smeserver wrapper for tftp-server |
23 |
remote machine. This program and TFTP provide very little security, |
remote machine. This program and TFTP provide very little security, |
24 |
and should not be enabled unless it is expressly needed. |
and should not be enabled unless it is expressly needed. |
25 |
|
|
|
%package server |
|
|
Group: System Environment/Daemons |
|
|
Summary: The server for the Trivial File Transfer Protocol (TFTP). |
|
|
Requires: ipsvd >= 0.11.1 |
|
|
|
|
|
%description server |
|
|
The Trivial File Transfer Protocol (TFTP) is normally used only for |
|
|
booting diskless workstations. The tftp-server package provides the |
|
|
server for TFTP, which allows users to transfer files to and from a |
|
|
remote machine. TFTP provides very little security, and should not be |
|
|
enabled unless it is expressly needed. smeserver-tftp-server is a |
|
|
wrapper to allow the TFTP server to be run from /var/service/tftpd, |
|
|
and to run on SME SERVER 7 via daemontools. |
|
|
|
|
26 |
%prep |
%prep |
27 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
28 |
|
|
39 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
40 |
|
|
41 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
|
|
|
42 |
%defattr(-,root,root) |
%defattr(-,root,root) |
43 |
|
|
|
%pre |
|
|
|
|
|
%preun |
|
|
/sbin/e-smith/db config setprop tftpd status disabled |
|
|
/etc/rc.d/init.d/supervise/tftpd stop |
|
|
|
|
|
%post |
|
|
|
|
|
%postun |
|
|
|
|
44 |
%changelog |
%changelog |
45 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
46 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |