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

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

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


Revision 1.4 - (show annotations) (download)
Thu Mar 17 11:17:43 2016 UTC (8 years, 2 months ago) by trevorbatley
Branch: MAIN
Changes since 1.3: +3 -2 lines
[SME 9248] [ 9316] [9317]

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

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