/[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.2 - (hide annotations) (download)
Thu Mar 10 10:58:16 2016 UTC (8 years, 2 months ago) by trevorbatley
Branch: MAIN
CVS Tags: smeserver-tftp-server-1_2-2_el6_sme
Changes since 1.1: +7 -2 lines
Fix default config values [SME 9043]

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

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