1 |
# $Id: smeserver-tw-logonscript.spec,v 1.10 2009/11/19 03:18:50 chriscosta Exp $ |
# $Id: smeserver-tw-logonscript.spec,v 1.11 2009/12/01 00:05:14 chriscosta Exp $ |
2 |
# Authority: chriscosta |
# Authority: chriscosta |
3 |
# Name: Christian Costa |
# Name: Christian Costa |
4 |
|
|
5 |
%define name smeserver-tw-logonscript |
%define name smeserver-tw-logonscript |
6 |
%define version 1.3 |
%define version 1.3 |
7 |
%define release 12 |
%define release 13 |
8 |
Summary: TechnologyWise Windows/Linux logon script for Samba |
Summary: TechnologyWise Windows/Linux logon script for Samba |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
20 |
Patch7: smeserver-tw-logonscript-1.3-panelPrintGroupTable.patch |
Patch7: smeserver-tw-logonscript-1.3-panelPrintGroupTable.patch |
21 |
Patch8: smeserver-tw-logonscript-1.3-TemplateWarningFix.patch |
Patch8: smeserver-tw-logonscript-1.3-TemplateWarningFix.patch |
22 |
Patch9: smeserver-tw-logonscript-1.3-signalEventPatch.patch |
Patch9: smeserver-tw-logonscript-1.3-signalEventPatch.patch |
23 |
|
Patch10: smeserver-tw-logonscript-1.3-signalEventPatch2.patch |
24 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
25 |
Group: Networking/Daemons |
Group: Networking/Daemons |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
42 |
%patch7 -p1 |
%patch7 -p1 |
43 |
%patch8 -p1 |
%patch8 -p1 |
44 |
%patch9 -p1 |
%patch9 -p1 |
45 |
|
%patch10 -p1 |
46 |
%build |
%build |
47 |
perl createlinks |
perl createlinks |
48 |
|
|
61 |
%defattr(-,root,root) |
%defattr(-,root,root) |
62 |
|
|
63 |
%changelog |
%changelog |
64 |
|
* Tue Dec 1 2009 Christian Costa <christian@tw.co.nz> 1.3-13 |
65 |
|
- Changed event name on createlinks to bootstrap-console-save instead of post-upgrade. |
66 |
|
|
67 |
* Tue Dec 1 2009 Christian Costa <christian@tw.co.nz> 1.3-12 |
* Tue Dec 1 2009 Christian Costa <christian@tw.co.nz> 1.3-12 |
68 |
- 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 |
- 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 |
69 |
|
|