--- rpms/smeserver-tw-logonscript/contribs7/smeserver-tw-logonscript.spec 2009/11/19 03:18:50 1.10 +++ rpms/smeserver-tw-logonscript/contribs7/smeserver-tw-logonscript.spec 2009/12/01 00:05:14 1.11 @@ -1,10 +1,10 @@ -# $Id: smeserver-tw-logonscript.spec,v 1.9 2009/11/16 01:19:46 chriscosta Exp $ +# $Id: smeserver-tw-logonscript.spec,v 1.10 2009/11/19 03:18:50 chriscosta Exp $ # Authority: chriscosta # Name: Christian Costa %define name smeserver-tw-logonscript %define version 1.3 -%define release 11 +%define release 12 Summary: TechnologyWise Windows/Linux logon script for Samba Name: %{name} Version: %{version} @@ -19,6 +19,7 @@ Patch5: smeserver-tw-logonscript-1.3-en_ Patch6: smeserver-tw-logonscript-1.3-functionsPrintGroupTable.patch Patch7: smeserver-tw-logonscript-1.3-panelPrintGroupTable.patch Patch8: smeserver-tw-logonscript-1.3-TemplateWarningFix.patch +Patch9: smeserver-tw-logonscript-1.3-signalEventPatch.patch License: GNU GPL version 2 Group: Networking/Daemons BuildArchitectures: noarch @@ -39,6 +40,7 @@ TechnologyWise Windows/Linux logon scrip %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 %build perl createlinks @@ -57,6 +59,9 @@ rm -rf %{name} %defattr(-,root,root) %changelog +* Tue Dec 1 2009 Christian Costa 1.3-12 +- Changed the createlinks script to correctly set up the templates to expand so that netlogon.bat will be expanded with workgroup-update and post-upgrade + * Thu Nov 19 2009 Christian Costa 1.3-11 - Changes to the netlogon.bat template. If no drive letters were associate to I-bays it generated errors. Also defaulted the home drive to H: in case none is set. - Added two missing files to the workgroup-update and post-upgrade events.