Wed, 01 Apr 2026 23:06:16 CST | login

Information for build libdaemon-0.14-6.oc9

ID33623
Package Namelibdaemon
Version0.14
Release6.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/libdaemon.git?.#8e64776b9c16c4bc6f0b36df131aa9c985d86b41
SummaryA lightweight C library that eases the writing of UNIX daemons
Descriptionlibdaemon is a lightweight C library that eases the writing of UNIX daemons. It consists of the following parts: * A wrapper around fork() which does the correct daemonization procedure of a process * A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR * An API for writing PID files * An API for serializing UNIX signals into a pipe for usage with select() or poll() * An API for running subprocesses with STDOUT and STDERR redirected to syslog. * APIs like these are used in most daemon software available. It is not that simple to get it done right and code duplication is not a goal. libdaemon is currently used by ifplugd, Avahi, ivam2, Nautilus-Share and aeswepd.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedTue, 22 Apr 2025 23:48:19 CST
CompletedWed, 23 Apr 2025 00:42:52 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/libdaemon.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/libdaemon.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
libdaemon-0.14-6.oc9.src.rpm (info) (download)
aarch64
libdaemon-0.14-6.oc9.aarch64.rpm (info) (download)
libdaemon-devel-0.14-6.oc9.aarch64.rpm (info) (download)
libdaemon-debuginfo-0.14-6.oc9.aarch64.rpm (info) (download)
libdaemon-debugsource-0.14-6.oc9.aarch64.rpm (info) (download)
loongarch64
libdaemon-0.14-6.oc9.loongarch64.rpm (info) (download)
libdaemon-devel-0.14-6.oc9.loongarch64.rpm (info) (download)
libdaemon-debuginfo-0.14-6.oc9.loongarch64.rpm (info) (download)
libdaemon-debugsource-0.14-6.oc9.loongarch64.rpm (info) (download)
x86_64
libdaemon-0.14-6.oc9.x86_64.rpm (info) (download)
libdaemon-devel-0.14-6.oc9.x86_64.rpm (info) (download)
libdaemon-debuginfo-0.14-6.oc9.x86_64.rpm (info) (download)
libdaemon-debugsource-0.14-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> - 0.14-6 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.14-5 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.14-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.14-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.14-2 - Rebuilt for OpenCloudOS Stream 23 * Fri Jul 22 2022 doriscchao <doriscchao@tencent.com> - 0.14-1 - initial build, Version 0.14, Release 1