|
|
|
@ -1,4 +1,12 @@
|
|
|
|
|
%if ((0%{?fedora} || 0%{?rhel} > 7 || 0%{?epel} > 6))
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 5;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# lmdb is not supported on 32 bit architectures
|
|
|
|
|
%ifarch aarch64 ppc64le s390x x86_64
|
|
|
|
@ -8,24 +16,13 @@
|
|
|
|
|
#endif arch
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with lmdb
|
|
|
|
|
#endif fedora || rhel || epel
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
|
%bcond_without python3
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with python3
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global talloc_version 2.4.1
|
|
|
|
|
%global tdb_version 1.4.9
|
|
|
|
|
%global tevent_version 0.15.0
|
|
|
|
|
%global talloc_version 2.4.2
|
|
|
|
|
%global tdb_version 1.4.10
|
|
|
|
|
%global tevent_version 0.16.1
|
|
|
|
|
|
|
|
|
|
Name: libldb
|
|
|
|
|
Version: 2.8.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.9.1
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: A schema-less, ldap like, API and database
|
|
|
|
|
Requires: libtalloc%{?_isa} >= %{talloc_version}
|
|
|
|
|
Requires: libtdb%{?_isa} >= %{tdb_version}
|
|
|
|
@ -36,32 +33,27 @@ Source0: https://www.samba.org/ftp/ldb/ldb-%{version}.tar.gz
|
|
|
|
|
Source1: https://www.samba.org/ftp/ldb/ldb-%{version}.tar.asc
|
|
|
|
|
# gpg2 --no-default-keyring --keyring ./ldb.keyring --recv-keys 9147A339719518EE9011BCB54793916113084025
|
|
|
|
|
Source2: ldb.keyring
|
|
|
|
|
Patch0: libldb-fix-indexes-performance.patch
|
|
|
|
|
|
|
|
|
|
# Patches
|
|
|
|
|
Patch0: libldb-fix-indexes-performance.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
BuildRequires: libcmocka-devel
|
|
|
|
|
BuildRequires: libtalloc-devel >= %{talloc_version}
|
|
|
|
|
BuildRequires: libtdb-devel >= %{tdb_version}
|
|
|
|
|
BuildRequires: libtevent-devel >= %{tevent_version}
|
|
|
|
|
%if %{with lmdb}
|
|
|
|
|
BuildRequires: lmdb-devel >= 0.9.16
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: popt-devel
|
|
|
|
|
BuildRequires: libxslt
|
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
|
%if %{with python3}
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: openldap-devel
|
|
|
|
|
BuildRequires: popt-devel
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-tdb
|
|
|
|
|
BuildRequires: python3-talloc-devel
|
|
|
|
|
BuildRequires: python3-tdb
|
|
|
|
|
BuildRequires: python3-tevent
|
|
|
|
|
#endif with python
|
|
|
|
|
%if %{with lmdb}
|
|
|
|
|
BuildRequires: lmdb-devel >= 0.9.16
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: openldap-devel
|
|
|
|
|
BuildRequires: libcmocka-devel
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
Provides: bundled(libreplace)
|
|
|
|
|
Obsoletes: python2-ldb < 2.0.5-1
|
|
|
|
@ -100,7 +92,6 @@ Provides: pyldb-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
Development files for the Python bindings for the LDB library.
|
|
|
|
|
This package includes files that aren't specific to a Python version.
|
|
|
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
|
%package -n python3-ldb
|
|
|
|
|
Summary: Python bindings for the LDB library
|
|
|
|
|
Requires: libldb%{?_isa} = %{version}-%{release}
|
|
|
|
@ -120,17 +111,12 @@ Requires: python-ldb-devel-common%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n python3-ldb-devel
|
|
|
|
|
Development files for the Python bindings for the LDB library
|
|
|
|
|
#endif with python
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -
|
|
|
|
|
%autosetup -n ldb-%{version} -p3
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1217376
|
|
|
|
|
export python_LDFLAGS=""
|
|
|
|
|
|
|
|
|
|
%configure --disable-rpath \
|
|
|
|
|
--disable-rpath-install \
|
|
|
|
|
--bundled-libraries=NONE \
|
|
|
|
@ -154,13 +140,11 @@ make %{?_smp_mflags} check
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
# Install API docs
|
|
|
|
|
cp -a apidocs/man/* $RPM_BUILD_ROOT/%{_mandir}
|
|
|
|
|
cp -a apidocs/man/* %{buildroot}%{_mandir}
|
|
|
|
|
|
|
|
|
|
# bug: remove manpage named after full file path
|
|
|
|
|
# not needed with el8+ and fc28+
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
rm -f %{buildroot}%{_mandir}/man3/_*
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%dir %{_libdir}/ldb
|
|
|
|
@ -206,7 +190,6 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
|
|
|
|
%{_includedir}/pyldb.h
|
|
|
|
|
%{_mandir}/man*/Py*.gz
|
|
|
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
|
%files -n python3-ldb
|
|
|
|
|
%{python3_sitearch}/ldb.cpython-*.so
|
|
|
|
|
%{_libdir}/libpyldb-util.cpython-*.so.2*
|
|
|
|
@ -217,54 +200,102 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
|
|
|
|
%{_libdir}/libpyldb-util.cpython-*.so
|
|
|
|
|
%{_libdir}/pkgconfig/pyldb-util.cpython-*.pc
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
%ldconfig_scriptlets -n python3-ldb
|
|
|
|
|
#endif with python
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 13 2024 Andreas Schneider <asn@redhat.com> - 2.8.0-2
|
|
|
|
|
- resolves: RHEL-53007 - Fix performance regression with indexes
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.9.1-5
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Mon Aug 12 2024 Andreas Schneider <asn@redhat.com> - 2.9.1-5
|
|
|
|
|
- Fix performance issue with indexes
|
|
|
|
|
- resolves: RHEL-53008
|
|
|
|
|
|
|
|
|
|
* Thu Jul 04 2024 Andreas Schneider <asn@redhat.com> - 2.9.1-4
|
|
|
|
|
- related: RHEL-33616 - Rebuild package to run tests
|
|
|
|
|
|
|
|
|
|
* Wed Jul 03 2024 Andreas Schneider <asn@redhat.com> - 2.9.1-3
|
|
|
|
|
- related: RHEL-33616 - Rebuild package
|
|
|
|
|
|
|
|
|
|
* Mon Jul 01 2024 Andreas Schneider <asn@redhat.com> - 2.9.1-1
|
|
|
|
|
- resolves: RHEL-33616 - Update to version 2.9.1
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.9.0-2
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 29 2024 Guenther Deschner <gdeschner@redhat.com> - 2.9.0-1
|
|
|
|
|
- rhbz#2260898 - libldb-2.9.0 is available
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 07 2023 Guenther Deschner <gdeschner@redhat.com> - 2.8.0-1
|
|
|
|
|
- rhbz#2227229 - libldb-2.8.0 is available
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2.7.2-2
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Wed Mar 29 2023 Guenther Deschner <gdeschner@redhat.com> - 2.7.2-1
|
|
|
|
|
- rhbz#2182738 - libldb-2.7.2 is available
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 Pavel Filipenský <pfilipen@redhat.com> - 2.7.1-1
|
|
|
|
|
- SPDX migration
|
|
|
|
|
|
|
|
|
|
* Thu Feb 16 2023 Guenther Deschner <gdeschner@redhat.com> - 2.7.1-1
|
|
|
|
|
- rhbz#2167440 - libldb-2.7.1 is available
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Andreas Schneider <asn@redhat.com> - 2.7.0-1
|
|
|
|
|
- Update to version 2.7.0
|
|
|
|
|
- resolves: rhbz#1965818 - Fix ldb on systems with dotted language locale
|
|
|
|
|
|
|
|
|
|
* Mon Dec 04 2023 Andreas Schneider <asn@redhat.com> - 2.8.0-1
|
|
|
|
|
- resolves: RHEL-16482 - Rebase version to 2.8.0
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 05 2023 Pavel Filipenský <pfilipen@redhat.com> - 2.7.2-2
|
|
|
|
|
- resolves: rhbz#2190426 - Rebuilt to retrigger brew build
|
|
|
|
|
* Mon Aug 08 2022 Guenther Deschner <gdeschner@redhat.com> - 2.6.1-1
|
|
|
|
|
- rhbz#2114621 - libldb-2.6.1 is available
|
|
|
|
|
|
|
|
|
|
* Thu May 18 2023 Pavel Filipenský <pfilipen@redhat.com> - 2.7.2-1
|
|
|
|
|
- resolves: rhbz#2190426 - Rebase to version 2.7.2
|
|
|
|
|
* Wed Jul 27 2022 Andreas Schneider <asn@redhat.com> - 2.5.2-2
|
|
|
|
|
- Update to version 2.5.2
|
|
|
|
|
- related: rhbz#2111734 - Fixes CVE-2022-32746
|
|
|
|
|
|
|
|
|
|
* Fri Oct 21 2022 Andreas Schneider <asn@redhat.com> - 2.6.1-1
|
|
|
|
|
- resolves: rhbz#2131995 - Rebase to version 2.6.1
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 27 2022 Andreas Schneider <asn@redhat.com> - 2.5.2-1
|
|
|
|
|
- Rebase to version 2.5.2
|
|
|
|
|
- resolves: rhbz#2109017 - Fix CVE-2022-32746
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.5.1-2
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Pavel Filipenský <pfilipen@redhat.com> - 2.5.1-1
|
|
|
|
|
- related: rhbz#2077490 - Rebase to version 2.5.1
|
|
|
|
|
* Fri Jun 10 2022 Andreas Schneider <asn@redhat.com> - 2.5.1
|
|
|
|
|
- Update to version 2.5.1
|
|
|
|
|
|
|
|
|
|
* Tue May 03 2022 Pavel Filipenský <pfilipen@redhat.com> - 2.5.0-1
|
|
|
|
|
- resolves: rhbz#2077490 - Rebase to version 2.5.0
|
|
|
|
|
* Tue Jan 25 2022 Pavel Filipenský <pfilipen@redhat.com> - 2.5.0-1
|
|
|
|
|
- rhbz#2044382 - libldb-2.5.0 is available
|
|
|
|
|
|
|
|
|
|
* Mon Nov 29 2021 Pavel Filipenský <pfilipen@redhat.com> - 2.4.1-1
|
|
|
|
|
- resolves: rhbz#2013588 - Rebase to version 2.4.1
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.0-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Thu Oct 28 2021 Guenther Deschner <gdeschne@redhat.com> - 2.4.1-1
|
|
|
|
|
- rhbz#2017790 - libldb-2.4.1 is available
|
|
|
|
|
|
|
|
|
|
* Tue May 25 2021 Andreas Schneider <asn@redhat.com> - 2.4.0-5
|
|
|
|
|
- resolves rhbz#1962812 - Added gating tests
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu May 20 2021 Andreas Schneider <asn@redhat.com> - 2.3.0-4
|
|
|
|
|
- related: #1951285 - Enable lmdb support on ppc64le again
|
|
|
|
|
* Thu Jul 15 2021 Guenther Deschner <gdeschne@redhat.com> - 2.4.0-1
|
|
|
|
|
- rhbz#1837364 - libldb-2.4.0 is available
|
|
|
|
|
|
|
|
|
|
* Wed Apr 21 2021 Andreas Schneider <asn@redhat.com> - 2.3.0-3
|
|
|
|
|
- resolves: #1951285 - Fix ldb tests on aarch64
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.3.0-3
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.0-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu May 20 2021 Andreas Schneider <asn@redhat.com> - 2.3.0-2
|
|
|
|
|
- Fix tests on aarch64
|
|
|
|
|
- Verify signature in prep state
|
|
|
|
|
- resolves: rhbz#1794307 - Build with lmbd support on ppc64le again
|
|
|
|
|
|
|
|
|
|
* Wed Mar 24 2021 Lukas Slebodnik <lslebodn@fedoraproject.org> - 2.3.0-1
|
|
|
|
|
- libldb-2.3.0 is required for new samba
|
|
|
|
@ -654,3 +685,4 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
|
|
|
|
* Mon Jan 17 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.9.22-7
|
|
|
|
|
- Update to 0.9.22 (first independent release of libldb upstream)
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|