1 |
chriscosta |
1.7 |
# $Id: smeserver-tw-logonscript.spec,v 1.6 2009/10/27 17:43:52 slords Exp $ |
2 |
slords |
1.1 |
# Authority: chriscosta |
3 |
|
|
# Name: Christian Costa |
4 |
|
|
|
5 |
|
|
%define name smeserver-tw-logonscript |
6 |
|
|
%define version 1.3 |
7 |
chriscosta |
1.7 |
%define release 8 |
8 |
slords |
1.1 |
Summary: TechnologyWise Windows/Linux logon script for Samba |
9 |
|
|
Name: %{name} |
10 |
|
|
Version: %{version} |
11 |
|
|
Release: %{release}%{?dist} |
12 |
|
|
Source: smeserver-tw-logonscript-%{version}.tar.gz |
13 |
chriscosta |
1.3 |
Patch0: smeserver-tw-logonscript-1.3-removeblank.patch |
14 |
vip-ire |
1.5 |
Patch1: smeserver-tw-logonscript-1.3-locale-2009-10-21.patch |
15 |
slords |
1.6 |
Patch2: smeserver-tw-logonscript-1.3-locale-2009-10-27.patch |
16 |
chriscosta |
1.7 |
Patch3: smeserver-tw-logonscript-1.3-PamMountOptsFix-HomeNameChange.patch |
17 |
slords |
1.1 |
License: GNU GPL version 2 |
18 |
chriscosta |
1.3 |
Group: Networking/Daemons |
19 |
slords |
1.1 |
BuildArchitectures: noarch |
20 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
chriscosta |
1.4 |
BuildRequires: e-smith-devtools |
22 |
slords |
1.1 |
|
23 |
|
|
%description |
24 |
|
|
TechnologyWise Windows/Linux logon script for Samba |
25 |
|
|
|
26 |
|
|
%prep |
27 |
|
|
%setup |
28 |
chriscosta |
1.3 |
%patch0 -p1 |
29 |
vip-ire |
1.5 |
%patch1 -p1 |
30 |
slords |
1.6 |
%patch2 -p1 |
31 |
chriscosta |
1.7 |
%patch3 -p1 |
32 |
slords |
1.1 |
%build |
33 |
|
|
perl createlinks |
34 |
|
|
|
35 |
|
|
%install |
36 |
|
|
rm -rf $RPM_BUILD_ROOT |
37 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
38 |
|
|
rm -f %{name}-%{version}-filelist |
39 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
40 |
|
|
> %{name}-%{version}-filelist |
41 |
|
|
|
42 |
|
|
%clean |
43 |
|
|
cd .. |
44 |
|
|
rm -rf %{name} |
45 |
|
|
|
46 |
|
|
%files -f %{name}-%{version}-filelist |
47 |
|
|
%defattr(-,root,root) |
48 |
|
|
|
49 |
|
|
%changelog |
50 |
chriscosta |
1.7 |
* Thu Oct 29 2009 SME Translation Server <christian@tw.co.nz> 1.3-8.sme |
51 |
|
|
- Added additional pam_mount options to the .pam_mount.xml generation routine |
52 |
|
|
- Changed the user's home dir mount point name from home to win_home |
53 |
|
|
|
54 |
slords |
1.6 |
* Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 1.3-7.sme |
55 |
|
|
- apply locale 2009-10-27 patch |
56 |
|
|
|
57 |
vip-ire |
1.5 |
* Wed Oct 21 2009 SME Translation Server <translations@contribs.org> 1.3-6.sme |
58 |
|
|
- apply locale 2009-10-21 patch |
59 |
|
|
- cleanup changelog to be more readable |
60 |
|
|
|
61 |
chriscosta |
1.4 |
* Tue Oct 20 2009 Christian Costa <christian@tw.co.nz> 1.3-5 |
62 |
chriscosta |
1.7 |
<<<<<<< smeserver-tw-logonscript.spec |
63 |
|
|
Added e-smith-devtools as a build requirement |
64 |
|
|
|
65 |
|
|
======= |
66 |
vip-ire |
1.5 |
- Added e-smith-devtools as a build requirement |
67 |
|
|
|
68 |
chriscosta |
1.7 |
>>>>>>> 1.6 |
69 |
chriscosta |
1.3 |
* Tue Oct 20 2009 Christian Costa <christian@tw.co.nz> 1.3-04 |
70 |
chriscosta |
1.7 |
<<<<<<< smeserver-tw-logonscript.spec |
71 |
|
|
Removed a blank space from the source code for testing purposes |
72 |
|
|
|
73 |
|
|
======= |
74 |
vip-ire |
1.5 |
- Removed a blank space from the source code for testing purposes |
75 |
|
|
|
76 |
chriscosta |
1.7 |
>>>>>>> 1.6 |
77 |
slords |
1.1 |
* Thu Oct 8 2009 Christian Costa <christian@tw.co.nz> |
78 |
chriscosta |
1.7 |
<<<<<<< smeserver-tw-logonscript.spec |
79 |
|
|
Added localisation support |
80 |
|
|
Added server-manager embedded custom group batch file editing |
81 |
|
|
Fixed a bug with user custom scripts that were being executed more than once |
82 |
|
|
|
83 |
|
|
======= |
84 |
vip-ire |
1.5 |
- Added localisation support |
85 |
|
|
- Added server-manager embedded custom group batch file editing |
86 |
|
|
- Fixed a bug with user custom scripts that were being executed more than once |
87 |
|
|
|
88 |
chriscosta |
1.7 |
>>>>>>> 1.6 |
89 |
slords |
1.1 |
* Thu Sep 3 2009 Christian Costa <christian@tw.co.nz> |
90 |
chriscosta |
1.7 |
<<<<<<< smeserver-tw-logonscript.spec |
91 |
|
|
New specs file, new version number |
92 |
|
|
|
93 |
|
|
======= |
94 |
vip-ire |
1.5 |
- New specs file, new version number |
95 |
|
|
|
96 |
chriscosta |
1.7 |
>>>>>>> 1.6 |
97 |
slords |
1.1 |
* Mon Aug 10 2009 Christian Costa <christian@tw.co.nz> |
98 |
chriscosta |
1.7 |
<<<<<<< smeserver-tw-logonscript.spec |
99 |
|
|
Branched out from the 61netlogonshare custom script and added a new db property for smb called LogonScript |
100 |
|
|
|
101 |
|
|
======= |
102 |
vip-ire |
1.5 |
- Branched out from the 61netlogonshare custom script and added a new db property for smb called LogonScript |
103 |
|
|
|
104 |
chriscosta |
1.7 |
>>>>>>> 1.6 |
105 |
slords |
1.1 |
* Wed Jul 8 2009 Christian Costa <christian@tw.co.nz> |
106 |
chriscosta |
1.7 |
<<<<<<< smeserver-tw-logonscript.spec |
107 |
|
|
Added .pam_mount.conf.xml generation for Linux clients using libpam-mount. |
108 |
|
|
|
109 |
|
|
======= |
110 |
vip-ire |
1.5 |
- Added .pam_mount.conf.xml generation for Linux clients using libpam-mount. |
111 |
|
|
|
112 |
chriscosta |
1.7 |
>>>>>>> 1.6 |
113 |
slords |
1.1 |
* Wed Jul 29 2008 Christian Costa <christian@tw.co.nz> |
114 |
chriscosta |
1.7 |
<<<<<<< smeserver-tw-logonscript.spec |
115 |
|
|
Added a feature that maps the drive if all users are allowed to read an I-bay. |
116 |
|
|
Extended the drive letter range from F to Z. |
117 |
|
|
|
118 |
|
|
======= |
119 |
vip-ire |
1.5 |
- Added a feature that maps the drive if all users are allowed to read an I-bay. |
120 |
|
|
- Extended the drive letter range from F to Z. |
121 |
|
|
|
122 |
chriscosta |
1.7 |
>>>>>>> 1.6 |
123 |
slords |
1.1 |
* Wed Jul 9 2008 Christian Costa <christian@tw.co.nz> |
124 |
chriscosta |
1.7 |
<<<<<<< smeserver-tw-logonscript.spec |
125 |
|
|
Added the server-manager web interface to the package. |
126 |
|
|
======= |
127 |
vip-ire |
1.5 |
- Added the server-manager web interface to the package. |
128 |
slords |
1.1 |
|
129 |
chriscosta |
1.7 |
>>>>>>> 1.6 |