diff --git a/_service b/_service index 9809a0f..d10a4a6 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://gitlab.suse.de/samba/suse-samba.git/ git - factory + factory-4-7-stable @PARENT_TAG@+git.@TAG_OFFSET@.%h samba(.*) \1 diff --git a/baselibs.conf b/baselibs.conf index ced536f..14ae61f 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -16,7 +16,7 @@ libsamba-util0 libsamdb0 libsmbclient0 libsmbconf0 -libsmbldap0 +libsmbldap2 libtevent-util0 libwbclient0 samba-winbind @@ -27,3 +27,4 @@ samba-client supplements "packageand(samba-client:glibc-)" -/usr/lib/samba samba-libs +samba-kdc diff --git a/samba-4.6.7+git.49.562d44faa9d.tar.bz2 b/samba-4.6.7+git.49.562d44faa9d.tar.bz2 deleted file mode 100644 index c477979..0000000 --- a/samba-4.6.7+git.49.562d44faa9d.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d19769fcfea4cdfef00f7ae92b4278a65adb6badc9a4308018c55f9316db50b5 -size 26226940 diff --git a/samba-4.7.0+git.23.4e3f0fb9d15.tar.bz2 b/samba-4.7.0+git.23.4e3f0fb9d15.tar.bz2 new file mode 100644 index 0000000..b0ebf08 --- /dev/null +++ b/samba-4.7.0+git.23.4e3f0fb9d15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee724ad8f21a6db0e50d018388f3224ebc5eb169845fceb538431b7eba606af0 +size 21943859 diff --git a/samba.changes b/samba.changes index fdc9426..5a6e46b 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Mon Oct 23 15:10:32 UTC 2017 - dimstar@opensuse.org + +- Add samba-kdc to baselibs.conf. +- Do not wrap samba-kdc's package definition into if/endif: the + package won't be generated simply based on the fact that there is + no files section for the package. Allows the source validator to + ensure samba-kdc is a built package. + +------------------------------------------------------------------- +Thu Sep 28 11:25:54 UTC 2017 - scabrero@suse.com + +- Update to 4.7.0; + + Whole DB read locks: Improved LDAP and replication consistency; + (bso#12858). + + Samba AD with MIT Kerberos + + Dynamic RPC port range: Default range changed from "1024-1300" to + "49152-65535". + + Authentication and Authorization audit support: New auth_audit debug + class. + + Multi-process LDAP Server: The LDAP server in the AD DC now honours + the process model used for the rest of the 'samba' process. + + Improved Read-Only Domain Controller (RODC) Support; (bso#12977). + + Additional password hashes stored in supplementalCredentials. + + Improvements to DNS during Active Directory domain join. + + Significant AD performance and replication improvements. + + Query record for open file or directory. + + Removal of lpcfg_register_defaults_hook(). + + Change of loadable module interface. + + SHA256 LDAPS Certificates: The self-signed certificate generated for use + on LDAPS will now be generated with a SHA256 self-signature, not a SHA1 + self-signature. + + CTDB no longer allows mixed minor versions in a cluster. + + CTDB now ignores hints from Samba about TDB flags when attaching to + databases. + + New configuration variable CTDB_NFS_CHECKS_DIR. + + The CTDB_SERVICE_AUTOSTARTSTOP configuration has been removed. + + The CTDB_SCRIPT_DEBUGLEVEL configuration variable has been removed. + + The example NFS Ganesha call-out has been improved. + + A new "replicated" database type is available. + ------------------------------------------------------------------- Thu Sep 14 20:41:11 UTC 2017 - aaptel@suse.com diff --git a/samba.spec b/samba.spec index a4e2fbf..03034c3 100644 --- a/samba.spec +++ b/samba.spec @@ -26,7 +26,20 @@ %define build_ceph 1 %endif %endif -%define vendor_files_git_vers git.f8c2b1c +%define vendor_files_git_vers git.b95e12c + +%define talloc_version 2.1.10 +%define tevent_version 0.9.33 +%define tdb_version 1.3.15 +%define ldb_version 1.2.2 + +%global with_mitkrb5 1 +%global with_dc 0 +%if 0%{?suse_version} > 1320 +%ifnarch ppc +%global with_dc 1 +%endif +%endif Name: samba BuildRequires: autoconf @@ -44,34 +57,33 @@ BuildRequires: gamin-devel %else BuildRequires: fam-devel %endif -BuildRequires: krb5-devel BuildRequires: libacl-devel BuildRequires: libattr-devel %if 0%{?suse_version} > 1100 BuildRequires: libuuid-devel %endif +BuildRequires: cracklib-devel +BuildRequires: gdbm-devel +BuildRequires: keyutils-devel +BuildRequires: libnscd-devel +BuildRequires: libopenssl-devel BuildRequires: ncurses-devel +BuildRequires: openldap2-devel BuildRequires: pam-devel BuildRequires: popt-devel +BuildRequires: pwdutils BuildRequires: python-devel BuildRequires: python-xml BuildRequires: readline-devel -BuildRequires: cracklib-devel -BuildRequires: libopenssl-devel -BuildRequires: openldap2-devel -BuildRequires: gdbm-devel -BuildRequires: pwdutils -BuildRequires: libnscd-devel -BuildRequires: keyutils-devel %if 0%{?suse_version} > 1110 BuildRequires: fdupes %endif %define pkgconfig_req pkg-config BuildRequires: %{pkgconfig_req} -BuildRequires: libldb-devel -BuildRequires: libtalloc-devel -BuildRequires: libtdb-devel -BuildRequires: libtevent-devel +BuildRequires: libldb-devel >= %{ldb_version} +BuildRequires: libtalloc-devel >= %{talloc_version} +BuildRequires: libtdb-devel >= %{tdb_version} +BuildRequires: libtevent-devel >= %{tevent_version} BuildRequires: python-ldb-devel BuildRequires: python-talloc-devel BuildRequires: python-tdb @@ -96,6 +108,14 @@ BuildRequires: libpcp-devel BuildRequires: libcephfs-devel BuildRequires: librados-devel %endif +%if %{with_dc} +BuildRequires: krb5-devel >= 1.15.1 +BuildRequires: krb5-server >= 1.15.1 +BuildRequires: libgnutls-devel >= 3.4.7 +%else +BuildRequires: krb5-devel +%endif + %define libsmbclient_name libsmbclient0 %define libnetapi_name libnetapi0 %define libwbclient_name libwbclient0 @@ -106,9 +126,7 @@ BuildRequires: librados-devel %endif %define SOURCE_TIMESTAMP 3761 %define BRANCH %{version} -%global with_mitkrb5 1 -%global with_dc 0 -Version: 4.6.7+git.49.562d44faa9d +Version: 4.7.0+git.23.4e3f0fb9d15 Release: 0 Url: https://www.samba.org/ Obsoletes: samba-32bit < %{version} @@ -802,12 +820,12 @@ Source Timestamp: %{SOURCE_TIMESTAMP} Branch: %{BRANCH} -%package -n libsmbldap0 +%package -n libsmbldap2 Summary: Samba LDAP protocol helper function library License: GPL-3.0+ Group: System/Libraries -%description -n libsmbldap0 +%description -n libsmbldap2 libsmbldap contains LDAP protocol helper functions for Samba. Source Timestamp: %{SOURCE_TIMESTAMP} @@ -818,7 +836,7 @@ Branch: %{BRANCH} Summary: Development files for the smbldap library License: GPL-3.0+ Group: Development/Libraries/C and C++ -Requires: libsmbldap0 = %{version} +Requires: libsmbldap2 = %{version} Requires: libtalloc-devel Requires: libtevent-devel Requires: openldap2-devel @@ -965,6 +983,30 @@ distributed file system. A Ceph CTDB lock helper binary is included so that RADOS locks can be used for CTDB split-brain avoidance. %endif +%package kdc +Summary: Samba MIT KDC +License: GPL-3.0+ +Group: Productivity/Networking/Samba +Requires: samba = %{version} +Requires: samba-dsdb-modules = %{version} +Recommends: krb5-server >= 1.15.1 +Recommends: samba-python = %{version} +Recommends: samba-winbind = %{version} +Recommends: tdb-tools >= %{tdb_version} + +%description kdc +This package contains the KDC + +%package dsdb-modules +Summary: Samba LDB modules +License: GPL-3.0+ +Group: Productivity/Networking/Samba +Requires: libldb1 >= %{ldb_version} + +%description dsdb-modules +This package contains plugins which add Active Directory features to the +LDB library. + %prep %setup -n samba-%{version} -q # vendor-files (config, scripts, tools) @@ -1051,7 +1093,7 @@ CONFIGURE_OPTIONS="\ %if %with_mitkrb5 --with-system-mitkrb5 \ %endif -%if ! %with_dc +%if ! %{with_dc} --without-ad-dc \ %endif --bundled-libraries=NONE,socket_wrapper,cmocka,${bundled_libraries_extra} \ @@ -1112,7 +1154,7 @@ make install \ CONFIGDIR=%{CONFIGDIR} # debug symbols are created and installed if the files are excluded only -%if ! %with_dc +%if ! %{with_dc} rm \ %{buildroot}/%{_libdir}/samba/ldb/ildap.so \ %{buildroot}/%{_libdir}/samba/ldb/ldbsamba_extensions.so \ @@ -1187,6 +1229,10 @@ for srv_name in nmb smb winbind; do install -m 0644 -p systemd/${srv_name}.service %{buildroot}/%{_unitdir} ln -s service %{buildroot}/%{_sbindir}/rc${srv_name} done +%if %{with_dc} + install -m 0644 -p systemd/samba-ad-dc.service %{buildroot}/%{_unitdir} + ln -s service %{buildroot}/%{_sbindir}/rcsamba-ad-dc +%endif install -m 0644 systemd/sysconfig.* %{buildroot}%_var/adm/fillup-templates install -m 0644 -p ../packaging/systemd/samba.conf.tmp %{buildroot}/%{_tmpfilesdir}/samba.conf %else @@ -1342,26 +1388,42 @@ popd %pre getent group ntadmin >/dev/null || groupadd -g 71 -o -r ntadmin || : %if 0%{?suse_version} > 1220 +%if %{with_dc} +%service_add_pre nmb.service smb.service samba-ad-dc.service +%else %service_add_pre nmb.service smb.service %endif +%endif %preun %if 0%{?suse_version} > 1220 +%if %{with_dc} +%service_del_preun nmb.service smb.service samba-ad-dc.service +%else %service_del_preun nmb.service smb.service +%endif %else %{?stop_on_removal:%{stop_on_removal smb nmb}} %endif %post %if 0%{?suse_version} > 1220 +%if %{with_dc} +%service_add_post nmb.service smb.service samba-ad-dc.service +%else %service_add_post nmb.service smb.service +%endif %{_bindir}/systemd-tmpfiles --create %{_tmpfilesdir}/samba.conf %fillup_only %endif %postun %if 0%{?suse_version} > 1220 +%if %{with_dc} +%service_del_postun nmb.service smb.service samba-ad-dc.service +%else %service_del_postun nmb.service smb.service +%endif %else %{?restart_on_update:%{restart_on_update nmb smb}} %{?insserv_cleanup:%{insserv_cleanup}} @@ -1471,8 +1533,8 @@ fi %postun -n libsamdb0 -p /sbin/ldconfig %post -n libsmbconf0 -p /sbin/ldconfig %postun -n libsmbconf0 -p /sbin/ldconfig -%post -n libsmbldap0 -p /sbin/ldconfig -%postun -n libsmbldap0 -p /sbin/ldconfig +%post -n libsmbldap2 -p /sbin/ldconfig +%postun -n libsmbldap2 -p /sbin/ldconfig %post -n libtevent-util0 -p /sbin/ldconfig %postun -n libtevent-util0 -p /sbin/ldconfig %post -n %{libwbclient_name} -p /sbin/ldconfig @@ -1484,6 +1546,17 @@ fi %post test -p /sbin/ldconfig %postun test -p /sbin/ldconfig +%if %{with_dc} +%post kdc -p /sbin/ldconfig +%postun kdc -p /sbin/ldconfig + +%post dsdb-modules +ln -sf %{_libdir}/samba/ldb %{_libdir}/ldb/samba +/sbin/ldconfig + +%postun dsdb-modules -p /sbin/ldconfig +%endif + %pre winbind # we need this group for squid (ntlmauth) # read access to /var/lib/samba/winbindd_privileged @@ -1583,6 +1656,9 @@ fi %else %{_unitdir}/nmb.service %{_unitdir}/smb.service +%if %{with_dc} +%{_unitdir}/samba-ad-dc.service +%endif %endif %if 0%{?suse_version} < 1111 %attr(0600,root,root) %config(noreplace) %{CONFIGDIR}/smbpasswd @@ -1750,12 +1826,17 @@ fi %{_includedir}/samba %dir %_includedir/samba-4.0/ %_includedir/samba-4.0/charset.h +%if %{with_dc} +%_includedir/samba-4.0/dcerpc_server.h +%endif %dir %_includedir/samba-4.0/core/ %_includedir/samba-4.0/core/doserr.h %_includedir/samba-4.0/core/error.h %_includedir/samba-4.0/core/ntstatus.h +%_includedir/samba-4.0/core/ntstatus_gen.h %_includedir/samba-4.0/core/hresult.h %_includedir/samba-4.0/core/werror.h +%_includedir/samba-4.0/core/werror_gen.h %_includedir/samba-4.0/domain_credentials.h %dir %_includedir/samba-4.0/gen_ndr/ %_includedir/samba-4.0/gen_ndr/auth.h @@ -1787,6 +1868,7 @@ fi %_includedir/samba-4.0/util/genrand.h %_includedir/samba-4.0/util/idtree.h %_includedir/samba-4.0/util/idtree_random.h +%_includedir/samba-4.0/util/tfork.h %_includedir/samba-4.0/util_ldb.h %{_libdir}/libnss_winbind.so %{_libdir}/libnss_wins.so @@ -1797,12 +1879,12 @@ fi %{_libdir}/samba/libCHARSET3-samba4.so %{_libdir}/samba/libLIBWBCLIENT-OLD-samba4.so %{_libdir}/samba/libMESSAGING-samba4.so +%{_libdir}/samba/libMESSAGING-SEND-samba4.so %{_libdir}/samba/libaddns-samba4.so %{_libdir}/samba/libads-samba4.so %{_libdir}/samba/libasn1util-samba4.so %{_libdir}/samba/libauth-samba4.so %{_libdir}/samba/libauth4-samba4.so -%{_libdir}/samba/libauth-sam-reply-samba4.so %{_libdir}/samba/libauth-unix-token-samba4.so %{_libdir}/samba/libauthkrb5-samba4.so %{_libdir}/samba/libcli-ldap-common-samba4.so @@ -1883,11 +1965,12 @@ fi %{_libdir}/samba/libutil-tdb-samba4.so %{_libdir}/samba/libwinbind-client-samba4.so %{_libdir}/samba/libxattr-tdb-samba4.so +%{_libdir}/samba/libcmocka-samba4.so +%{_libdir}/samba/libcommon-auth-samba4.so %dir %{_libdir}/samba/pdb %{_libdir}/samba/pdb/ldapsam.so %{_libdir}/samba/pdb/smbpasswd.so %{_libdir}/samba/pdb/tdbsam.so -%{_libdir}/samba/pdb/wbc_sam.so %files pidl %defattr(-,root,root) @@ -2119,6 +2202,10 @@ fi %_libdir/libdcerpc.so %_libdir/libdcerpc-binding.so %_libdir/pkgconfig/dcerpc.pc +%if %{with_dc} +%_libdir/libdcerpc-server.so +%_libdir/pkgconfig/dcerpc_server.pc +%endif %files -n libndr-krb5pac0 %defattr(-,root,root) @@ -2301,9 +2388,9 @@ fi %_includedir/samba-4.0/smbconf.h %_libdir/libsmbconf.so -%files -n libsmbldap0 +%files -n libsmbldap2 %defattr(-,root,root) -%_libdir/libsmbldap.so.0* +%_libdir/libsmbldap.so.2* %files -n libsmbldap-devel %defattr(-,root,root) @@ -2345,4 +2432,187 @@ fi %{_libdir}/ctdb/ctdb_mutex_ceph_rados_helper %endif +%if %{with_dc} +%files kdc +%{_bindir}/samba-tool +%{_sbindir}/samba +%{_sbindir}/samba_dnsupdate +%{_sbindir}/samba_kcc +%{_sbindir}/samba_spnupdate +%{_sbindir}/samba_upgradedns +%{_sbindir}/rcsamba-ad-dc +%{_libdir}/krb5/plugins/kdb/samba.so +%{_libdir}/libdcerpc-server.so.0 +%{_libdir}/libdcerpc-server.so.0.0.1 +%{_libdir}/samba/bind9 +%{_libdir}/samba/bind9/dlz_bind9.so +%{_libdir}/samba/bind9/dlz_bind9_10.so +%{_libdir}/samba/bind9/dlz_bind9_11.so +%{_libdir}/samba/bind9/dlz_bind9_9.so +%{_libdir}/samba/gensec +%{_libdir}/samba/gensec/krb5.so +%{_libdir}/samba/libdb-glue-samba4.so +%{_libdir}/samba/libdfs-server-ad-samba4.so +%{_libdir}/samba/libdlz-bind9-for-torture-samba4.so +%{_libdir}/samba/libdnsserver-common-samba4.so +%{_libdir}/samba/libpac-samba4.so +%{_libdir}/samba/libprocess-model-samba4.so +%{_libdir}/samba/libservice-samba4.so +%{_libdir}/samba/process_model +%{_libdir}/samba/process_model/standard.so +%{_libdir}/samba/service +%{_libdir}/samba/service/cldap.so +%{_libdir}/samba/service/dcerpc.so +%{_libdir}/samba/service/dns.so +%{_libdir}/samba/service/dns_update.so +%{_libdir}/samba/service/drepl.so +%{_libdir}/samba/service/kcc.so +%{_libdir}/samba/service/kdc.so +%{_libdir}/samba/service/ldap.so +%{_libdir}/samba/service/nbtd.so +%{_libdir}/samba/service/ntp_signd.so +%{_libdir}/samba/service/s3fs.so +%{_libdir}/samba/service/web.so +%{_libdir}/samba/service/winbindd.so +%{_libdir}/samba/service/wrepl.so +%{_datadir}/samba/setup +%{_datadir}/samba/setup/DB_CONFIG +%{_datadir}/samba/setup/ad-schema +%{_datadir}/samba/setup/ad-schema/MS-AD_Schema_2K8_Attributes.txt +%{_datadir}/samba/setup/ad-schema/MS-AD_Schema_2K8_Classes.txt +%{_datadir}/samba/setup/ad-schema/MS-AD_Schema_2K8_R2_Attributes.txt +%{_datadir}/samba/setup/ad-schema/MS-AD_Schema_2K8_R2_Classes.txt +%{_datadir}/samba/setup/ad-schema/licence.txt +%{_datadir}/samba/setup/aggregate_schema.ldif +%{_datadir}/samba/setup/cn=samba.ldif +%{_datadir}/samba/setup/display-specifiers +%{_datadir}/samba/setup/display-specifiers/DisplaySpecifiers-Win2k0.txt +%{_datadir}/samba/setup/display-specifiers/DisplaySpecifiers-Win2k3.txt +%{_datadir}/samba/setup/display-specifiers/DisplaySpecifiers-Win2k3R2.txt +%{_datadir}/samba/setup/display-specifiers/DisplaySpecifiers-Win2k8.txt +%{_datadir}/samba/setup/display-specifiers/DisplaySpecifiers-Win2k8R2.txt +%{_datadir}/samba/setup/dns_update_list +%{_datadir}/samba/setup/fedora-ds-init.ldif +%{_datadir}/samba/setup/fedorads-dna.ldif +%{_datadir}/samba/setup/fedorads-index.ldif +%{_datadir}/samba/setup/fedorads-linked-attributes.ldif +%{_datadir}/samba/setup/fedorads-pam.ldif +%{_datadir}/samba/setup/fedorads-partitions.ldif +%{_datadir}/samba/setup/fedorads-refint-add.ldif +%{_datadir}/samba/setup/fedorads-refint-delete.ldif +%{_datadir}/samba/setup/fedorads-samba.ldif +%{_datadir}/samba/setup/fedorads-sasl.ldif +%{_datadir}/samba/setup/fedorads.inf +%{_datadir}/samba/setup/idmap_init.ldif +%{_datadir}/samba/setup/krb5.conf +%{_datadir}/samba/setup/memberof.conf +%{_datadir}/samba/setup/mmr_serverids.conf +%{_datadir}/samba/setup/mmr_syncrepl.conf +%{_datadir}/samba/setup/modules.conf +%{_datadir}/samba/setup/named.conf +%{_datadir}/samba/setup/named.conf.dlz +%{_datadir}/samba/setup/named.conf.update +%{_datadir}/samba/setup/named.txt +%{_datadir}/samba/setup/olc_mmr.conf +%{_datadir}/samba/setup/olc_seed.ldif +%{_datadir}/samba/setup/olc_serverid.conf +%{_datadir}/samba/setup/olc_syncrepl.conf +%{_datadir}/samba/setup/olc_syncrepl_seed.conf +%{_datadir}/samba/setup/prefixMap.txt +%{_datadir}/samba/setup/provision.ldif +%{_datadir}/samba/setup/provision.reg +%{_datadir}/samba/setup/provision.zone +%{_datadir}/samba/setup/provision_basedn.ldif +%{_datadir}/samba/setup/provision_basedn_modify.ldif +%{_datadir}/samba/setup/provision_basedn_options.ldif +%{_datadir}/samba/setup/provision_basedn_references.ldif +%{_datadir}/samba/setup/provision_computers_add.ldif +%{_datadir}/samba/setup/provision_computers_modify.ldif +%{_datadir}/samba/setup/provision_configuration.ldif +%{_datadir}/samba/setup/provision_configuration_basedn.ldif +%{_datadir}/samba/setup/provision_configuration_modify.ldif +%{_datadir}/samba/setup/provision_configuration_references.ldif +%{_datadir}/samba/setup/provision_dns_accounts_add.ldif +%{_datadir}/samba/setup/provision_dns_add_samba.ldif +%{_datadir}/samba/setup/provision_dnszones_add.ldif +%{_datadir}/samba/setup/provision_dnszones_modify.ldif +%{_datadir}/samba/setup/provision_dnszones_partitions.ldif +%{_datadir}/samba/setup/provision_group_policy.ldif +%{_datadir}/samba/setup/provision_init.ldif +%{_datadir}/samba/setup/provision_partitions.ldif +%{_datadir}/samba/setup/provision_privilege.ldif +%{_datadir}/samba/setup/provision_rootdse_add.ldif +%{_datadir}/samba/setup/provision_rootdse_modify.ldif +%{_datadir}/samba/setup/provision_schema_basedn.ldif +%{_datadir}/samba/setup/provision_schema_basedn_modify.ldif +%{_datadir}/samba/setup/provision_self_join.ldif +%{_datadir}/samba/setup/provision_self_join_config.ldif +%{_datadir}/samba/setup/provision_self_join_modify.ldif +%{_datadir}/samba/setup/provision_self_join_modify_config.ldif +%{_datadir}/samba/setup/provision_users.ldif +%{_datadir}/samba/setup/provision_users_add.ldif +%{_datadir}/samba/setup/provision_users_modify.ldif +%{_datadir}/samba/setup/provision_well_known_sec_princ.ldif +%{_datadir}/samba/setup/refint.conf +%{_datadir}/samba/setup/schema-map-fedora-ds-1.0 +%{_datadir}/samba/setup/schema-map-openldap-2.3 +%{_datadir}/samba/setup/schema_samba4.ldif +%{_datadir}/samba/setup/secrets.ldif +%{_datadir}/samba/setup/secrets_dns.ldif +%{_datadir}/samba/setup/secrets_init.ldif +%{_datadir}/samba/setup/secrets_sasl_ldap.ldif +%{_datadir}/samba/setup/secrets_simple_ldap.ldif +%{_datadir}/samba/setup/share.ldif +%{_datadir}/samba/setup/slapd.conf +%{_datadir}/samba/setup/spn_update_list +%{_datadir}/samba/setup/ypServ30.ldif + +%files dsdb-modules +%defattr(-,root,root) +%{_libdir}/samba/ldb/acl.so +%{_libdir}/samba/ldb/aclread.so +%{_libdir}/samba/ldb/anr.so +%{_libdir}/samba/ldb/descriptor.so +%{_libdir}/samba/ldb/dirsync.so +%{_libdir}/samba/ldb/dns_notify.so +%{_libdir}/samba/ldb/dsdb_notification.so +%{_libdir}/samba/ldb/extended_dn_in.so +%{_libdir}/samba/ldb/extended_dn_out.so +%{_libdir}/samba/ldb/extended_dn_store.so +%{_libdir}/samba/ldb/ildap.so +%{_libdir}/samba/ldb/instancetype.so +%{_libdir}/samba/ldb/lazy_commit.so +%{_libdir}/samba/ldb/ldbsamba_extensions.so +%{_libdir}/samba/ldb/linked_attributes.so +%{_libdir}/samba/ldb/local_password.so +%{_libdir}/samba/ldb/new_partition.so +%{_libdir}/samba/ldb/objectclass.so +%{_libdir}/samba/ldb/objectclass_attrs.so +%{_libdir}/samba/ldb/objectguid.so +%{_libdir}/samba/ldb/operational.so +%{_libdir}/samba/ldb/partition.so +%{_libdir}/samba/ldb/password_hash.so +%{_libdir}/samba/ldb/ranged_results.so +%{_libdir}/samba/ldb/repl_meta_data.so +%{_libdir}/samba/ldb/resolve_oids.so +%{_libdir}/samba/ldb/rootdse.so +%{_libdir}/samba/ldb/samba3sam.so +%{_libdir}/samba/ldb/samba3sid.so +%{_libdir}/samba/ldb/samba_dsdb.so +%{_libdir}/samba/ldb/samba_secrets.so +%{_libdir}/samba/ldb/samldb.so +%{_libdir}/samba/ldb/schema_data.so +%{_libdir}/samba/ldb/schema_load.so +%{_libdir}/samba/ldb/secrets_tdb_sync.so +%{_libdir}/samba/ldb/show_deleted.so +%{_libdir}/samba/ldb/simple_dn.so +%{_libdir}/samba/ldb/simple_ldap_map.so +%{_libdir}/samba/ldb/subtree_delete.so +%{_libdir}/samba/ldb/subtree_rename.so +%{_libdir}/samba/ldb/tombstone_reanimate.so +%{_libdir}/samba/ldb/update_keytab.so +%{_libdir}/samba/ldb/vlv.so +%{_libdir}/samba/ldb/wins_ldb.so +%endif + %changelog diff --git a/vendor-files-git.b95e12c.tar.bz2 b/vendor-files-git.b95e12c.tar.bz2 new file mode 100644 index 0000000..26de9c2 --- /dev/null +++ b/vendor-files-git.b95e12c.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e6640c627b250e1c784bd5da1b6e8d542bd1f46ca08ecafe14a953db8042ca +size 54180 diff --git a/vendor-files-git.f8c2b1c.tar.bz2 b/vendor-files-git.f8c2b1c.tar.bz2 deleted file mode 100644 index 748ac1c..0000000 --- a/vendor-files-git.f8c2b1c.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e335306f41ce08089cf79bf1eb89109e46c0b7c791f855b4175d4cafb760c36 -size 54952