From c8d8a169a67f13d9800835acec3a051879f4cac2 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 8 Sep 2023 01:43:04 -0400 Subject: [PATCH] Re-enable subpackages in RHEL builds This conversion cannot happen in RHEL/ELN builds until all libdb dependencies are dropped. Until then, the libraries must remain available to avoid breaking the buildroot. --- libdb.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libdb.spec b/libdb.spec index a4db60e..52d3509 100644 --- a/libdb.spec +++ b/libdb.spec @@ -1,8 +1,6 @@ -%if 0%{?fedora} +# This must remain enabled even for RHEL/ELN until all libdb dependencies +# are dropped, then this should be Fedora-only %bcond_without subpackages -%else -%bcond_with subpackages -%endif %define __soversion_major 5 %define __soversion %{__soversion_major}.3 @@ -16,7 +14,7 @@ Summary: The Berkeley DB database library for C Name: libdb Version: 5.3.28 -Release: 57%{?dist} +Release: 58%{?dist} Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz # For mt19937db.c @@ -488,6 +486,9 @@ install -m 0755 db_converter-%{_converter_version}/db_converter %{buildroot}/%{_ %endif %changelog +* Fri Sep 08 2023 Yaakov Selkowitz - 5.3.28-58 +- Re-enable subpackages in RHEL builds + * Tue Aug 29 2023 Filip Janus  - 5.3.25-57 - Add convert-util subpackage - It allowes to convert BerkeleyDB database format to GDBM/LMDB format