--- rpms/smeserver-tw-logonscript/contribs7/smeserver-tw-logonscript.spec 2009/10/16 23:19:29 1.2 +++ rpms/smeserver-tw-logonscript/contribs7/smeserver-tw-logonscript.spec 2009/10/21 17:48:54 1.5 @@ -1,25 +1,30 @@ -# $Id: smeserver-tw-logonscript.spec,v 1.1 2009/10/16 23:17:44 slords Exp $ +# $Id: smeserver-tw-logonscript.spec,v 1.4 2009/10/19 22:13:18 chriscosta Exp $ # Authority: chriscosta # Name: Christian Costa %define name smeserver-tw-logonscript %define version 1.3 -%define release 3 +%define release 6 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 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 %build perl createlinks @@ -39,19 +44,34 @@ rm -rf %{name} %defattr(-,root,root) %changelog +* 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.