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

Annotation 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.5 - (hide annotations) (download)
Thu Mar 31 10:30:03 2016 UTC (8 years, 1 month ago) by trevorbatley
Branch: MAIN
CVS Tags: smeserver-tftp-server-1_2-4_el6_sme
Changes since 1.4: +7 -2 lines
added whitespace before line in /etc/hosts.allow fragment [9417]

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

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