1 |
# $Id: smeserver-tftp-server.spec,v 1.4 2021/11/10 12:07:54 brianr Exp $ |
# $Id: smeserver-tftp-server.spec,v 1.5 2022/04/11 10:14:31 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 10 |
%define release 11 |
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} |
28 |
Patch7: smeserver-tftp-server-1.2-Add-Update-event-to-createlinks.patch |
Patch7: smeserver-tftp-server-1.2-Add-Update-event-to-createlinks.patch |
29 |
Patch8: smeserver-tftp-server-1.2-Expand-hosts-allow-in-update-event.patch |
Patch8: smeserver-tftp-server-1.2-Expand-hosts-allow-in-update-event.patch |
30 |
Patch9: smeserver-tftp-server-1.2-updated-systemd-unit-files.patch |
Patch9: smeserver-tftp-server-1.2-updated-systemd-unit-files.patch |
31 |
|
Patch10: smeserver-tftp-server-1.2-fix-missing-systemd-directories.patch |
32 |
|
|
33 |
%description |
%description |
34 |
smeserver wrapper for tftp-server |
smeserver wrapper for tftp-server |
49 |
%patch7 -p1 |
%patch7 -p1 |
50 |
%patch8 -p1 |
%patch8 -p1 |
51 |
%patch9 -p1 |
%patch9 -p1 |
52 |
|
%patch10 -p1 |
53 |
|
|
54 |
%build |
%build |
55 |
perl createlinks |
perl createlinks |
72 |
%defattr(-,root,root) |
%defattr(-,root,root) |
73 |
|
|
74 |
%changelog |
%changelog |
75 |
|
* Thu Apr 14 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-11.sme |
76 |
|
- Fix missing systemd directories [SME: 11927] |
77 |
|
- Add default 50koozali.conf files |
78 |
|
|
79 |
* Mon Apr 11 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-10.sme |
* Mon Apr 11 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-10.sme |
80 |
- Update systemd unit files [SME: 11927] |
- Update systemd unit files [SME: 11927] |
81 |
- Migrate db from tftpd to tftp [SME: 11928] |
- Migrate db from tftpd to tftp [SME: 11928] |