Thu, 26 Jun 2025 18:29:23 CST | login

Information for build gdbm-1.23-6.oc9

ID33100
Package Namegdbm
Version1.23
Release6.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/gdbm.git?.#46334b76ec2d73eb1416cd2d6071110ff2659d89
SummaryA GNU set of database routines which use extensible hashing
DescriptionGNU dbm (or GDBM, for short) is a library of database functions that use extensible hashing and work similar to the standard UNIX dbm. The basic use of GDBM is to store key/data pairs in a data file. Each key must be unique and each key is paired with only one data item. The library provides primitives for storing key/data pairs, searching and retrieving the data by its key and deleting a key along with its data. It also support sequential iteration over all key/data pairs in a database. For compatibility with programs using old UNIX dbm function, the package also provides traditional dbm and ndbm interfaces.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedThu, 17 Apr 2025 17:39:10 CST
CompletedThu, 17 Apr 2025 17:40:59 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/gdbm.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/gdbm.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
gdbm-1.23-6.oc9.src.rpm (info) (download)
aarch64
gdbm-1.23-6.oc9.aarch64.rpm (info) (download)
gdbm-devel-1.23-6.oc9.aarch64.rpm (info) (download)
gdbm-libs-1.23-6.oc9.aarch64.rpm (info) (download)
gdbm-debuginfo-1.23-6.oc9.aarch64.rpm (info) (download)
gdbm-debugsource-1.23-6.oc9.aarch64.rpm (info) (download)
gdbm-libs-debuginfo-1.23-6.oc9.aarch64.rpm (info) (download)
loongarch64
gdbm-1.23-6.oc9.loongarch64.rpm (info) (download)
gdbm-devel-1.23-6.oc9.loongarch64.rpm (info) (download)
gdbm-libs-1.23-6.oc9.loongarch64.rpm (info) (download)
gdbm-debuginfo-1.23-6.oc9.loongarch64.rpm (info) (download)
gdbm-debugsource-1.23-6.oc9.loongarch64.rpm (info) (download)
gdbm-libs-debuginfo-1.23-6.oc9.loongarch64.rpm (info) (download)
x86_64
gdbm-1.23-6.oc9.x86_64.rpm (info) (download)
gdbm-devel-1.23-6.oc9.x86_64.rpm (info) (download)
gdbm-libs-1.23-6.oc9.x86_64.rpm (info) (download)
gdbm-debuginfo-1.23-6.oc9.x86_64.rpm (info) (download)
gdbm-debugsource-1.23-6.oc9.x86_64.rpm (info) (download)
gdbm-libs-debuginfo-1.23-6.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.23-6 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.23-5 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.23-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.23-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.23-2 - Rebuilt for OpenCloudOS Stream 23 * Mon Jul 11 2022 Wang Zhe <bessiewang@tencent.com> - 1.23-1 - initial build