forked from pool/samba
Accepting request 781520 from network:samba:STABLE
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/781520 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=255
This commit is contained in:
commit
847f00dafa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:65670e9726010231095ed1840b771dee83f1e63e49ca297aaee9b045a0e16aeb
|
|
||||||
size 25044884
|
|
3
samba-4.11.6+git.120.e474a78db08.tar.bz2
Normal file
3
samba-4.11.6+git.120.e474a78db08.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c932092d2353c3155f355a0b5627b99231c918c383f729db54af9fb072e9af75
|
||||||
|
size 25044238
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 2 20:42:05 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Remove unused pwdutils buildrequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 30 09:04:04 UTC 2020 - Samuel Cabrero <scabrero@suse.de>
|
||||||
|
|
||||||
|
- Update to samba 4.11.6
|
||||||
|
+ pygpo: Use correct method flags; (bso#14209);
|
||||||
|
+ Avoiding bad call flags with python 3.8, using METH_NOARGS
|
||||||
|
instead of zero; (bso#14209);
|
||||||
|
+ source4/utils/oLschema2ldif: Include stdint.h before cmocka.h;
|
||||||
|
(bso#14218);
|
||||||
|
+ docs-xml/winbindnssinfo: Clarify interaction with idmap_ad etc;
|
||||||
|
(bso#14122);
|
||||||
|
+ smbd: Fix the build with clang; (bso#14251);
|
||||||
|
+ upgradedns: Ensure lmdb lock files linked; (bso#14199);
|
||||||
|
+ s3: VFS: glusterfs: Reset nlinks for symlink entries during
|
||||||
|
readdir; (bso#14182);
|
||||||
|
+ smbc_stat() doesn't return the correct st_mode and also the
|
||||||
|
uid/gid is not filled (SMBv1) file; (bso#14101);
|
||||||
|
+ librpc: Fix string length checking in ndr_pull_charset_to_null();
|
||||||
|
(bso#14219);
|
||||||
|
+ ctdb-scripts: Strip square brackets when gathering connection info;
|
||||||
|
(bso#14227);
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 21 16:55:36 UTC 2020 - Samuel Cabrero <scabrero@suse.de>
|
Tue Jan 21 16:55:36 UTC 2020 - Samuel Cabrero <scabrero@suse.de>
|
||||||
|
|
||||||
|
@ -100,7 +100,6 @@ BuildRequires: ncurses-devel
|
|||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: popt-devel
|
BuildRequires: popt-devel
|
||||||
BuildRequires: pwdutils
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
@ -164,7 +163,7 @@ BuildRequires: libtasn1-devel >= 3.8
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
Version: 4.11.5+git.114.5685848b8fc
|
Version: 4.11.6+git.120.e474a78db08
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://www.samba.org/
|
Url: https://www.samba.org/
|
||||||
Obsoletes: samba-32bit < %{version}
|
Obsoletes: samba-32bit < %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user