1 |
# $Id: smeserver-arkeia.spec,v 1.24 2009/08/24 17:58:13 slords Exp $ |
# $Id: smeserver-tw-logonscript.spec,v 1.4 2009/10/19 22:13:18 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 3%{?dist} |
%define release 6 |
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} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
Source: smeserver-tw-logonscript-%{version}.tar.gz |
Source: smeserver-tw-logonscript-%{version}.tar.gz |
13 |
|
Patch0: smeserver-tw-logonscript-1.3-removeblank.patch |
14 |
|
Patch1: smeserver-tw-logonscript-1.3-locale-2009-10-21.patch |
15 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
16 |
Group: Applications/Backup |
Group: Networking/Daemons |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
|
BuildRequires: e-smith-devtools |
20 |
|
|
21 |
%description |
%description |
22 |
TechnologyWise Windows/Linux logon script for Samba |
TechnologyWise Windows/Linux logon script for Samba |
23 |
|
|
24 |
%prep |
%prep |
25 |
%setup |
%setup |
26 |
|
%patch0 -p1 |
27 |
|
%patch1 -p1 |
28 |
|
|
29 |
%build |
%build |
30 |
perl createlinks |
perl createlinks |
44 |
%defattr(-,root,root) |
%defattr(-,root,root) |
45 |
|
|
46 |
%changelog |
%changelog |
47 |
|
* Wed Oct 21 2009 SME Translation Server <translations@contribs.org> 1.3-6.sme |
48 |
|
- apply locale 2009-10-21 patch |
49 |
|
- cleanup changelog to be more readable |
50 |
|
|
51 |
|
* Tue Oct 20 2009 Christian Costa <christian@tw.co.nz> 1.3-5 |
52 |
|
- Added e-smith-devtools as a build requirement |
53 |
|
|
54 |
|
* Tue Oct 20 2009 Christian Costa <christian@tw.co.nz> 1.3-04 |
55 |
|
- Removed a blank space from the source code for testing purposes |
56 |
|
|
57 |
* Thu Oct 8 2009 Christian Costa <christian@tw.co.nz> |
* Thu Oct 8 2009 Christian Costa <christian@tw.co.nz> |
58 |
Added localisation support |
- Added localisation support |
59 |
Added server-manager embedded custom group batch file editing |
- Added server-manager embedded custom group batch file editing |
60 |
Fixed a bug with user custom scripts that were being executed more than once |
- Fixed a bug with user custom scripts that were being executed more than once |
61 |
|
|
62 |
* Thu Sep 3 2009 Christian Costa <christian@tw.co.nz> |
* Thu Sep 3 2009 Christian Costa <christian@tw.co.nz> |
63 |
New specs file, new version number |
- New specs file, new version number |
64 |
|
|
65 |
* Mon Aug 10 2009 Christian Costa <christian@tw.co.nz> |
* Mon Aug 10 2009 Christian Costa <christian@tw.co.nz> |
66 |
Branched out from the 61netlogonshare custom script and added a new db property for smb called LogonScript |
- Branched out from the 61netlogonshare custom script and added a new db property for smb called LogonScript |
67 |
|
|
68 |
* Wed Jul 8 2009 Christian Costa <christian@tw.co.nz> |
* Wed Jul 8 2009 Christian Costa <christian@tw.co.nz> |
69 |
Added .pam_mount.conf.xml generation for Linux clients using libpam-mount. |
- Added .pam_mount.conf.xml generation for Linux clients using libpam-mount. |
70 |
|
|
71 |
* Wed Jul 29 2008 Christian Costa <christian@tw.co.nz> |
* Wed Jul 29 2008 Christian Costa <christian@tw.co.nz> |
72 |
Added a feature that maps the drive if all users are allowed to read an I-bay. |
- Added a feature that maps the drive if all users are allowed to read an I-bay. |
73 |
Extended the drive letter range from F to Z. |
- Extended the drive letter range from F to Z. |
74 |
|
|
75 |
* Wed Jul 9 2008 Christian Costa <christian@tw.co.nz> |
* Wed Jul 9 2008 Christian Costa <christian@tw.co.nz> |
76 |
Added the server-manager web interface to the package. |
- Added the server-manager web interface to the package. |
77 |
|
|