diff --git a/ldb.changes b/ldb.changes index 65d6fa7..8713052 100644 --- a/ldb.changes +++ b/ldb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 25 07:35:57 UTC 2018 - Samuel Cabrero + +- Update license to LGPL-3.0 + ------------------------------------------------------------------- Fri Aug 17 15:21:40 UTC 2018 - dmulder@suse.com diff --git a/ldb.spec b/ldb.spec index 638fbd7..f27b765 100644 --- a/ldb.spec +++ b/ldb.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -69,7 +69,7 @@ Url: https://ldb.samba.org/ Version: 1.4.2 Release: 0 Summary: An LDAP-like embedded database -License: GPL-3.0-or-later +License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ Source: https://download.samba.org/pub/ldb/ldb-%{version}.tar.gz Source1: https://download.samba.org/pub/ldb/ldb-%{version}.tar.asc @@ -85,9 +85,6 @@ LDB is an LDAP-like embedded database. %package -n libldb1 Summary: An LDAP-like embedded database Group: System/Libraries -%if %{with_lmdb} -Requires: lmdb >= %{lmdb_version} -%endif %description -n libldb1 LDB is an LDAP-like embedded database.