/[smecontribs]/rpms/smeserver-tftp-server/contribs7/smeserver-tftp-server.spec
ViewVC logotype

Contents of /rpms/smeserver-tftp-server/contribs7/smeserver-tftp-server.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Thu Feb 28 19:47:02 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-tftp-server-1_0-2_el4_sme
Changes since 1.1: +1 -25 lines
Fix spec

1 %define name smeserver-tftp-server
2 %define version 1.0
3 %define release 2
4
5 Summary: Wrapper for tftp-server for the Trivial File Transfer Protocol (TFTP).
6 Name: %{name}
7 Version: %{version}
8 Release: %{release}%{?dist}
9 License: GPL
10 Group: Network
11 Source: %{name}-%{version}.tar.gz
12 Requires: smeserver-release >= 7.0 tftp-server >= 0.39
13 BuildRequires: e-smith-devtools >= 1.13.1-03
14 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15 BuildArch: noarch
16 Requires: ipsvd >= 0.11.1
17
18 %description
19 smeserver wrapper for tftp-server
20 The Trivial File Transfer Protocol (TFTP) is normally used only for
21 booting diskless workstations. The tftp package provides the user
22 interface for TFTP, which allows users to transfer files to and from a
23 remote machine. This program and TFTP provide very little security,
24 and should not be enabled unless it is expressly needed.
25
26 %prep
27 %setup -q -n %{name}-%{version}
28
29 %build
30 perl createlinks
31
32 %install
33 /bin/rm -rf $RPM_BUILD_ROOT
34 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
35 /bin/rm -f %{name}-%{version}-filelist
36 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files -f %{name}-%{version}-filelist
42 %defattr(-,root,root)
43
44 %changelog
45 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
46 - Clean up spec so package can be built by koji/plague
47
48 * Sat Apr 28 2007 Trevor Batley <trevorbatley@users.sourceforge.net> 1.0-1
49 - Fixed incorrect createlinks for /etc/rc.d/init.d/supervise/tftpd to daemontools
50 - Removed symlink from /service/tftpd to /var/service/tftpd and used createlinks instead
51 - Changed %preun from config to /sbin/e-smith/db config and /etc/init.d to /etc/rc.d/init.d
52 - Removed %BuildPreReq as this applied when it included tftp-server
53 - Added %BuildArch: noarch as this wrapper does NOT require any specific architecture
54
55 * Wed Apr 25 2007 Trevor Batley <trevorbatley@users.sourceforge.net> 1.0-1
56 - Updated Release tag to new smeserver standard
57 - Changed contrib to just contain the wrapper code and require tftp-server from centos
58 - As it's a wrapper, changed verion number to it's own (rather that that of tftp-server)
59
60 * Sun Dec 17 2006 Charlie Brady <charlieb@e-smith.com>
61 - Replace deprecated Copyright header with License.
62
63 * Tue Apr 4 2006 Trevor Batley <trevorbatley@users.sourceforge.net>
64 - Set tftpd to disabled and stop as part of pre-uninstall script
65 - Set default user to root
66
67 * Mon Mar 20 2006 Trevor Batley <trevorbatley@users.sourceforge.net>
68 - Repackage for smeserver v7.x
69 - Based on repackaging already done by Daniel Warnet <daniel@tw.co.nz>
70
71 * Mon Sep 13 2004 Elliot Lee <sopwith@redhat.com> 0.39-1
72 - Update to new version makes tftp work, says upstream.
73 - Remove malta patch
74
75 * Mon Sep 13 2004 Elliot Lee <sopwith@redhat.com> 0.38-1
76 - Update to new version fixes #131736
77
78 * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
79 - rebuilt
80
81 * Thu Jun 03 2004 Elliot Lee <sopwith@redhat.com> 0.36-1
82 - Update version
83
84 * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
85 - rebuilt
86
87 * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
88 - rebuilt
89
90 * Fri Apr 11 2003 Elliot Lee <sopwith@redhat.com>
91 - 0.33
92 - Add /tftpboot directory (#88204)
93
94 * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
95 - rebuilt
96
97 * Sun Feb 23 2003 Tim Powers <timp@redhat.com>
98 - add BuildPreReq on tcp_wrappers
99
100 * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
101 - rebuilt
102
103 * Mon Nov 11 2002 Elliot Lee <sopwith@redhat.com> 0.32-1
104 - Update to 0.32
105
106 * Wed Oct 23 2002 Elliot Lee <sopwith@redhat.com> 0.30-1
107 - Fix #55789
108 - Update to 0.30
109
110 * Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com>
111 - Try applying HJ's patch from #65476
112
113 * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
114 - automated rebuild
115
116 * Mon Jun 17 2002 Elliot Lee <sopwith@redhat.com>
117 - Update to 0.29
118
119 * Thu May 23 2002 Tim Powers <timp@redhat.com>
120 - automated rebuild
121
122 * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
123 - automated rebuild
124
125 * Tue Dec 18 2001 Elliot Lee <sopwith@redhat.com> 0.17-15
126 - Add patch4: netkit-tftp-0.17-defaultport.patch for bug #57562
127 - Update to tftp-hpa-0.28 (bug #56131)
128 - Remove include/arpa/tftp.h to fix #57259
129 - Add resource limits in tftp-xinetd (#56722)
130
131 * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
132 - Bump release + rebuild.
133
134 * Tue Jun 12 2001 Helge Deller <hdeller@redhat.de> (0.17-13)
135 - updated tftp-hpa source to tftp-hpa-0.17
136 - tweaked specfile with different defines for tftp-netkit and tftp-hpa version
137 - use hpa's tftpd.8 man page instead of the netkits one
138
139 * Mon May 07 2001 Helge Deller <hdeller@redhat.de>
140 - rebuilt in 7.1.x
141
142 * Wed Apr 18 2001 Helge Deller <hdeller@redhat.de>
143 - fix tftp client's put problems (#29529)
144 - update to tftp-hpa-0.16
145
146 * Wed Apr 4 2001 Jakub Jelinek <jakub@redhat.com>
147 - don't let configure to guess compiler, it can pick up egcs
148
149 * Thu Feb 08 2001 Helge Deller <hdeller@redhat.de>
150 - changed "wait" in xinetd file to "yes" (hpa-tftpd forks and exits) (#26467)
151 - fixed hpa-tftpd to handle files greater than 32MB (#23725)
152 - added "-l" flag to hpa-tftpd for file-logging (#26467)
153 - added description for "-l" to the man-page
154
155 * Thu Feb 08 2001 Helge Deller <hdeller@redhat.de>
156 - updated tftp client to 0.17 stable (#19640),
157 - drop dependency on xinetd for tftp client (#25051),
158
159 * Wed Jan 17 2001 Jeff Johnson <jbj@redhat.com>
160 - xinetd shouldn't wait on tftp (which forks) (#23923).
161
162 * Sat Jan 6 2001 Jeff Johnson <jbj@redhat.com>
163 - fix to permit tftp put's (#18128).
164 - startup as root with chroot to /tftpboot with early reversion to nobody
165 is preferable to starting as nobody w/o ability to chroot.
166 - %%post is needed by server, not client. Add %%postun for erasure as well.
167
168 * Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
169 - default to being disabled
170
171 * Thu Aug 17 2000 Jeff Johnson <jbj@redhat.com>
172 - correct group.
173
174 * Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
175 - change user from root to nobody
176
177 * Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com>
178 - update to tftp-hpa-0.14 (#14003).
179 - add server_args (#14003).
180 - remove -D_BSD_SOURCE (#14003).
181
182 * Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
183 - cook up an xinetd config file for tftpd
184
185 * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
186 - automatic rebuild
187
188 * Sun Jun 18 2000 Jeff Johnson <jbj@redhat.com>
189 - FHS packaging.
190 - update to 0.17.
191
192 * Fri May 5 2000 Matt Wilson <msw@redhat.com>
193 - use _BSD_SOURCE for hpa's tftpd so we get BSD signal semantics.
194
195 * Fri Feb 11 2000 Bill Nottingham <notting@redhat.com>
196 - fix description
197
198 * Wed Feb 9 2000 Jeff Johnson <jbj@redhat.com>
199 - compress man pages (again).
200
201 * Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
202 - man pages are compressed
203 - fix description and summary
204
205 * Tue Jan 4 2000 Bill Nottingham <notting@redhat.com>
206 - split client and server
207
208 * Tue Dec 21 1999 Jeff Johnson <jbj@redhat.com>
209 - update to 0.16.
210
211 * Sat Aug 28 1999 Jeff Johnson <jbj@redhat.com>
212 - update to 0.15.
213
214 * Wed Apr 7 1999 Jeff Johnson <jbj@redhat.com>
215 - tftpd should truncate file when overwriting (#412)
216
217 * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
218 - auto rebuild in the new build environment (release 22)
219
220 * Mon Mar 15 1999 Jeff Johnson <jbj@redhat.com>
221 - compile for 6.0.
222
223 * Fri Aug 7 1998 Jeff Johnson <jbj@redhat.com>
224 - build root
225
226 * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
227 - translations modified for de, fr, tr
228
229 * Mon Sep 22 1997 Erik Troan <ewt@redhat.com>
230 - added check for getpwnam() failure
231
232 * Tue Jul 15 1997 Erik Troan <ewt@redhat.com>
233 - initial build

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed