1 |
# $Id: smeserver-thinclient.spec,v 1.3 2020/10/29 18:45:26 trevorb Exp $ |
# $Id: smeserver-thinclient.spec,v 1.3 2022/04/30 02:49:07 trevorb Exp $ |
2 |
# Authority: nocvs |
# Authority: nocvs |
3 |
# Name: Trevor Batley |
# Name: Trevor Batley |
4 |
|
|
6 |
%define name smeserver-thinclient |
%define name smeserver-thinclient |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 2.2 |
%define version 2.2 |
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, smeserver-pxe |
Requires: e-smith-base, smeserver-pxe |
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-thinclient-2.2-migrate_DB_open_RW.patch |
21 |
|
|
22 |
%description |
%description |
23 |
Manage diskless workstation/device booting over network. |
Manage diskless workstation/device booting over network. |
27 |
Requires sme server to be acting as the dhcp server |
Requires sme server to be acting as the dhcp server |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Tue May 10 2022 Trevor Batley <trevor@batley.id.au> 2.2-2.sme |
31 |
|
* added missing migrate/00openRW fragment for thinslient DB [SME 11967] |
32 |
|
|
33 |
* Thu Apr 28 2022 Trevor Batley <trevor@batley.id.au> 2.2-1.sme |
* Thu Apr 28 2022 Trevor Batley <trevor@batley.id.au> 2.2-1.sme |
34 |
- added /etc/dhcpd.thinclient include file for pxe clients |
- added /etc/dhcpd.thinclient include file for pxe clients |
35 |
- remove core pxe components and add requirement for smeserver-pxe [SME: 11960] |
- remove core pxe components and add requirement for smeserver-pxe [SME: 11960] |
147 |
|
|
148 |
%prep |
%prep |
149 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
150 |
|
%patch1 -p1 |
151 |
|
|
152 |
%build |
%build |
153 |
perl createlinks |
perl createlinks |