Update to version 2.7.2
resolves: rhbz#2190427
This commit is contained in:
parent
9f4d603aa4
commit
9ea1cf841f
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ SOURCES/ldb-2.6.1.tar.gz
|
||||
SOURCES/ldb.keyring
|
||||
/ldb-2.6.1.tar.gz
|
||||
/ldb.keyring
|
||||
/ldb-2.7.2.tar.asc
|
||||
/ldb-2.7.2.tar.gz
|
||||
|
13
libldb.spec
13
libldb.spec
@ -19,18 +19,18 @@
|
||||
%bcond_with python3
|
||||
%endif
|
||||
|
||||
%global talloc_version 2.3.4
|
||||
%global tdb_version 1.4.7
|
||||
%global tevent_version 0.13.0
|
||||
%global talloc_version 2.4.0
|
||||
%global tdb_version 1.4.8
|
||||
%global tevent_version 0.14.1
|
||||
|
||||
Name: libldb
|
||||
Version: 2.6.1
|
||||
Version: 2.7.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A schema-less, ldap like, API and database
|
||||
Requires: libtalloc%{?_isa} >= %{talloc_version}
|
||||
Requires: libtdb%{?_isa} >= %{tdb_version}
|
||||
Requires: libtevent%{?_isa} >= %{tevent_version}
|
||||
License: LGPLv3+
|
||||
License: LGPL-3.0-or-later
|
||||
URL: http://ldb.samba.org/
|
||||
Source0: https://www.samba.org/ftp/ldb/ldb-%{version}.tar.gz
|
||||
Source1: https://www.samba.org/ftp/ldb/ldb-%{version}.tar.asc
|
||||
@ -222,6 +222,9 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 18 2023 Pavel Filipenský <pfilipen@redhat.com> - 2.7.2-1
|
||||
- resolves: rhbz#2190427 - Update to version 2.7.2
|
||||
|
||||
* Mon Oct 24 2022 Andreas Schneider <asn@redhat.com> - 2.6.1-1
|
||||
- resolves: rhbz#2132052 - Update to version 2.6.1
|
||||
|
||||
|
3
sources
3
sources
@ -1,2 +1,3 @@
|
||||
SHA512 (ldb-2.6.1.tar.gz) = 7b920c5ec1252446584caeedf9ec18aeb5c1b689c2ecc8ae65c0d5b64bf0bca0cbaa887c07fca90b36b16904e3a08534fc513fec6bac288e80f94d2980c36211
|
||||
SHA512 (ldb-2.7.2.tar.asc) = 0903ead21d1eb08003f6cdf47099e113fea2a60d3c3db1950d60532ecdef27e7363f4b77c03602a8a78ef6c7d7bbaf98b7a4e172e4cb263ea2942ef1b5452432
|
||||
SHA512 (ldb-2.7.2.tar.gz) = beb2cd83a8f128713e0b43ec6e80d0f87ab0883c6c8f0cefbbf5bf49e29dfa327b245b78467d1906917cb5f3f11e01cb76cc6bcca58a47c5deac4f05c2e9dfbd
|
||||
SHA512 (ldb.keyring) = dab8c56fad6555885ee05f26f1e6da8d4c95c0cd7bdba114422b31d33b95ce46e763946a4be17c651e2626c0511f087bc223773f74b4d43ffc3010528b270093
|
||||
|
Loading…
Reference in New Issue
Block a user