1 |
# $Id: smeserver-tftp-server.spec,v 1.4 2021/11/10 12:07:54 brianr Exp $ |
# $Id: smeserver-tftp-server.spec,v 1.8 2022/06/27 02:02:16 trevorb 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 13 |
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} |
18 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArch: noarch |
BuildArch: noarch |
|
Requires: ipsvd >= 0.11.1 |
|
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 |
27 |
Patch7: smeserver-tftp-server-1.2-Add-Update-event-to-createlinks.patch |
Patch7: smeserver-tftp-server-1.2-Add-Update-event-to-createlinks.patch |
28 |
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 |
29 |
Patch9: smeserver-tftp-server-1.2-updated-systemd-unit-files.patch |
Patch9: smeserver-tftp-server-1.2-updated-systemd-unit-files.patch |
30 |
|
Patch10: smeserver-tftp-server-1.2-fix-missing-systemd-directories.patch |
31 |
|
Patch11: smeserver-tftp-server-1.2-12025-backup.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 |
|
%patch11 -p1 |
54 |
|
|
55 |
%build |
%build |
56 |
perl createlinks |
perl createlinks |
73 |
%defattr(-,root,root) |
%defattr(-,root,root) |
74 |
|
|
75 |
%changelog |
%changelog |
76 |
|
* Fri Mar 22 2024 Trevor Batley <trevor@batley.id.au> 1.2-13.sme |
77 |
|
- Remove superfluous Provides: ipsvd [SME: 12517] |
78 |
|
|
79 |
|
* Mon Jun 27 2022 Trevor Batley <trevor@batley.id.au> 1.2-12.sme |
80 |
|
- Add tftp root directory (/tftpboot) to backups [SME: 12025] |
81 |
|
|
82 |
|
* Thu Apr 14 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-11.sme |
83 |
|
- Fix missing systemd directories [SME: 11927] |
84 |
|
- Add default 50koozali.conf files |
85 |
|
|
86 |
* 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 |
87 |
- Update systemd unit files [SME: 11927] |
- Update systemd unit files [SME: 11927] |
88 |
- Migrate db from tftpd to tftp [SME: 11928] |
- Migrate db from tftpd to tftp [SME: 11928] |