6 |
%define name smeserver-pxe |
%define name smeserver-pxe |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 0.1 |
%define version 0.1 |
9 |
%define release 1 |
%define release 2 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
17 |
Requires: e-smith-base |
Requires: e-smith-base |
18 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
19 |
AutoReq: yes |
AutoReq: yes |
20 |
|
Patch1: smeserver-pxe-0.1-update_default_arch.patch |
21 |
|
|
22 |
%description |
%description |
23 |
Global settings for dhcp to allow clients to network boot. |
Global settings for dhcp to allow clients to network boot. |
24 |
Assumes sme server is acting as dhcp server. |
Assumes sme server is acting as dhcp server. |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
* Thu Apr 28 2022 Trevor Batley <trevor@batley.id.au> 1.0-1.sme |
* Mon May 09 2022 Trevor Batley <trevor@batley.id.au> 0.1-2.sme |
28 |
- Initial release [SME: 10821] |
- Set default architecture executables to Centos 7 defaults [SME 11969] |
29 |
|
|
30 |
|
* Thu Apr 28 2022 Trevor Batley <trevor@batley.id.au> 0.1-1.sme |
31 |
|
- Initial release [SME 10821] |
32 |
- Split of PXE Global parameters out of smeserver-thinclient |
- Split of PXE Global parameters out of smeserver-thinclient |
33 |
- Allow for different architectures (including UEFI booting) |
- Allow for different architectures (including UEFI booting) |
34 |
|
|
35 |
%prep |
%prep |
36 |
|
|
37 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
38 |
|
%patch1 -p1 |
39 |
|
|
40 |
%build |
%build |
41 |
|
|