--- rpms/smeserver-pxe/contribs10/smeserver-pxe.spec 2022/05/09 07:41:21 1.2 +++ rpms/smeserver-pxe/contribs10/smeserver-pxe.spec 2022/05/28 04:52:26 1.3 @@ -6,7 +6,7 @@ Summary: Allow pxeboot of client machine %define name smeserver-pxe Name: %{name} %define version 0.1 -%define release 2 +%define release 3 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -18,12 +18,16 @@ Requires: e-smith-base BuildRequires: e-smith-devtools >= 1.13.1-03 AutoReq: yes Patch1: smeserver-pxe-0.1-update_default_arch.patch +Patch2: smeserver-pxe-0.1-nextserver.patch %description Global settings for dhcp to allow clients to network boot. Assumes sme server is acting as dhcp server. %changelog +* Sat May 28 2022 Trevor Batley 0.1-3.sme +- Remove incorrect = sign from nextserver parameter and enclsing "'s + * Mon May 09 2022 Trevor Batley 0.1-2.sme - Set default architecture executables to Centos 7 defaults [SME 11969] @@ -36,6 +40,7 @@ Assumes sme server is acting as dhcp ser %setup -q -n %{name}-%{version} %patch1 -p1 +%patch2 -p1 %build