1 |
# $Id: smeserver-tftp-server.spec,v 1.5 2016/03/31 10:30:03 trevorbatley Exp $ |
# $Id: smeserver-tftp-server.spec,v 1.6 2018/03/29 08:50:52 jcrisp 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 5 |
%define release 6 |
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} |
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 |
Patch4: smeserver-tftp-server-1.2-allow.patch |
25 |
Patch5: smeserver-tftp-server-1.2-blksize.patch |
Patch5: smeserver-tftp-server-1.2-blksize.patch |
26 |
|
Patch6: smeserver-tftp-server-1.2-blksize-check.patch |
27 |
|
|
28 |
%description |
%description |
29 |
smeserver wrapper for tftp-server |
smeserver wrapper for tftp-server |
40 |
%patch3 -p1 |
%patch3 -p1 |
41 |
%patch4 -p1 |
%patch4 -p1 |
42 |
%patch5 -p1 |
%patch5 -p1 |
43 |
|
%patch6 -p1 |
44 |
|
|
45 |
%build |
%build |
46 |
perl createlinks |
perl createlinks |
58 |
%defattr(-,root,root) |
%defattr(-,root,root) |
59 |
|
|
60 |
%changelog |
%changelog |
61 |
|
* Mon Nov 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-6 |
62 |
|
- Add a blksize check [SME:10646] |
63 |
|
|
64 |
* Thu Mar 29 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-5 |
* Thu Mar 29 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-5 |
65 |
- fix refuse setting when no key is set [10549] |
- fix refuse setting when no key is set [10549] |
66 |
- add blksize option |
- add blksize option |