- Update to 4.1.0rc3.
+ Fix working on site with Read Only Domain Controller; (bso#5917). + Add man page for vfs_syncops; (bso#7364). + Add man page for vfs_linux_xfs_sgid; (bso#7490). + When replicating DNS for bind9_dlz we need to create the server-DNS account remotely; (bso#9091). + Winbind unable to retrieve user information from AD; (bso#9615). + winbind_lookup_names() fails because of NT_STATUS_CANT_ACCESS_DOMAIN_INFO; (bso#9899). + Build Samba 4.0.x on AIX with IBM XL C/C++; (bso#9911). + Add SMB2 and SMB3 support for smbclient; (bso#9974). + Add man pages for ntdb tools; (bso#10000). + Add man page for samba-regedit tool; (bso#10001). + ::1 added to nameserver on join; (bso#10030). + Fix memory leak in source3/lib/util.c:1493; (bso#10063). + Fix segmentation fault in 'net ads join'; (bso#10073). + Fix variable list in vfs_crossrename man page; (bso#10076). + s3-winbind: Fix a segfault passing NULL to a fstring argument; (bso#10082). + smbd: Fix async echo handler forking; (bso#10086). + MacOSX 10.9 will not follow path-based DFS referrals handed out by Samba; (bso#10097). + Honour output buffer length set by the client for SMB2 GetInfo requests; (bso#10106). + Fix Winbind crashes on DC with trusted AD domains; (bso#10107). + Handle Dropbox (write-only-directory) case correctly in pathname lookup; (bso#10114). + Masks incorrectly applied to UNIX extension permission changes; (bso#10121). - Correct interpackage dependencies; (bso#10129). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=338
This commit is contained in:
committed by
Git OBS Bridge
parent
0c35275074
commit
5fb45b2d0e
12
samba.spec
12
samba.spec
@@ -106,7 +106,7 @@ BuildRequires: libxslt1
|
||||
BuildRequires: libxslt-tools
|
||||
%endif
|
||||
%define samba_ver 4.1.0
|
||||
%define samba_ver_suffix rc2
|
||||
%define samba_ver_suffix rc3
|
||||
%if "%{samba_ver_suffix}" == ""
|
||||
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
||||
%else
|
||||
@@ -130,7 +130,7 @@ BuildRequires: libxslt-tools
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3075
|
||||
%define SOURCE_TIMESTAMP 3078
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
@@ -1167,6 +1167,7 @@ fi
|
||||
%doc %{_mandir}/man8/vfs_fileid.8.*
|
||||
%doc %{_mandir}/man8/vfs_full_audit.8.*
|
||||
%doc %{_mandir}/man8/vfs_gpfs.8.*
|
||||
%doc %{_mandir}/man8/vfs_linux_xfs_sgid.8.*
|
||||
%doc %{_mandir}/man8/vfs_media_harmony.8.*
|
||||
%doc %{_mandir}/man8/vfs_netatalk.8.*
|
||||
%doc %{_mandir}/man8/vfs_notify_fam.8.*
|
||||
@@ -1181,6 +1182,7 @@ fi
|
||||
%doc %{_mandir}/man8/vfs_smb_traffic_analyzer.8.*
|
||||
%doc %{_mandir}/man8/vfs_streams_depot.8.*
|
||||
%doc %{_mandir}/man8/vfs_streams_xattr.8.*
|
||||
%doc %{_mandir}/man8/vfs_syncops.8.*
|
||||
%doc %{_mandir}/man8/vfs_time_audit.8.*
|
||||
%doc %{_mandir}/man8/vfs_tsmsm.8.*
|
||||
%doc %{_mandir}/man8/vfs_xattr_tdb.8.*
|
||||
@@ -1280,13 +1282,19 @@ fi
|
||||
%doc %{_mandir}/man1/smbtar.1.*
|
||||
%doc %{_mandir}/man1/smbtree.1.*
|
||||
%doc %{_mandir}/man1/testparm.1.*
|
||||
%doc %{_mandir}/man3/ntdb.3.*
|
||||
%doc %{_mandir}/man5/lmhosts.5.*
|
||||
%doc %{_mandir}/man5/smb.conf.5.*
|
||||
%doc %{_mandir}/man5/smbgetrc.5.*
|
||||
%doc %{_mandir}/man7/samba.7.*
|
||||
%doc %{_mandir}/man8/eventlogadm.8.*
|
||||
%doc %{_mandir}/man8/net.8.*
|
||||
%doc %{_mandir}/man8/ntdbbackup.8.*
|
||||
%doc %{_mandir}/man8/ntdbdump.8.*
|
||||
%doc %{_mandir}/man8/ntdbrestore.8.*
|
||||
%doc %{_mandir}/man8/ntdbtool.8.*
|
||||
%doc %{_mandir}/man8/pdbedit.8.*
|
||||
%doc %{_mandir}/man8/samba-regedit.8.*
|
||||
%doc %{_mandir}/man8/smbpasswd.8.*
|
||||
%doc %{_mandir}/man8/smbspool.8.*
|
||||
%{_datadir}/samba/codepages
|
||||
|
Reference in New Issue
Block a user