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 27 |
%define release 26 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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: samba4 |
Requires: samba >= 3.5.10 |
40 |
Requires: samba4-client |
Requires: samba-client >= 3.5.10 |
41 |
Requires: samba4-common |
Requires: samba-common >= 3.5.10 |
|
Requires: samba4-winbind |
|
|
Requires: samba4-winbind-clients |
|
|
Requires: samba4-libs |
|
|
# the previous provides what gives libsmbclient. |
|
|
# need to create symlink |
|
|
# /usr/lib64/libwbclient.so.0 to /usr/lib64/samba/libwbclient.so.0 |
|
|
# /usr/lib64/ |
|
|
# /usr/lib64/libsmbclient.so.0 to /usr/lib64/samba/libsmbclient.so.0 |
|
|
# ?? /usr/lib64/libsmbsharemodes.so.0 |
|
|
# Obsoletes: libsmbclient |
|
|
Obsoletes: samba < 4 |
|
|
Obsoletes: samba-client < 4 |
|
|
Obsoletes: samba-common < 4 |
|
|
Obsoletes: samba-winbind < 4 |
|
|
Obsoletes: samba-winbind-clients < 4 |
|
|
#Requires: samba >= 3.5.10 |
|
|
#Requires: samba-client >= 3.5.10 |
|
|
#Requires: samba-common >= 3.5.10 |
|
42 |
Obsoletes: samba3x |
Obsoletes: samba3x |
43 |
Obsoletes: samba3x-client |
Obsoletes: samba3x-client |
44 |
Obsoletes: samba3x-common |
Obsoletes: samba3x-common |
57 |
AutoReqProv: no |
AutoReqProv: no |
58 |
|
|
59 |
%changelog |
%changelog |
|
* Tue May 08 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-27.sme |
|
|
- build for samba4 support [SME: 10580] |
|
|
|
|
60 |
* Wed May 02 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-26.sme |
* 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] |
- 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 |
- removed client max protocol option as not available for current samba version |
1274 |
|
|
1275 |
|
|
1276 |
%build |
%build |
|
# /usr/lib64/libwbclient.so.0 to /usr/lib64/samba/libwbclient.so.0 |
|
|
# /usr/lib64/libsmbclient.so.0 to /usr/lib64/samba/libsmbclient.so.0 |
|
|
echo 'safe_symlink("/usr/lib64/samba/libwbclient.so.0", "root/usr/lib64/libwbclient.so.0");' >> createlinks |
|
|
echo 'safe_symlink("/usr/lib64/samba/libsmbclient.so.0", "root/usr/lib64/libsmbclient.so.0");' >> createlinks |
|
1277 |
perl createlinks |
perl createlinks |
1278 |
|
|
1279 |
%install |
%install |