--- rpms/smeserver-tw-logonscript/contribs7/smeserver-tw-logonscript.spec 2009/10/16 23:17:44 1.1 +++ rpms/smeserver-tw-logonscript/contribs7/smeserver-tw-logonscript.spec 2009/10/27 17:43:52 1.6 @@ -1,25 +1,32 @@ -# $Id: smeserver-arkeia.spec,v 1.24 2009/08/24 17:58:13 slords Exp $ +# $Id: smeserver-tw-logonscript.spec,v 1.5 2009/10/21 17:48:54 vip-ire Exp $ # Authority: chriscosta # Name: Christian Costa %define name smeserver-tw-logonscript %define version 1.3 -%define release 3%{?dist} +%define release 7 Summary: TechnologyWise Windows/Linux logon script for Samba Name: %{name} Version: %{version} Release: %{release}%{?dist} Source: smeserver-tw-logonscript-%{version}.tar.gz +Patch0: smeserver-tw-logonscript-1.3-removeblank.patch +Patch1: smeserver-tw-logonscript-1.3-locale-2009-10-21.patch +Patch2: smeserver-tw-logonscript-1.3-locale-2009-10-27.patch License: GNU GPL version 2 -Group: Applications/Backup +Group: Networking/Daemons BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot +BuildRequires: e-smith-devtools %description TechnologyWise Windows/Linux logon script for Samba %prep %setup +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build perl createlinks @@ -39,19 +46,37 @@ rm -rf %{name} %defattr(-,root,root) %changelog +* Tue Oct 27 2009 SME Translation Server 1.3-7.sme +- apply locale 2009-10-27 patch + +* Wed Oct 21 2009 SME Translation Server 1.3-6.sme +- apply locale 2009-10-21 patch +- cleanup changelog to be more readable + +* Tue Oct 20 2009 Christian Costa 1.3-5 +- Added e-smith-devtools as a build requirement + +* Tue Oct 20 2009 Christian Costa 1.3-04 +- Removed a blank space from the source code for testing purposes + * Thu Oct 8 2009 Christian Costa -Added localisation support -Added server-manager embedded custom group batch file editing -Fixed a bug with user custom scripts that were being executed more than once +- Added localisation support +- Added server-manager embedded custom group batch file editing +- Fixed a bug with user custom scripts that were being executed more than once + * Thu Sep 3 2009 Christian Costa -New specs file, new version number +- New specs file, new version number + * Mon Aug 10 2009 Christian Costa -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 + * Wed Jul 8 2009 Christian Costa -Added .pam_mount.conf.xml generation for Linux clients using libpam-mount. +- Added .pam_mount.conf.xml generation for Linux clients using libpam-mount. + * Wed Jul 29 2008 Christian Costa -Added a feature that maps the drive if all users are allowed to read an I-bay. -Extended the drive letter range from F to Z. +- Added a feature that maps the drive if all users are allowed to read an I-bay. +- Extended the drive letter range from F to Z. + * Wed Jul 9 2008 Christian Costa -Added the server-manager web interface to the package. +- Added the server-manager web interface to the package.