Thu, 09 Apr 2026 04:25:53 CST | login

Information for build golang-github-burntsushi-locker-0-2.oc9

ID36647
Package Namegolang-github-burntsushi-locker
Version0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-burntsushi-locker.git?.#558d048cd64daaf016a8305ecf25cfaf825d1a6e
SummarySimple Golang package for conveniently using named read/write locks
Description Package Locker is a simple package to manage named ReadWrite mutexes. These appear to be especially useful for synchronizing access to session based information in web applications. The common use case is to use the package level functions, which use a package level set of locks (safe to use from multiple goroutines simultaneously). However, you may also create a new separate set of locks. All locks are implemented with read-write mutexes. To use them like a regular mutex, simply ignore the RLock/RUnlock functions.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 00:34:15 CST
CompletedFri, 13 Jun 2025 00:39:21 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-github-burntsushi-locker.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-burntsushi-locker.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
golang-github-burntsushi-locker-0-2.oc9.src.rpm (info) (download)
noarch
golang-github-burntsushi-locker-devel-0-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
aarch64
state.log
build.log
installed_pkgs.log
root.log
dnf.librepo.log
dnf.rpm.log
dnf.log
mock_output.log
hw_info.log
mock_config.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Jun 07 2025 bbrucezhang <bbrucezhang@tencent.com> - 0-2.gita6e239e - Rebuilt for loongarch64 * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build