- s3-dir: Fix the DOS clients against 64-bit smbd's; (bso#2662).
- shadow_copy2: module "Previous Version" not working in Windows 7; (bso#10259). - s3-passdb: Fix string duplication to pointers; (bso#10367). - vfs/glusterfs: in case atime is not passed, set it to the current atime; (bso#10384) - s3: winbindd: Move calling setup_domain_child() into add_trusted_domain(); (bso#10358); (bnc#786677). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=376
This commit is contained in:
parent
e914f958b1
commit
02a72d49c7
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3be0c01b021f8bb9ee5fda5d68bffc84c3c6ec0170ed013568694114d2396080
|
oid sha256:de0d4c40b503f72806644aba57f7f8d38c03e31d5ef8fb99c3a4a089c49f8572
|
||||||
size 79312
|
size 102326
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 24 15:17:53 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- s3-dir: Fix the DOS clients against 64-bit smbd's; (bso#2662).
|
||||||
|
- shadow_copy2: module "Previous Version" not working in Windows 7;
|
||||||
|
(bso#10259).
|
||||||
|
- s3-passdb: Fix string duplication to pointers; (bso#10367).
|
||||||
|
- vfs/glusterfs: in case atime is not passed, set it to the current atime;
|
||||||
|
(bso#10384)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 24 14:30:45 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- s3: winbindd: Move calling setup_domain_child() into add_trusted_domain();
|
||||||
|
(bso#10358); (bnc#786677).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 22 17:32:54 CET 2014 - nopower@suse.de
|
Wed Jan 22 17:32:54 CET 2014 - nopower@suse.de
|
||||||
|
|
||||||
|
@ -139,7 +139,7 @@ BuildRequires: systemd
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3155
|
%define SOURCE_TIMESTAMP 3157
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8ce7f58fe8da96fb8380c142d8b22a84f3b1708d045822b22325ed954e52de76
|
oid sha256:73aff7206c8cabccada7417c3405eb915fa1d317c2b5c4f8106d3254b9f936d6
|
||||||
size 53985
|
size 53916
|
||||||
|
Loading…
Reference in New Issue
Block a user