/[smeserver]/rpms/e-smith-samba/sme9/e-smith-samba.spec
ViewVC logotype

Diff of /rpms/e-smith-samba/sme9/e-smith-samba.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.24 by stephdl, Mon Nov 30 19:20:37 2015 UTC Revision 1.29 by jpp, Wed Jun 20 02:50:46 2018 UTC
# Line 1  Line 1 
1  # $Id: e-smith-samba.spec,v 1.23 2015/09/17 15:47:54 stephdl 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 22  %define release 27
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 25  Patch12: e-smith-samba-2.4.0-audit_param Line 25  Patch12: e-smith-samba-2.4.0-audit_param
25  Patch13: e-smith-samba-2.4.0.bz9038.W10_registry.patch  Patch13: e-smith-samba-2.4.0.bz9038.W10_registry.patch
26  Patch14: e-smith-samba-2.4.0-smbaudit_rsyslog.patch  Patch14: e-smith-samba-2.4.0-smbaudit_rsyslog.patch
27  Patch15: e-smith-samba-2.4.0.bz9048.RoamingProfileForW8.patch  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
# Line 32  BuildRequires: e-smith-devtools >= 1.13. Line 36  BuildRequires: e-smith-devtools >= 1.13.
36  Obsoletes: e-smith-regedit  Obsoletes: e-smith-regedit
37  Requires: e-smith-lib >= 2.2.0-2  Requires: e-smith-lib >= 2.2.0-2
38  Requires: e-smith-formmagick >= 1.4.0-9  Requires: e-smith-formmagick >= 1.4.0-9
39  Requires: samba >= 3.5.10  Requires: samba4
40  Requires: samba-client >= 3.5.10  Requires: samba4-client
41  Requires: samba-common >= 3.5.10  Requires: samba4-common
42    Requires: samba4-winbind
43    Requires: samba4-winbind-clients
44    Requires: samba4-libs
45    # the previous provides what gives libsmbclient.
46    # need to create symlink
47    # /usr/lib64/libwbclient.so.0  to /usr/lib64/samba/libwbclient.so.0
48    # /usr/lib64/
49    # /usr/lib64/libsmbclient.so.0 to /usr/lib64/samba/libsmbclient.so.0
50    # ?? /usr/lib64/libsmbsharemodes.so.0
51    # Obsoletes: libsmbclient
52    Obsoletes: samba < 4
53    Obsoletes: samba-client < 4
54    Obsoletes: samba-common < 4
55    Obsoletes: samba-winbind < 4
56    Obsoletes: samba-winbind-clients < 4
57    #Requires: samba >= 3.5.10
58    #Requires: samba-client >= 3.5.10
59    #Requires: samba-common >= 3.5.10
60  Obsoletes: samba3x  Obsoletes: samba3x
61  Obsoletes: samba3x-client  Obsoletes: samba3x-client
62  Obsoletes: samba3x-common  Obsoletes: samba3x-common
# Line 53  Requires: /usr/bin/tdbbackup Line 75  Requires: /usr/bin/tdbbackup
75  AutoReqProv: no  AutoReqProv: no
76    
77  %changelog  %changelog
78    * Tue May 08 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-27.sme
79    - build for samba4 support [SME: 10580]
80    
81    * Wed May 02 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-26.sme
82    - fix wrong syntax for max protocol for current samba version [SME: 10575]
83    - removed client max protocol option as not available for current samba version
84    - added min protocol option
85    
86    * Fri Feb 09 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-25.sme
87    - fix Missing letter in /server-resources/regedit/win10samba.reg [SME: 10492]
88    
89    * Fri Mar 24 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-24.sme
90    - fix outlook error code 0x8004011c  [SME: 10106]
91    - when setting up and email account on a win10 computer joined to a domain (with roaming profiles)
92    
93    * Wed Sep 21 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-23.sme
94    - Create V6 profile dir (for Win10 roaming profiles) [SME: 9772]
95    
96  * Wed Sep 16 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-22.sme  * Wed Sep 16 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-22.sme
97  - The samba performance registry is now added in the win10samba.reg [SME: 9038]  - The samba performance registry is now added in the win10samba.reg [SME: 9038]
98    
# Line 1249  Configuration files and templates for th Line 1289  Configuration files and templates for th
1289  %patch13 -p1  %patch13 -p1
1290  %patch14 -p1  %patch14 -p1
1291  %patch15 -p1  %patch15 -p1
1292    %patch16 -p1
1293    %patch17 -p1
1294    %patch18 -p1
1295    
1296    
1297  %build  %build
1298    # /usr/lib64/libwbclient.so.0  to /usr/lib64/samba/libwbclient.so.0
1299    # /usr/lib64/libsmbclient.so.0 to /usr/lib64/samba/libsmbclient.so.0
1300    echo 'safe_symlink("/usr/lib64/samba/libwbclient.so.0", "root/usr/lib64/libwbclient.so.0");' >> createlinks
1301    echo 'safe_symlink("/usr/lib64/samba/libsmbclient.so.0", "root/usr/lib64/libsmbclient.so.0");' >> createlinks
1302  perl createlinks  perl createlinks
1303    
1304  %install  %install


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed