--- rpms/samba/sme10/samba.spec 2017/03/02 16:33:57 1.6 +++ rpms/samba/sme10/samba.spec 2018/05/08 17:00:30 1.10 @@ -6,13 +6,13 @@ # ctdb is enabled by default, you can disable it with: --without clustering %bcond_without clustering -%define main_release 12.6 +%define main_release 12.1 -%define samba_version 4.4.4 -%define talloc_version 2.1.6 -%define tdb_version 1.3.8 -%define tevent_version 0.9.28 -%define ldb_version 1.1.26 +%define samba_version 4.6.2 +%define talloc_version 2.1.9 +%define tdb_version 1.3.12 +%define tevent_version 0.9.31 +%define ldb_version 1.1.29 # This should be rc1 or nil %define pre_release %nil @@ -50,7 +50,7 @@ %endif %endif -%global libwbc_alternatives_version 0.12 +%global libwbc_alternatives_version 0.13 %global libwbc_alternatives_suffix %nil %if 0%{?__isa_bits} == 64 %global libwbc_alternatives_suffix -64 @@ -65,6 +65,8 @@ %global with_dc 1 %endif +%global required_mit_krb5 1.15.1 + %global with_clustering_support 0 %if %{with clustering} @@ -91,37 +93,46 @@ Epoch: 2 Summary: Server and Client software to interoperate with Windows machines License: GPLv3+ and LGPLv3+ -Group: System Environment/Daemons URL: http://www.samba.org/ Source0: samba-%{version}%{pre_release}.tar.xz +Source1: samba-%{version}%{pre_release}.tar.asc +Source2: gpgkey-52FBC0B86D954B0843324CDC6F33915B6568B7EA.gpg # Red Hat specific replacement-files -Source1: samba.log -Source2: samba.xinetd -Source3: smb.conf.vendor -Source4: smb.conf.example -Source5: pam_winbind.conf -Source6: samba.pamd +Source10: samba.log +Source11: smb.conf.vendor +Source12: smb.conf.example +Source13: pam_winbind.conf +Source14: samba.pamd Source200: README.dc Source201: README.downgrade -Patch0: samba-4.4.5-fix_resolving_trusted_domain_users.patch -Patch1: samba-4.4.5-fix_site_aware_net_ads_join_with_krb5.patch -Patch2: samba-4.4.5-accept_empty_realm_for_ad_domains_with_security_domain.patch -Patch3: samba-4.4.5-fix_winbind_cached_creds_memleak.patch -Patch4: CVE-2016-2119-v4-4.patch -Patch5: samba-4.4.7-fix-ctdb-test-install-dir.patch -Patch6: samba-4.4.7-fix_ads_krb5_ccname_handling.patch -Patch7: samba-4.4.7-fix_smbclient_cpu_usage_with_unreachable_ip.patch -Patch8: samba-4.4.7-fix_idmap_range_checks.patch -Patch9: samba-4.4.7-fix_smget_auth_callback.patch -Patch10: samba-4.4.6-fix_nss_wins.patch -Patch11: samba-4.4.7-fix_group_substituion_with_ad.patch -Patch12: samba-4.4.6-fix_smbclient_against_apple_and_azure.patch - -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +Patch0: samba-v4.6-gss_krb5_import_cred.patch +Patch1: samba-v4.6-credentials-fix-realm.patch +Patch2: samba-v4.6-lib-crypto-implement-samba.crypto-Python-module-for-.patch +Patch3: samba-v4-6-fix-building-with-new-glibc.patch +Patch4: samba-v4-6-fix-cross-realm-refferals.patch +Patch5: samba-v4-6-fix-kerberos-debug-message.patch +Patch6: samba-v4-6-fix-net-ads-keytab-handling.patch +Patch7: samba-v4-6-fix_winbind_child_crash.patch +Patch8: samba-v4-6-fix_path_substitutions.patch +Patch9: samba-v4-6-fix-spoolss-32bit-driver-upload.patch +Patch10: CVE-2017-7494.patch +Patch11: samba-v4-6-fix-vfs-expand-msdfs.patch +Patch12: samba-v4.7-config-dynamic-rpc-port-range.patch +Patch13: samba-v4-6-fix_smbclient_session_setup_info.patch +Patch14: samba-v4-6-fix_smbclient_username_parsing.patch +Patch15: samba-v4-6-fix_winbind_normalize_names.patch +Patch16: samba-v4-6-fix_net_ads_changetrustpw.patch +Patch17: samba-v4.6-fix_smbpasswd_user_pwd_change.patch +Patch18: samba-v4.6-graceful_fsctl_validate_negotiate_info.patch +Patch19: CVE-2017-12150.patch +Patch20: CVE-2017-12151.patch +Patch21: CVE-2017-12163.patch +Patch22: CVE-2017-14746.patch +Patch23: CVE-2017-15275.patch Requires(pre): /usr/sbin/groupadd Requires(post): systemd @@ -129,6 +140,7 @@ Requires(preun): systemd Requires(postun): systemd Requires(pre): %{name}-common = %{samba_depver} +Requires: %{name}-common = %{samba_depver} Requires: %{name}-common-libs = %{samba_depver} Requires: %{name}-common-tools = %{samba_depver} Requires: %{name}-client-libs = %{samba_depver} @@ -162,7 +174,8 @@ BuildRequires: dbus-devel BuildRequires: docbook-style-xsl BuildRequires: e2fsprogs-devel BuildRequires: gawk -BuildRequires: krb5-devel >= 1.14 +BuildRequires: gnupg2 +BuildRequires: krb5-devel >= %{required_mit_krb5} BuildRequires: libacl-devel BuildRequires: libaio-devel BuildRequires: libarchive-devel @@ -173,16 +186,20 @@ BuildRequires: libxslt BuildRequires: ncurses-devel BuildRequires: openldap-devel BuildRequires: pam-devel +#BuildRequires: perl-generators +BuildRequires: perl(Test::More) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Parse::Yapp) BuildRequires: popt-devel -BuildRequires: python BuildRequires: python-devel +#BuildRequires: python2-pygpgme +#BuildRequires: python2-subunit BuildRequires: python-tevent BuildRequires: quota-devel BuildRequires: readline-devel BuildRequires: sed BuildRequires: xfsprogs-devel +BuildRequires: xz BuildRequires: zlib-devel >= 1.2.3 BuildRequires: pkgconfig(libsystemd) @@ -194,40 +211,38 @@ BuildRequires: glusterfs-devel >= 3.4.0. %if %{with_vfs_cephfs} BuildRequires: libcephfs1-devel %endif -BuildRequires: gnutls-devel -# Allow build with testsuite which uses heimdal -#%if %{with_dc} -#BuildRequires: gnutls-devel >= 3.4.7 -# Required by samba-tool -#BuildRequires: python-crypto -#%endif +%if %{with_dc} +BuildRequires: gnutls-devel >= 3.4.7 +# Required by samba-tool to run tests +BuildRequires: python-crypto +%endif # pidl requirements BuildRequires: perl(Parse::Yapp) %if ! %with_internal_talloc -%global libtalloc_version 2.1.6 +%global libtalloc_version 2.1.9 BuildRequires: libtalloc-devel >= %{libtalloc_version} BuildRequires: pytalloc-devel >= %{libtalloc_version} %endif %if ! %with_internal_tevent -%global libtevent_version 0.9.28 +%global libtevent_version 0.9.31 BuildRequires: libtevent-devel >= %{libtevent_version} BuildRequires: python-tevent >= %{libtevent_version} %endif %if ! %with_internal_ldb -%global libldb_version 1.1.26 +%global libldb_version 1.1.29 BuildRequires: libldb-devel >= %{libldb_version} BuildRequires: pyldb-devel >= %{libldb_version} %endif %if ! %with_internal_tdb -%global libtdb_version 1.3.8 +%global libtdb_version 1.3.12 BuildRequires: libtdb-devel >= %{libtdb_version} BuildRequires: python-tdb >= %{libtdb_version} @@ -235,6 +250,8 @@ BuildRequires: python-tdb >= %{libtdb_ve %if %{with testsuite} BuildRequires: ldb-tools +BuildRequires: libcmocka-devel +BuildRequires: python2-pygpgme %endif # filter out perl requirements pulled in from examples in the docdir. @@ -252,8 +269,8 @@ Unix. ### CLIENT %package client Summary: Samba client programs -Group: Applications/System Requires(pre): %{name}-common = %{samba_depver} +Requires: %{name}-common = %{samba_depver} Requires: %{name}-common-libs = %{samba_depver} Requires: %{name}-client-libs = %{samba_depver} %if %with_libsmbclient @@ -274,11 +291,12 @@ of SMB/CIFS shares and printing to SMB/C ### CLIENT-LIBS %package client-libs Summary: Samba client libraries -Group: Applications/System Requires(pre): %{name}-common = %{samba_depver} +Requires: %{name}-common = %{samba_depver} %if %with_libwbclient Requires: libwbclient = %{samba_depver} %endif +Requires: krb5-libs >= %{required_mit_krb5} %description client-libs The samba-client-libs package contains internal libraries needed by the @@ -287,7 +305,6 @@ SMB/CIFS clients. ### COMMON %package common Summary: Files used by both Samba servers and clients -Group: Applications/System BuildArch: noarch Requires(post): systemd @@ -302,8 +319,8 @@ packages of Samba. ### COMMON-LIBS %package common-libs Summary: Libraries used by both Samba servers and clients -Group: Applications/System Requires(pre): samba-common = %{samba_depver} +Requires: samba-common = %{samba_depver} Requires: %{name}-client-libs = %{samba_depver} %if %with_libwbclient Requires: libwbclient = %{samba_depver} @@ -316,7 +333,6 @@ SMB/CIFS clients. ### COMMON-TOOLS %package common-tools Summary: Tools for Samba servers and clients -Group: Applications/System Requires: samba-common-libs = %{samba_depver} Requires: samba-client-libs = %{samba_depver} Requires: samba-libs = %{samba_depver} @@ -331,7 +347,6 @@ SMB/CIFS clients. ### DC %package dc Summary: Samba AD Domain Controller -Group: Applications/System Requires: %{name} = %{samba_depver} Requires: %{name}-libs = %{samba_depver} Requires: %{name}-dc-libs = %{samba_depver} @@ -351,7 +366,6 @@ The samba-dc package provides AD Domain ### DC-LIBS %package dc-libs Summary: Samba AD Domain Controller Libraries -Group: Applications/System Requires: %{name}-common-libs = %{samba_depver} Requires: %{name}-libs = %{samba_depver} @@ -365,7 +379,6 @@ link against the SMB, RPC and other prot ### DEVEL %package devel Summary: Developer tools for Samba libraries -Group: Development/Libraries Requires: %{name}-libs = %{samba_depver} Requires: %{name}-client-libs = %{samba_depver} @@ -381,8 +394,8 @@ libraries in the Samba suite. %if %{with_vfs_cephfs} %package vfs-cephfs Summary: Samba VFS module for Ceph distributed storage system -Group: Applications/System Requires: libcephfs1 +Requires: libldb Requires: %{name} = %{samba_depver} Requires: %{name}-libs = %{samba_depver} @@ -394,8 +407,6 @@ Samba VFS module for Ceph distributed st %if %{with_vfs_glusterfs} %package vfs-glusterfs Summary: Samba VFS module for GlusterFS -Group: Applications/System -Requires: libldb Requires: glusterfs-api >= 3.4.0.16 Requires: glusterfs >= 3.4.0.16 Requires: %{name} = %{samba_depver} @@ -412,8 +423,8 @@ Samba VFS module for GlusterFS integrati ### KRB5-PRINTING %package krb5-printing Summary: Samba CUPS backend for printing with Kerberos -Group: Applications/System Requires(pre): %{name}-client +Requires: %{name}-client Requires(post): %{_sbindir}/update-alternatives Requires(postun): %{_sbindir}/update-alternatives @@ -426,8 +437,6 @@ the Kerberos credentials cache of the us ### LIBS %package libs Summary: Samba libraries -Group: Applications/System -Requires: krb5-libs >= 1.14 Requires: %{name}-client-libs = %{samba_depver} %if %with_libwbclient Requires: libwbclient = %{samba_depver} @@ -444,8 +453,8 @@ against the SMB, RPC and other protocols %if %with_libsmbclient %package -n libsmbclient Summary: The SMB client library -Group: Applications/System Requires(pre): %{name}-common = %{samba_depver} +Requires: %{name}-common = %{samba_depver} Requires: %{name}-client-libs = %{samba_depver} %description -n libsmbclient @@ -453,7 +462,6 @@ The libsmbclient contains the SMB client %package -n libsmbclient-devel Summary: Developer tools for the SMB client library -Group: Development/Libraries Requires: libsmbclient = %{samba_depver} %description -n libsmbclient-devel @@ -466,7 +474,6 @@ suite. %if %with_libwbclient %package -n libwbclient Summary: The winbind client library -Group: Applications/System Requires: %{name}-client-libs = %{samba_depver} %description -n libwbclient @@ -475,7 +482,6 @@ suite. %package -n libwbclient-devel Summary: Developer tools for the winbind library -Group: Development/Libraries Requires: libwbclient = %{samba_depver} Provides: samba-winbind-devel = %{samba_depver} @@ -489,7 +495,6 @@ library. ### PYTHON %package python Summary: Samba Python libraries -Group: Applications/System Requires: %{name} = %{samba_depver} Requires: %{name}-client-libs = %{samba_depver} Requires: %{name}-libs = %{samba_depver} @@ -508,7 +513,6 @@ that use SMB, RPC and other Samba provid ### PIDL %package pidl Summary: Perl IDL compiler -Group: Development/Tools Requires: perl(Parse::Yapp) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -523,7 +527,6 @@ and Wireshark to parse IDL and similar p ### TEST %package test Summary: Testing tools for Samba servers and clients -Group: Applications/System Requires: %{name} = %{samba_depver} Requires: %{name}-common = %{samba_depver} Requires: %{name}-winbind = %{samba_depver} @@ -552,7 +555,6 @@ packages of Samba. ### TEST-LIBS %package test-libs Summary: Libraries need by the testing tools for Samba servers and clients -Group: Applications/System Requires: %{name}-client-libs = %{samba_depver} Requires: %{name}-libs = %{samba_depver} @@ -565,8 +567,8 @@ Obsoletes: %{name}-test-devel < %{samba_ ### WINBIND %package winbind Summary: Samba winbind -Group: Applications/System Requires(pre): %{name}-common = %{samba_depver} +Requires: %{name}-common = %{samba_depver} Requires: %{name}-common-libs = %{samba_depver} Requires: %{name}-common-tools = %{samba_depver} Requires: %{name}-client-libs = %{samba_depver} @@ -584,7 +586,6 @@ Windows user and group accounts on Linux ### WINBIND-CLIENTS %package winbind-clients Summary: Samba winbind clients -Group: Applications/System Requires: %{name}-common = %{samba_depver} Requires: %{name}-common-libs = %{samba_depver} Requires: %{name}-client-libs = %{samba_depver} @@ -604,7 +605,6 @@ tool. ### WINBIND-KRB5-LOCATOR %package winbind-krb5-locator Summary: Samba winbind krb5 locator -Group: Applications/System %if %with_libwbclient Requires: libwbclient = %{samba_depver} Requires: %{name}-winbind = %{samba_depver} @@ -631,7 +631,6 @@ the local kerberos library to use the sa ### WINBIND-MODULES %package winbind-modules Summary: Samba winbind modules -Group: Applications/System Requires: %{name}-client-libs = %{samba_depver} Requires: %{name}-libs = %{samba_depver} %if %with_libwbclient @@ -647,7 +646,6 @@ necessary to communicate to the Winbind %if %with_clustering_support %package -n ctdb Summary: A Clustered Database based on Samba's Trivial Database (TDB) -Group: System Environment/Daemons Requires: %{name}-client-libs = %{samba_depver} @@ -682,7 +680,6 @@ and use CTDB instead. ### CTDB-TEST %package -n ctdb-tests Summary: CTDB clustered database test suite -Group: Development/Tools Requires: samba-client-libs = %{samba_depver} @@ -703,21 +700,8 @@ and use CTDB instead. %prep -%setup -q -n samba-%{version}%{pre_release} - -%patch0 -p1 -b .samba-4.4.5-fix_resolving_trusted_domain_users.patch -%patch1 -p1 -b .samba-4.4.5-fix_site_aware_net_ads_join_with_krb5.patch -%patch2 -p1 -b .samba-4.4.5-accept_empty_realm_for_ad_domains_with_security_domain.patch -%patch3 -p1 -b .samba-4.4.5-fix_winbind_cached_creds_memleak.patch -%patch4 -p1 -b .CVE-2016-2119-v4-4.patch -%patch5 -p1 -b .samba-4.4.7-fix-ctdb-test-install-dir.patch -%patch6 -p1 -b .samba-4.4.7-fix_ads_krb5_ccname_handling.patch -%patch7 -p1 -b .samba-4.4.7-fix_smbclient_cpu_usage_with_unreachable_ip.patch -%patch8 -p1 -b .samba-4.4.7-fix_idmap_range_checks.patch -%patch9 -p1 -b .samba-4.4.7-fix_smget_auth_callback.patch -%patch10 -p1 -b .samba-4.4.6-fix_nss_wins.patch -%patch11 -p1 -b .samba-4.4.7-fix_group_substituion_with_ad.patch -%patch12 -p1 -b .samba-4.4.6-fix_smbclient_against_apple_and_azure.patch +xzcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} - +%autosetup -n samba-%{version}%{pre_release} -p1 %build %global _talloc_lib ,talloc,pytalloc,pytalloc-util @@ -839,16 +823,16 @@ touch %{buildroot}%{_libexecdir}/samba/c # Install other stuff install -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d -install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/samba +install -m 0644 %{SOURCE10} %{buildroot}%{_sysconfdir}/logrotate.d/samba -install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/samba/smb.conf -install -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/samba/smb.conf.example +install -m 0644 %{SOURCE11} %{buildroot}%{_sysconfdir}/samba/smb.conf +install -m 0644 %{SOURCE12} %{buildroot}%{_sysconfdir}/samba/smb.conf.example install -d -m 0755 %{buildroot}%{_sysconfdir}/security -install -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/security/pam_winbind.conf +install -m 0644 %{SOURCE13} %{buildroot}%{_sysconfdir}/security/pam_winbind.conf install -d -m 0755 %{buildroot}%{_sysconfdir}/pam.d -install -m 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/pam.d/samba +install -m 0644 %{SOURCE14} %{buildroot}%{_sysconfdir}/pam.d/samba echo 127.0.0.1 localhost > %{buildroot}%{_sysconfdir}/samba/lmhosts @@ -869,7 +853,12 @@ echo "d /run/ctdb 755 root root" >> %{bu install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig install -m 0644 packaging/systemd/samba.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/samba %if %with_clustering_support -install -m 0644 ctdb/config/ctdb.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/ctdb +cat > %{buildroot}%{_sysconfdir}/sysconfig/ctdb < 4.4.4-12.6.sme -- added DC support thanks to Greg Zartman work [SME: 9817] -- added Buildrequires gnutls-devel +* Tue May 08 2018 Jean-Philipe Pialasse - 4.6.2-12.1.sme +- import 4.6.2-12 [SME: 10429] +- import to SME the two last upstream releases [SME: 10326] + +* Fri Nov 17 2017 Andreas Schneider - 4.6.2-12 +- resolves: #1514314 - Fix CVE-2017-14746 and CVE-2017-15275 + +* Thu Sep 14 2017 Andreas Schneider - 4.6.2-11 +- resolves: #1491213 - CVE-2017-12150 CVE-2017-12151 CVE-2017-12163 + +* Wed Aug 23 2017 Andreas Schneider - 4.6.2-10 +- resolves: #1484423 - Require at least krb5 version 1.15.1 +- resolves: #1484713 - Fix password changes for users via smbpasswd +- resolves: #1484723 - Be more graceful on FSCTL_VALIDATE_NEGOTIATE_INFO + returned errors + +* Mon Aug 14 2017 Andreas Schneider - 4.6.2-9 +- resolves: #1481188 - Fix 'net ads changetrustpw' + +* Thu Jun 22 2017 Andreas Schneider - 4.6.2-8 +- resolves: #1459936 - Fix regression with "follow symlinks = no" + +* Tue Jun 20 2017 Andreas Schneider - 4.6.2-7 +- resolves: #1461336 - Fix smbclient username parsing +- resolves: #1460937 - Fix username normalization with winbind + +* Tue Jun 13 2017 Andreas Schneider - 4.6.2-6 +- resolves: #1459179 - Fix smbclient session setup printing + +* Wed Jun 07 2017 Andreas Schneider - 4.6.2-5 +- related: #1277999 - Add missing patchset + +* Wed May 31 2017 Andreas Schneider - 4.6.2-4 +- resolves: #1431986 - Fix expand_msdfs VFS module + +* Thu May 18 2017 Guenther Deschner - 4.6.2-3 +- resolves: #1450785 - Security fix for CVE-2017-7494 + +* Tue May 09 2017 Andreas Schneider - 4.6.2-2 +- resolves: #1448544 - Fix spoolss 32bit driver upload + +* Mon Apr 03 2017 Andreas Schneider - 4.6.2-1 +- resolves: #1435734 - Fix refreshing winbind tickets + +* Fri Mar 31 2017 Guenther Deschner - 4.6.2-0 +- Update to Samba 4.6.2 +- related: #1430260 - Security fix for CVE-2017-2619 + +* Thu Mar 23 2017 Guenther Deschner - 4.6.1-0 +- Update to Samba 4.6.1 +- resolves: #1430260 - Security fix for CVE-2017-2619 + +* Tue Mar 21 2017 Andreas Schneider - 4.6.0-5 +- related: #1391954 - Fix kerberos cross-realm referrals +- resolves: #1430755 - Fix 'net ads' keytab handling + +* Wed Mar 15 2017 Alexander Bokovoy - 4.6.0-4 +- Export internal arcfour_crypt_blob in Python as samba.arcfour_encrypt +- related: #1391954 - Update to Samba 4.6.0 + +* Fri Mar 10 2017 Alexander Bokovoy - 4.6.0-3 +- Ensure we set realm when updating ccache in auth/credentials +- resolves: #1430759 - use GSSAPI gss_acquire_cred_from call for gssproxy support + +* Fri Mar 10 2017 Alexander Bokovoy - 4.6.0-2 +- resolves: #1430759 - use GSSAPI gss_acquire_cred_from call for gssproxy support + +* Tue Mar 07 2017 Andreas Schneider - 4.6.0-1 +- related: #1391954 - Update to Samba 4.6.0 +- resolves: #1401505 - Improved idmap_hash documentation +- resolves: #1218926 - Samba ignores default_keytab_name in krb5.conf +- resolves: #1389786 - Add 'net ads dns unregister' + +* Thu Mar 02 2017 Andreas Schneider - 4.6.0-0.1.rc4 +- related: #1391954 - Update to Samba 4.6.0rc4 +- resolves: #1420130 - samba_krb5_wrapper does not list devices when called with + no arguments +- resolves: #1277999 - Change RPC port range to Windows defaults + +* Wed Feb 15 2017 Andreas Schneider - 4.6.0-0.1.rc3 +- resolves: #1391954 - Update to Samba 4.6.0rc3 +- resolves: #1271082 - Wrong groups listed when id command is called before login +- resolves: #1327810 - Use 'printcap cache time' for the house keeping interval +- resolves: #1356932 - Improve documentation for 'ldap ssl' in smb.conf manpage +- resolves: #1365111 - Fix printer removal if "List in Directory" checkbox is + unticked and printer is not listed in AD +- resolves: #1368439 - Fix ntlm_auth wrong password issues +- resolves: #1397871 - Include the system krb5.conf in winbinds generated conf +- resolves: #1397891 - Fix marsalling of spoolss SetPrinter info level 2 +- resolves: #1397895 - Add missing support APD_COPY_FROM_DIRECTORY in + AddPrinterDriver +- resolves: #1403242 - Samba can not access trusted domains through transitive + trusts +- resolves: #1403975 - Fix trusted domain logins +- resolves: #1411978 - Include the system krb5.conf in winbinds generated conf +- resolves: #1416746 - Fix division by zero error in ctdb 05.system event script -* Tue Nov 15 2016 Andreas Schneider - 4.4.4-12 -- related: #1393051 - Fix return code if ip not defined in gethostbyname +* Tue Nov 15 2016 Andreas Schneider - 4.4.4-11 +- related: #1377729 - Fix return code if ip not defined in gethostbyname * Wed Nov 09 2016 Andreas Schneider - 4.4.4-11 -- related: #1393048 - Add missing patch to patchset +- related: #1377307 - Add missing patch to patchset * Tue Nov 08 2016 Andreas Schneider - 4.4.4-10 -- resolves: #1393050 - Fix linking nss_wins with libreplace -- resolves: #1393051 - Fix nss_wins function definitions for gethostbyname* -- resolves: #1393048 - Fix %G substitution in AD case -- resolves: #1393052 - Fix regression of smbclient unable to connect to +- resolves: #1377690 - Fix linking nss_wins with libreplace +- resolves: #1377729 - Fix nss_wins function definitions for gethostbyname* +- resolves: #1377307 - Fix %G substitution in AD case +- resolves: #1377751 - Fix regression of smbclient unable to connect to Apple and Azure * Wed Aug 31 2016 Andreas Schneider - 4.4.4-9 @@ -2635,6 +3357,9 @@ rm -rf %{buildroot} - Call ldconfig at libwbclient and -winbind-clients post(un)install time. - Fix empty localization files, use %%find_lang to find and %%lang-mark them. - Escape macros in %%changelog. +* Tue May 08 2018 Jean-Philipe Pialasse -1.sme +- fix [SME: ] + - Fix source tarball URL. * Tue Jun 26 2012 Guenther Deschner - 2:3.6.6-91