--- rpms/smeserver-tftp-server/contribs9/smeserver-tftp-server.spec 2016/03/10 10:58:16 1.2 +++ rpms/smeserver-tftp-server/contribs9/smeserver-tftp-server.spec 2016/03/18 09:13:43 1.3 @@ -1,4 +1,4 @@ -# $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 $ # Authority: nocvs # Name: Trevor Batley @@ -19,6 +19,7 @@ BuildRoot: /var/tmp/%{name}-%{version}-% BuildArch: noarch Requires: ipsvd >= 0.11.1 Patch1: smeserver-tftp-server-1.2-dbdefaults.patch +Patch2: smeserver-tftp-server-1.2-refuse.patch %description smeserver wrapper for tftp-server @@ -31,6 +32,7 @@ and should not be enabled unless it is e %prep %setup -q -n %{name}-%{version} %patch1 -p1 +%patch2 -p1 %build perl createlinks @@ -48,6 +50,11 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog +* Fri Mar 18 2016 Trevor Batley 1.0-4 +- Added -r (--refuse) option [SME 9248] +- Fixed -u option on updsvd (missing space after -u) [SME 9316] +- Added disabled option on logging [SME 9317] + * Thu Mar 10 2016 Trevor Batley 1.2-2 - Fixed default values [SME 9043]