Accepting request 588013 from home:jmcdough:4-8-factory
Update ldb required for samba 4.8.0 OBS-URL: https://build.opensuse.org/request/show/588013 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=118
This commit is contained in:
parent
581b626a50
commit
a46946662c
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iQEcBAABAgAGBQJaPQrdAAoJEEeTkWETCEAlkHwH/ReAcCDgZ0EE5KUjUGgdiriv
|
|
||||||
L/lQP4bY4ZIx6FZey9LMdzuOwPKTiIEJpaX92zZ2EnCJv45Jfm8vVqIUai8IErWq
|
|
||||||
7an4ZpQj4u1JOwWnBz+tJSNjnLjQHCFU2dkd0L+/f5WEm3ktFCbd/wh3GEPrf8Lz
|
|
||||||
59D1SMJLldXZ0m+LXKaraovZwAQOvFM19Dm9wg8S9gMZtyCQqU0Z469mNqvivsPE
|
|
||||||
XWb3UmygZ6PD1xgwRX8kzC4q0yOcYHDwbqWuQDCNnkwDTfdKuFd8d9lJfWIfG+Un
|
|
||||||
BDpAdShONh31i8PqF5KYtUG+o7pVxy1iAmJzy+j4oiEJl+jKC17D5KqSa0rRKGc=
|
|
||||||
=7oGE
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dcbdcf24cebd52c8878af935e2474df7df67d16b2b6856a34baef3274d9f6d00
|
|
||||||
size 1344513
|
|
11
ldb-1.3.2.tar.asc
Normal file
11
ldb-1.3.2.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iQEcBAABAgAGBQJalmNmAAoJEEeTkWETCEAljJgH/3TL8HxxvnwvFPtW3015w1xf
|
||||||
|
phAhmXXyR4NkklzVdxoukF6hf0a+i130vaAGSYCczie8bu96uj1sEpNWxmmqtymH
|
||||||
|
0lChl68rNk3JpbE2SqJHzxUXGqK+7SkooCQRVZLwCoZZDtUwGdHdym3rp0qHEEXL
|
||||||
|
fWqCkfKbCanEjTSm6xFLJ7k3fIghrzxoVzJSjAAvk12DDW4ZV4kzrtt905FlP2eD
|
||||||
|
dBiqNNBdTSdZTk27iu85pJ+GaIuVipyffDodhNW+GqwTdmdrYRi6dqv2jYtDnLy/
|
||||||
|
un0qCgYjYc+dduD944PpNobjB4q8xrx9cfZqf8ho4EsUEotK5xHYGte+Nuauxjg=
|
||||||
|
=pBHW
|
||||||
|
-----END PGP SIGNATURE-----
|
3
ldb-1.3.2.tar.gz
Normal file
3
ldb-1.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce3ef0b7358a8c5437d2cc0ba3fd6c2f2b7017bc87b09527406c8e34a82376ab
|
||||||
|
size 1364976
|
12
ldb.changes
12
ldb.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 16 19:09:53 UTC 2018 - jmcdonough@suse.com
|
||||||
|
|
||||||
|
- Update to 1.3.2;
|
||||||
|
+ Expose the SHOW_BINARY, ENABLE_TRACING and DONT_CREATE_DB flag
|
||||||
|
constants in the python api.
|
||||||
|
+ Don't load LDB_MODULESDIR as a module file.
|
||||||
|
+ Fix binary data in debug log (bug #13185).
|
||||||
|
+ Intersect the index from SCOPE_ONELEVEL with the index for the
|
||||||
|
search expression (bso#13191)
|
||||||
|
+ GUID Index support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 9 12:04:23 UTC 2018 - scabrero@suse.com
|
Fri Feb 9 12:04:23 UTC 2018 - scabrero@suse.com
|
||||||
|
|
||||||
|
6
ldb.spec
6
ldb.spec
@ -24,9 +24,9 @@
|
|||||||
%define with_python3 0
|
%define with_python3 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define talloc_version 2.1.10
|
%define talloc_version 2.1.11
|
||||||
%define tdb_version 1.3.15
|
%define tdb_version 1.3.15
|
||||||
%define tevent_version 0.9.33
|
%define tevent_version 0.9.36
|
||||||
|
|
||||||
Name: ldb
|
Name: ldb
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
@ -52,7 +52,7 @@ BuildRequires: python3-talloc-devel >= %{talloc_version}
|
|||||||
BuildRequires: python-talloc-devel >= %{talloc_version}
|
BuildRequires: python-talloc-devel >= %{talloc_version}
|
||||||
%endif
|
%endif
|
||||||
Url: https://ldb.samba.org/
|
Url: https://ldb.samba.org/
|
||||||
Version: 1.2.3
|
Version: 1.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An LDAP-like embedded database
|
Summary: An LDAP-like embedded database
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user