--- rpms/e-smith-samba/sme10/e-smith-samba.spec 2021/04/20 03:47:27 1.23 +++ rpms/e-smith-samba/sme10/e-smith-samba.spec 2021/11/01 01:08:54 1.25 @@ -1,10 +1,10 @@ -# $Id: e-smith-samba.spec,v 1.22 2021/04/17 02:00:19 jpp Exp $ +# $Id: e-smith-samba.spec,v 1.24 2021/04/21 17:35:18 jpp Exp $ Summary: e-smith specific Samba configuration files and templates %define name e-smith-samba Name: %{name} %define version 2.6.0 -%define release 22 +%define release 24 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -23,6 +23,7 @@ Patch9: e-smith-samba-2.6.0-bz11118-bz11 Patch10: e-smith-samba-2.6.0-bz11348-user-create-profiledir.patch Patch11: e-smith-samba-2.6.0-bz11349-logging.patch Patch12: e-smith-samba-2.6.0-bz11555.patch +Patch13: e-smith-samba-2.6.0.bz11725.create_v6_profile_dir.patch Obsoletes: e-smith-netlogon BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot @@ -52,7 +53,10 @@ Requires: /usr/bin/tdbbackup AutoReqProv: no %changelog -* Mon Apr 19 2021 Jean-Philippe Pialasse 2.6.0-22.sme +* Mon Nov 01 2021 Terry Fage 2.6.0-24.sme +- samba create v6 profile dir win10 [SME: 11725] + +* Mon Apr 19 2021 Jean-Philippe Pialasse 2.6.0-23.sme - netlogon.bat +x [SME: 11566] * Fri Apr 16 2021 Jean-Philippe Pialasse 2.6.0-21.sme @@ -1319,6 +1323,7 @@ rm -rf root/service root/var/service roo %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 %build perl createlinks @@ -1329,7 +1334,6 @@ rm -rf $RPM_BUILD_ROOT /sbin/e-smith/genfilelist \ --file '/sbin/e-smith/systemd/nmbd-prepare' 'attr(0554,root,root)' \ --file '/sbin/e-smith/systemd/smbd-prepare' 'attr(0554,root,root)' \ - --file '/home/e-smith/files/samba/netlogon/netlogon.bat' 'attr(0755,admin,admin)' \ --dir '/var/log/smbd' 'attr(2750,smelog,smelog)' \ --dir '/var/log/nmbd' 'attr(2750,smelog,smelog)' \ --file '/sbin/e-smith/samba_check_password' 'attr(0555,root,root)' \