/[smecontribs]/rpms/smeserver-pxe/contribs10/smeserver-pxe.spec
ViewVC logotype

Diff of /rpms/smeserver-pxe/contribs10/smeserver-pxe.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by trevorb, Sat Apr 30 02:44:38 2022 UTC Revision 1.4 by trevorb, Sat Jul 2 12:14:55 2022 UTC
# Line 6  Summary: Allow pxeboot of client machine Line 6  Summary: Allow pxeboot of client machine
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 4
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 17  BuildArch: noarch Line 17  BuildArch: noarch
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    Patch2: smeserver-pxe-0.1-nextserver.patch
22    
23  %description  %description
24  Global settings for dhcp to allow clients to network boot.  Global settings for dhcp to allow clients to network boot.
25  Assumes sme server is acting as dhcp server.  Assumes sme server is acting as dhcp server.
26    
27  %changelog  %changelog
28  * Thu Apr 28 2022 Trevor Batley <trevor@batley.id.au> 1.0-1.sme  * Sat Jul 2 2022 Trevor Batley ,trevor@batley.id.au> 0.1-4.sme
29  - Initial release [SME: 10821]  - add event smeserver-pxe-update to trigger dhcpd restart via creatlinks [12087]
30    
31    * Sat May 28 2022 Trevor Batley <trevor@batley.id.au> 0.1-3.sme
32    - Remove incorrect = sign from nextserver parameter and enclsing "'s
33    
34    * Mon May 09 2022 Trevor Batley <trevor@batley.id.au> 0.1-2.sme
35    - Set default architecture executables to Centos 7 defaults [SME 11969]
36    
37    * Thu Apr 28 2022 Trevor Batley <trevor@batley.id.au> 0.1-1.sme
38    - Initial release [SME 10821]
39  - Split of PXE Global parameters out of smeserver-thinclient  - Split of PXE Global parameters out of smeserver-thinclient
40  - Allow for different architectures (including UEFI booting)  - Allow for different architectures (including UEFI booting)
41    
42  %prep  %prep
43    
44  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
45    %patch1 -p1
46    %patch2 -p1
47    
48  %build  %build
49    perl createlinks
50    
51  %install  %install
52  /bin/rm -rf $RPM_BUILD_ROOT  /bin/rm -rf $RPM_BUILD_ROOT


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed