1 |
# $Id: e-smith-samba.spec,v 1.12 2013/07/06 00:20:17 wellsi Exp $ |
# $Id: e-smith-samba.spec,v 1.28 2018/05/02 17:13:27 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith specific Samba configuration files and templates |
Summary: e-smith specific Samba configuration files and templates |
4 |
%define name e-smith-samba |
%define name e-smith-samba |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 12 |
%define release 26 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
19 |
Patch7: e-smith-samba-2.4.0-win8Samba.patch |
Patch7: e-smith-samba-2.4.0-win8Samba.patch |
20 |
Patch8: e-smith-samba-2.4.0-maxProtocol.patch |
Patch8: e-smith-samba-2.4.0-maxProtocol.patch |
21 |
Patch9: e-smith-samba-2.4.0-WideLinks.patch |
Patch9: e-smith-samba-2.4.0-WideLinks.patch |
22 |
|
Patch10: e-smith-samba-2.4.0-shadow_copy.patch |
23 |
|
Patch11: e-smith-samba-2.4.0-20smb.patch |
24 |
|
Patch12: e-smith-samba-2.4.0-audit_param.patch |
25 |
|
Patch13: e-smith-samba-2.4.0.bz9038.W10_registry.patch |
26 |
|
Patch14: e-smith-samba-2.4.0-smbaudit_rsyslog.patch |
27 |
|
Patch15: e-smith-samba-2.4.0.bz9048.RoamingProfileForW8.patch |
28 |
|
Patch16: e-smith-samba-2.4.0-create_v6_profile_dir.patch |
29 |
|
Patch17: e-smith-samba-2.4.0.bz10106.outlook2016domainmember.patch |
30 |
|
Patch18: e-smith-samba-2.4.0.bz10575.FixMaxProtocol.patch |
31 |
|
|
32 |
Obsoletes: e-smith-netlogon |
Obsoletes: e-smith-netlogon |
33 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
34 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
57 |
AutoReqProv: no |
AutoReqProv: no |
58 |
|
|
59 |
%changelog |
%changelog |
60 |
|
* Wed May 02 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-26.sme |
61 |
|
- fix wrong syntax for max protocol for current samba version [SME: 10575] |
62 |
|
- removed client max protocol option as not available for current samba version |
63 |
|
- added min protocol option |
64 |
|
|
65 |
|
* Fri Feb 09 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-25.sme |
66 |
|
- fix Missing letter in /server-resources/regedit/win10samba.reg [SME: 10492] |
67 |
|
|
68 |
|
* Fri Mar 24 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-24.sme |
69 |
|
- fix outlook error code 0x8004011c [SME: 10106] |
70 |
|
- when setting up and email account on a win10 computer joined to a domain (with roaming profiles) |
71 |
|
|
72 |
|
* Wed Sep 21 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-23.sme |
73 |
|
- Create V6 profile dir (for Win10 roaming profiles) [SME: 9772] |
74 |
|
|
75 |
|
* Wed Sep 16 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-22.sme |
76 |
|
- The samba performance registry is now added in the win10samba.reg [SME: 9038] |
77 |
|
|
78 |
|
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-20.sme |
79 |
|
- Corrected typo in patch of bad character '“', relative to roaming profile |
80 |
|
- e-smith-samba-2.4.0.bz9038.W10_registry.patch [SME: 9038] |
81 |
|
- e-smith-samba-2.4.0.bz9048.RoamingProfileForW8.patch [SME: 9048] |
82 |
|
|
83 |
|
* Wed Sep 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-18.sme |
84 |
|
- Added e-smith-samba-2.4.0.bz9048.RoamingProfileForW8.patch |
85 |
|
- Modified the registry file for roaming profile with W8 [SME: 9048] |
86 |
|
- Roaming profiles follow Windows version (.V2,.V3,.V4,.V5) [SME: 9038] |
87 |
|
|
88 |
|
* Fri Sep 4 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-17.sme |
89 |
|
- Replace syslog template to rsyslog so samba audits are logged in the correct |
90 |
|
file [SME: 9037] |
91 |
|
|
92 |
|
* Fri Sep 4 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-16.sme |
93 |
|
- added W10 support to SME Domain [SME: 9038] |
94 |
|
- e-smith-samba-2.4.0.bz9038.W10_registry.patch |
95 |
|
|
96 |
|
* Thu Sep 3 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-15.sme |
97 |
|
- Fix samba audit parameters [SME: 9037] |
98 |
|
Patch from Jorge Gonzalez |
99 |
|
|
100 |
|
* Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-14.sme |
101 |
|
- Remove 20smb as migrating from pre-SME7 is not supported [SME: 7486] |
102 |
|
|
103 |
|
* Thu Oct 10 2013 Greg Zartman <gzartman@koozali.org> 2.4.0-13.sme |
104 |
|
- Replace vfs_shadow_copy with vfs_shadow_copy2 for shadow snapshots [SME:7894] |
105 |
|
|
106 |
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-12.sme |
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-12.sme |
107 |
- Add template for wide links [SME: 7752] |
- Add template for wide links [SME: 7752] |
108 |
|
|
1262 |
%patch7 -p1 |
%patch7 -p1 |
1263 |
%patch8 -p1 |
%patch8 -p1 |
1264 |
%patch9 -p1 |
%patch9 -p1 |
1265 |
|
%patch10 -p1 |
1266 |
|
%patch11 -p1 |
1267 |
|
%patch12 -p1 |
1268 |
|
%patch13 -p1 |
1269 |
|
%patch14 -p1 |
1270 |
|
%patch15 -p1 |
1271 |
|
%patch16 -p1 |
1272 |
|
%patch17 -p1 |
1273 |
|
%patch18 -p1 |
1274 |
|
|
1275 |
|
|
1276 |
%build |
%build |
1277 |
perl createlinks |
perl createlinks |