forked from pool/samba
Accepting request 872360 from home:scabrero:branches:network:samba:STABLE
- Update to 4.13.4 * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * lib: Avoid declaring zero-length VLAs in various messaging functions; (bso#14605); * Do not create an empty DB when accessing a sam.ldb; (bso#14579); * vfs_fruit may close wrong backend fd; (bso#14596); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * vfs_virusfilter: Allocate separate memory for config char*; (bso#14606); * vfs_fruit may close wrong backend fd; (bso#14596); * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * The cache directory for the user gencache should be created recursively; (bso#14601); * Be more flexible with repository names in CentOS 8 test environments; (bso#14594); - Uninstalling samba-client: Failed to disable unit, cifs.service does not exists; (bsc#1180388); OBS-URL: https://build.opensuse.org/request/show/872360 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=641
This commit is contained in:
parent
b42ede7068
commit
ff3019cd90
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:415ecfc220e9c89be5ee627da727c4239eb3fd8f1bb82ed21da87215f5c8c9b6
|
||||
size 24912865
|
3
samba-4.13.4+git.187.5ad4708741a.tar.bz2
Normal file
3
samba-4.13.4+git.187.5ad4708741a.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5545289dda61f26b15219d3324f4625aa8d89de4ecd1526fc2e4d996aca01bc
|
||||
size 24915485
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 26 15:15:08 UTC 2021 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Update to 4.13.4
|
||||
* Work around special SMB2 IOCTL response behavior of NetApp Ontap
|
||||
7.3.7; (bso#14607);
|
||||
* Temporary DFS share setup doesn't set case parameters in the same
|
||||
way as a regular share definition does; (bso#14612);
|
||||
* lib: Avoid declaring zero-length VLAs in various messaging functions;
|
||||
(bso#14605);
|
||||
* Do not create an empty DB when accessing a sam.ldb; (bso#14579);
|
||||
* vfs_fruit may close wrong backend fd; (bso#14596);
|
||||
* Temporary DFS share setup doesn't set case parameters in the same way
|
||||
as a regular share definition does; (bso#14612);
|
||||
* vfs_virusfilter: Allocate separate memory for config char*; (bso#14606);
|
||||
* vfs_fruit may close wrong backend fd; (bso#14596);
|
||||
* Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7;
|
||||
(bso#14607);
|
||||
* The cache directory for the user gencache should be created recursively;
|
||||
(bso#14601);
|
||||
* Be more flexible with repository names in CentOS 8 test environments;
|
||||
(bso#14594);
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 09:41:57 UTC 2020 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Uninstalling samba-client: Failed to disable unit, cifs.service
|
||||
does not exists; (bsc#1180388);
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 11:30:25 UTC 2020 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
|
@ -170,7 +170,7 @@ BuildRequires: liburing-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 4.13.3+git.181.fc4672a5b81
|
||||
Version: 4.13.4+git.187.5ad4708741a
|
||||
Release: 0
|
||||
Url: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
@ -1412,7 +1412,9 @@ fi
|
||||
%endif
|
||||
|
||||
%preun client
|
||||
%if 0%{?suse_version} < 1221
|
||||
%{?stop_on_removal:%{stop_on_removal %cifs_init_script}}
|
||||
%endif
|
||||
|
||||
%post client
|
||||
/sbin/ldconfig
|
||||
@ -1938,7 +1940,6 @@ exit 0
|
||||
%{_libdir}/samba/libsmb-transport-samba4.so
|
||||
%{_libdir}/samba/libsmbclient-raw-samba4.so
|
||||
%{_libdir}/samba/libsmbd-base-samba4.so
|
||||
%{_libdir}/samba/libsmbd-conn-samba4.so
|
||||
%{_libdir}/samba/libsmbd-shim-samba4.so
|
||||
%{_libdir}/samba/libsmbldaphelper-samba4.so
|
||||
%{_libdir}/samba/libsmbpasswdparser-samba4.so
|
||||
|
Loading…
Reference in New Issue
Block a user