- Update to 1.1.19.
+ Allow to register extended match rules OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=60
This commit is contained in:
parent
dce1ac5a0d
commit
437e8fc6d8
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJUe1QkAAoJEEeTkWETCEAl/HgH+gO/r746IBPceoGAkaA8bWaz
|
||||
OTYp0XQfJMWpf0vb1FQ9xhDaa4tx6U4IdjGs3MxRu91bklfiuafdVSn5Xm0/7CMG
|
||||
FziXkO1l00B8/uMYnL8QcWAaW3LY+1WdLE9cL5HubcUsbgZeyTk6Ie5h9+ysJv6p
|
||||
wkr2o2V6HKZp78jfDLeinwAW7NQYxStSz+E/EsDB64v5og5YRn7PSCH6TomaXK61
|
||||
j44uZQMYtmgqdqCweB3oru/ZfS3ayS2ULMc16aVgKhaDR6deQz3/Zq4J3sl3qW1+
|
||||
pKYiYtHJB+gtIxmkM+BZVQuaAxVMopj/m/3w3YnzFS0ZA7dLCLyxy89y7h4AYoE=
|
||||
=1EUJ
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fea993ea2b3a61abd4faee2e7df13dd4afd2261e92c5d69a9ec436d14d5c9c8
|
||||
size 1215995
|
11
ldb-1.1.19.tar.asc
Normal file
11
ldb-1.1.19.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJUl9OUAAoJEEeTkWETCEAle88H/2rvoj/Dpzr7CAnpXD/z2sXC
|
||||
ICiAmWqONBYOqG8imbSzdgRrSzEm7m2rG4UQqpFMsE0ei0qFJGBjwDDE+CpEyTvt
|
||||
/Z+RoZGcG2IebBafv0w1Gu5nRLchMtDAUTwXTB+s7IAXTChS+Uuf3vFXFO/OhtUt
|
||||
qDjyHbb0Ubr9OSkPnbxx43uZafcKVzO9PjTIGCl0HNls4VPAerM49NTfds/VEf3D
|
||||
TC22LXrqQYftZLdH7LWZClPbkDymYVQx/ixACSMdavqfmqiPCwXHzX7gN7ajSQM3
|
||||
n39vAU4SoEsgCCmsuciURMUzclhcI6mkLeahbLXJgBd1iZQ3NA3u9Jo3t/ID3CA=
|
||||
=etmM
|
||||
-----END PGP SIGNATURE-----
|
3
ldb-1.1.19.tar.gz
Normal file
3
ldb-1.1.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0086288da7c4df013990190ccb3a2579bb707f277b357611984c499d7e0948dc
|
||||
size 1218329
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 14:57:29 UTC 2015 - lmuelle@suse.com
|
||||
|
||||
- Update to 1.1.19.
|
||||
+ Allow to register extended match rules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 21 20:23:19 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
|
6
ldb.spec
6
ldb.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ldb
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
%define talloc_version 2.0.8
|
||||
%define tdb_version 1.2.11
|
||||
%define tdb_version 1.3.4
|
||||
%define tevent_version 0.9.17
|
||||
|
||||
Name: ldb
|
||||
@ -40,7 +40,7 @@ BuildRequires: python-tevent >= %{tevent_version}
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Url: http://ldb.samba.org/
|
||||
Version: 1.1.18
|
||||
Version: 1.1.19
|
||||
Release: 0
|
||||
Summary: An LDAP-like embedded database
|
||||
License: GPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user