Wed, 14 Jan 2026 22:04:51 CST | login

Information for build perl-Data-UUID-1.226-7.oc9

ID34085
Package Nameperl-Data-UUID
Version1.226
Release7.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-Data-UUID.git?.#e20448cb4833ef38fb5c1ce1cb63a68637eb2ebf
SummaryGlobally/Universally Unique Identifiers (GUIDs/UUIDs)
DescriptionThis module provides a framework for generating v3 UUIDs (Universally Unique Identifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128 bits long, and is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 CE. UUIDs were originally used in the Network Computing System (NCS) and later in the Open Software Foundation's (OSF) Distributed Computing Environment. Currently many different technologies rely on UUIDs to provide unique identity for various software components. Microsoft COM/DCOM for instance, uses GUIDs very extensively to uniquely identify classes, applications and components across network-connected systems. The algorithm for UUID generation, used by this extension, is described in the Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz (see RFC 4122). It provides a reasonably efficient and reliable framework for generating UUIDs and supports fairly high allocation rates - 10 million per second per machine - and therefore is suitable for identifying both extremely short-lived and very persistent objects on a given system as well as across the network. This module provides several methods to create a UUID. In all methods, <namespace> is a UUID and <name> is a free form string.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedThu, 24 Apr 2025 15:51:08 CST
CompletedThu, 24 Apr 2025 15:54:44 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-Data-UUID.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-Data-UUID.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
perl-Data-UUID-1.226-7.oc9.src.rpm (info) (download)
aarch64
perl-Data-UUID-1.226-7.oc9.aarch64.rpm (info) (download)
perl-Data-UUID-debuginfo-1.226-7.oc9.aarch64.rpm (info) (download)
perl-Data-UUID-debugsource-1.226-7.oc9.aarch64.rpm (info) (download)
loongarch64
perl-Data-UUID-1.226-7.oc9.loongarch64.rpm (info) (download)
perl-Data-UUID-debuginfo-1.226-7.oc9.loongarch64.rpm (info) (download)
perl-Data-UUID-debugsource-1.226-7.oc9.loongarch64.rpm (info) (download)
x86_64
perl-Data-UUID-1.226-7.oc9.x86_64.rpm (info) (download)
perl-Data-UUID-debuginfo-1.226-7.oc9.x86_64.rpm (info) (download)
perl-Data-UUID-debugsource-1.226-7.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.226-7 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.226-6 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.226-5 - Rebuilt for OpenCloudOS Stream 23.09 * Tue Aug 15 2023 Xiaojie Chen <jackxjchen@tencent.com> - 1.226-4 - Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.226-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.226-2 - Rebuilt for OpenCloudOS Stream 23 * Mon Dec 12 2022 rockerzhu <rockerzhu@tencent.com> - 1.226-1 - Initial build