--- rpms/smeserver-tw-logonscript/contribs10/smeserver-tw-logonscript.spec 2020/10/14 09:40:35 1.2 +++ rpms/smeserver-tw-logonscript/contribs10/smeserver-tw-logonscript.spec 2021/04/19 02:05:58 1.4 @@ -1,10 +1,10 @@ -# $Id: smeserver-tw-logonscript.spec,v 1.1 2020/10/14 07:48:20 brianr Exp $ +# $Id: smeserver-tw-logonscript.spec,v 1.3 2021/03/29 10:14:18 brianr Exp $ # Authority: chriscosta # Name: Christian Costa %define name smeserver-tw-logonscript %define version 1.5 -%define release 5 +%define release 7 Summary: TechnologyWise Windows/Linux logon script for Samba Name: %{name} Version: %{version} @@ -17,6 +17,8 @@ BuildRoot: /var/tmp/%{name}-%{version}-% BuildRequires: e-smith-devtools Patch0: smeserver-tw-logonscript-1.5.bz9047.Carp_declared_2_times.patch Patch1: smeserver-tw-logonscript-1.5-locale-2016-03-09.patch +Patch2: smeserver-tw-logonscript-1.5-Add-Update-event-to-createlinks.patch +Patch3: smeserver-tw-logonscript-1.5-bz11039-bz6511.patch %description TechnologyWise Windows/Linux logon script for Samba @@ -25,7 +27,8 @@ TechnologyWise Windows/Linux logon scrip %setup %patch0 -p1 %patch1 -p1 - +%patch2 -p1 +%patch3 -p1 %build perl createlinks @@ -45,6 +48,17 @@ rm -rf %{name} %defattr(-,root,root) %changelog +* Sun Apr 18 2021 Jean-Philippe Pialasse 1.5-7.sme +- fix pannel warnings and errors [SME: 11039] +- Incorrect file premission netlogon *.bat [SME: 6511] + +* Mon Mar 29 2021 Brian Read 1.5-6.sme +- Add Update event to createlinks [SME: 11038] + +* Mon Mar 29 2021 BogusDateBot +- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, + by assuming the date is correct and changing the weekday. + * Wed Oct 14 2020 Brian Read 1.5-5.sme - Initial import to SME10 tree [SME: 11038]