1 |
# $Id: smeserver-tftp-server.spec,v 1.3 2016/03/18 09:13:43 trevorbatley Exp $ |
# $Id: smeserver-tftp-server.spec,v 1.5 2016/03/31 10:30:03 trevorbatley Exp $ |
2 |
# Authority: nocvs |
# Authority: nocvs |
3 |
# Name: Trevor Batley |
# Name: Trevor Batley |
4 |
|
|
5 |
%define name smeserver-tftp-server |
%define name smeserver-tftp-server |
6 |
%define version 1.2 |
%define version 1.2 |
7 |
%define release 3 |
%define release 5 |
8 |
|
|
9 |
Summary: Wrapper for tftp-server for the Trivial File Transfer Protocol (TFTP). |
Summary: Wrapper for tftp-server for the Trivial File Transfer Protocol (TFTP). |
10 |
Name: %{name} |
Name: %{name} |
21 |
Patch1: smeserver-tftp-server-1.2-dbdefaults.patch |
Patch1: smeserver-tftp-server-1.2-dbdefaults.patch |
22 |
Patch2: smeserver-tftp-server-1.2-refuse.patch |
Patch2: smeserver-tftp-server-1.2-refuse.patch |
23 |
Patch3: smeserver-tftp-server-1.2-migrate.patch |
Patch3: smeserver-tftp-server-1.2-migrate.patch |
24 |
|
Patch4: smeserver-tftp-server-1.2-allow.patch |
25 |
|
Patch5: smeserver-tftp-server-1.2-blksize.patch |
26 |
|
|
27 |
%description |
%description |
28 |
smeserver wrapper for tftp-server |
smeserver wrapper for tftp-server |
37 |
%patch1 -p1 |
%patch1 -p1 |
38 |
%patch2 -p1 |
%patch2 -p1 |
39 |
%patch3 -p1 |
%patch3 -p1 |
40 |
|
%patch4 -p1 |
41 |
|
%patch5 -p1 |
42 |
|
|
43 |
%build |
%build |
44 |
perl createlinks |
perl createlinks |
56 |
%defattr(-,root,root) |
%defattr(-,root,root) |
57 |
|
|
58 |
%changelog |
%changelog |
59 |
|
* Thu Mar 29 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-5 |
60 |
|
- fix refuse setting when no key is set [10549] |
61 |
|
- add blksize option |
62 |
|
|
63 |
|
* Thu Mar 31 2016 Trevor Batley <trevorbatley@users.sourceforge.net> 1.2-4 |
64 |
|
- added whitespace before line in /etc/hosts.allow fragment [9417] |
65 |
|
|
66 |
* Sun Mar 20 2016 Trevor Batley <trevorbatley@users.sourceforge.net> 1.2-3 |
* Sun Mar 20 2016 Trevor Batley <trevorbatley@users.sourceforge.net> 1.2-3 |
67 |
- Added migrate fragments for the fixed default values in 9043 [SME 9351] |
- Added migrate fragments for the fixed default values in 9043 [SME 9351] |
68 |
- Added -r (--refuse) option [SME 9248] |
- Added -r (--refuse) option [SME 9248] |