Rebase to version 2.7.2
resolves: rhbz#2190426
This commit is contained in:
parent
cccc4414fa
commit
69fd19fc7a
2
.gitignore
vendored
2
.gitignore
vendored
@ -72,3 +72,5 @@
|
||||
/ldb-2.5.2.tar.gz
|
||||
/ldb-2.6.1.tar.gz
|
||||
/ldb-2.6.1.tar.asc
|
||||
/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#2190426 - Rebase to version 2.7.2
|
||||
|
||||
* Fri Oct 21 2022 Andreas Schneider <asn@redhat.com> - 2.6.1-1
|
||||
- resolves: rhbz#2131995 - Rebase to version 2.6.1
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (ldb-2.6.1.tar.gz) = 7b920c5ec1252446584caeedf9ec18aeb5c1b689c2ecc8ae65c0d5b64bf0bca0cbaa887c07fca90b36b16904e3a08534fc513fec6bac288e80f94d2980c36211
|
||||
SHA512 (ldb-2.6.1.tar.asc) = abd887ee50d34182fe03ef2e8448fc4de73670ae11ca82dbf3cd8246b05a8bd6d9dd8722ab4c3c2c6e951f59a4116b894660c410c87e3722dc699d343a0d0c96
|
||||
SHA512 (ldb-2.7.2.tar.asc) = 0903ead21d1eb08003f6cdf47099e113fea2a60d3c3db1950d60532ecdef27e7363f4b77c03602a8a78ef6c7d7bbaf98b7a4e172e4cb263ea2942ef1b5452432
|
||||
SHA512 (ldb-2.7.2.tar.gz) = beb2cd83a8f128713e0b43ec6e80d0f87ab0883c6c8f0cefbbf5bf49e29dfa327b245b78467d1906917cb5f3f11e01cb76cc6bcca58a47c5deac4f05c2e9dfbd
|
||||
|
Loading…
Reference in New Issue
Block a user