Sun, 01 Feb 2026 12:11:11 CST | login

Information for build golang-github-ryanuber-glob-1.0.0-2.oc9

ID37135
Package Namegolang-github-ryanuber-glob
Version1.0.0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-ryanuber-glob.git?.#891135422d7e926b785c44a43c3c310fdc9c2147
SummaryBasic string globs in Go
Description Go-glob is a single-function library implementing basic string glob support. Globs are an extremely user-friendly way of supporting string matching without requiring knowledge of regular expressions or Go's particular regex engine. Most people understand that if you put a * character somewhere in a string, it is treated as a wildcard. Surprisingly, this functionality isn't found in Go's standard library, except for path.Match, which is intended to be used while comparing paths (not arbitrary strings), and contains specialized logic for this use case. A better solution might be a POSIX basic (non-ERE) regular expression engine for Go, which doesn't exist currently.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 03:30:03 CST
CompletedFri, 13 Jun 2025 03:36:34 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-github-ryanuber-glob.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-ryanuber-glob.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
golang-github-ryanuber-glob-1.0.0-2.oc9.src.rpm (info) (download)
noarch
golang-github-ryanuber-glob-devel-1.0.0-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
aarch64
root.log
mock_config.log
dnf.rpm.log
hw_info.log
installed_pkgs.log
mock_output.log
dnf.log
state.log
build.log
dnf.librepo.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Jun 09 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.0.0-2 - Rebuilt for loongarch64 * Mon Aug 19 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build