1 |
# $Id: smeserver-tftp-server.spec,v 1.1 2015/09/04 21:56:12 stephdl Exp $ |
# $Id: smeserver-tftp-server.spec,v 1.2 2016/03/10 10:58:16 trevorbatley Exp $ |
2 |
# Authority: nocvs |
# Authority: nocvs |
3 |
# Name: Trevor Batley |
# Name: Trevor Batley |
4 |
|
|
19 |
BuildArch: noarch |
BuildArch: noarch |
20 |
Requires: ipsvd >= 0.11.1 |
Requires: ipsvd >= 0.11.1 |
21 |
Patch1: smeserver-tftp-server-1.2-dbdefaults.patch |
Patch1: smeserver-tftp-server-1.2-dbdefaults.patch |
22 |
|
Patch2: smeserver-tftp-server-1.2-refuse.patch |
23 |
|
|
24 |
%description |
%description |
25 |
smeserver wrapper for tftp-server |
smeserver wrapper for tftp-server |
32 |
%prep |
%prep |
33 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
34 |
%patch1 -p1 |
%patch1 -p1 |
35 |
|
%patch2 -p1 |
36 |
|
|
37 |
%build |
%build |
38 |
perl createlinks |
perl createlinks |
50 |
%defattr(-,root,root) |
%defattr(-,root,root) |
51 |
|
|
52 |
%changelog |
%changelog |
53 |
|
* Fri Mar 18 2016 Trevor Batley <trevorbatley@users.sourceforge.net> 1.0-4 |
54 |
|
- Added -r (--refuse) option [SME 9248] |
55 |
|
- Fixed -u option on updsvd (missing space after -u) [SME 9316] |
56 |
|
- Added disabled option on logging [SME 9317] |
57 |
|
|
58 |
* Thu Mar 10 2016 Trevor Batley <trevorbatley@users.sourceforge.net> 1.2-2 |
* Thu Mar 10 2016 Trevor Batley <trevorbatley@users.sourceforge.net> 1.2-2 |
59 |
- Fixed default values [SME 9043] |
- Fixed default values [SME 9043] |
60 |
|
|