6 |
# ctdb is enabled by default, you can disable it with: --without clustering |
# ctdb is enabled by default, you can disable it with: --without clustering |
7 |
%bcond_without clustering |
%bcond_without clustering |
8 |
|
|
9 |
%define main_release 12.5 |
%define main_release 12.6 |
10 |
|
|
11 |
%define samba_version 4.4.4 |
%define samba_version 4.4.4 |
12 |
%define talloc_version 2.1.6 |
%define talloc_version 2.1.6 |
194 |
%if %{with_vfs_cephfs} |
%if %{with_vfs_cephfs} |
195 |
BuildRequires: libcephfs1-devel |
BuildRequires: libcephfs1-devel |
196 |
%endif |
%endif |
197 |
|
BuildRequires: gnutls-devel |
198 |
# Allow build with testsuite which uses heimdal |
# Allow build with testsuite which uses heimdal |
199 |
#%if %{with_dc} |
#%if %{with_dc} |
200 |
#BuildRequires: gnutls-devel >= 3.4.7 |
#BuildRequires: gnutls-devel >= 3.4.7 |
2027 |
%endif # with_clustering_support |
%endif # with_clustering_support |
2028 |
|
|
2029 |
%changelog |
%changelog |
2030 |
* Thu Mar 02 2017 Jean-Philipe Pialasse <tests@pialasse.com> 4.4.4-12.5.sme |
* Thu Mar 02 2017 Jean-Philipe Pialasse <tests@pialasse.com> 4.4.4-12.6.sme |
2031 |
- added DC support thanks to Greg Zartman work [SME: 9817] |
- added DC support thanks to Greg Zartman work [SME: 9817] |
2032 |
|
- added Buildrequires gnutls-devel |
2033 |
|
|
2034 |
* Tue Nov 15 2016 Andreas Schneider <asn@redhat.com> - 4.4.4-12 |
* Tue Nov 15 2016 Andreas Schneider <asn@redhat.com> - 4.4.4-12 |
2035 |
- related: #1393051 - Fix return code if ip not defined in gethostbyname |
- related: #1393051 - Fix return code if ip not defined in gethostbyname |