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

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

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


Revision 1.3 - (show annotations) (download)
Fri Mar 18 09:13:43 2016 UTC (8 years, 2 months ago) by trevorbatley
Branch: MAIN
Changes since 1.2: +8 -1 lines
[9248] [9316] [9317]

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

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