1 |
# $Id: smeserver-thinclient.spec,v 1.1 2013/02/13 15:09:19 unnilennium Exp $ |
# $Id: smeserver-thinclient.spec,v 1.1 2013/11/12 22:02:57 vip-ire 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.1 |
%define version 2.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-thinclient-2.1-tftpdconf.patch |
21 |
|
|
22 |
%description |
%description |
23 |
Allows for diskless workstation boot of Thin Clients over network. |
Allows for diskless workstation boot of Thin Clients over network. |
24 |
PXE capable NIC and BIOS required on target machine |
PXE capable NIC and BIOS required on target machine |
26 |
Assumes sme server is acting as dhcp server |
Assumes sme server is acting as dhcp server |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Sun Apr 4 2016 Trevor Batley <trevorbatley@usres.sourceforge.net> 2.1-2 |
30 |
|
- Run tftpd-conf when tftp server is set to Self and tftpd exists [9417] |
31 |
|
- Also remove the services2adjust restart of tftpd, which was trying to do the same |
32 |
|
|
33 |
* Tue Nov 12 2013 Daniel Berteaud <daniel@firewall-services.com> 2.1-1 |
* Tue Nov 12 2013 Daniel Berteaud <daniel@firewall-services.com> 2.1-1 |
34 |
- Rebuild for SME9 |
- Rebuild for SME9 |
35 |
|
|
128 |
|
|
129 |
%prep |
%prep |
130 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
131 |
|
%patch1 -p1 |
132 |
|
|
133 |
%build |
%build |
134 |
perl createlinks |
perl createlinks |