合并受阻
当前仓库存在以下 保护分支 :
| Protected Branch | Version | Release |
|---|---|---|
| * master | 3.7.0 | 1 |
| openEuler-22.03-LTS-SP4 | 3.5.1 | 1 |
| openEuler-24.03-LTS | 3.2.0 | 1 |
| openEuler-24.03-LTS-Next | 3.6.1 | 1 |
| openEuler-24.03-LTS-SP1 | 3.6.1 | 1 |
| openEuler-24.03-LTS-SP2 | 3.6.1 | 1 |
| openEuler-24.03-LTS-SP3 | 3.6.1 | 1 |
| openEuler-25.03 | 3.6.1 | 1 |
| openEuler-25.09 | 3.6.1 | 1 |
评论 /sync <branch1> <branch2> ... 可将当前 PR 修改同步到其它分支(创建同步 PR):
a) 如果当前 PR 是 Open 状态,同步操作将延迟到 PR 被合并时执行
b) 如果当前 PR 已经 Merged,将立即执行同步操作
注意:
- /sync 命令可以指定同步到多个分支,仅最后一个 /sync 命令生效
- 如果创建的同步 PR 不正确,可通过向同步 PR 的源分支提交轻量级 PR 完善,或使用 /close 命令关闭


Hi maqi77, welcome to the openEuler Community.
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here.
If you have any questions, please contact the SIG: Infrastructure, and any of the maintainers: @imjoey , @zhuchunyi , @zhongjun2 , @genedna , @yikunkero , @georgecao , @TommyLike , any of the committers: @Zherphy


门禁正在运行, 您可以通过以下链接查看实时门禁检查结果.
若您对门禁结果含义不清晰或者遇到问题不知如何解决,可参考门禁指导手册
门禁入口及编码规范检查: multiarch/src-openeuler/trigger/git-lfs/58/console


aarch64架构构建及构建后检查:multiarch/src-openeuler/aarch64/git-lfs/58/console


x86_64架构构建及构建后检查:multiarch/src-openeuler/x86-64/git-lfs/58/console


| Check Name | Build Result | Build Details | |
|---|---|---|---|
| check_consistency | :white_check_mark:SUCCESS | #58 | |
| check_binary_file | :white_check_mark:SUCCESS | ||
| check_repo_in_maintain | :white_check_mark:SUCCESS | ||
| check_spec_file | :white_check_mark:SUCCESS | ||
| check_package_yaml_file | :white_check_mark:SUCCESS | ||
| x86_64 | check_build | :white_check_mark:SUCCESS | #58 |
| check_install | :white_check_mark:SUCCESS | ||
| check_license | :white_check_mark:SUCCESS | ||
| aarch64 | check_build | :white_check_mark:SUCCESS | #58 |
| check_install | :white_check_mark:SUCCESS | ||
| check_license | :white_check_mark:SUCCESS | ||


如下为接口变更检查结果,目标分支为master,请PR提交者check差异信息
| Arch Name | Check Items | Rpm Name | Check Result | Build Details |
|---|---|---|---|---|
| compare_package(x86_64) | add_rpms | :white_check_mark:SUCCESS | #58 | |
| delete_rpms | :white_check_mark:SUCCESS | |||
| rpm_cmd | :white_check_mark:SUCCESS | |||
| rpm_provides | :white_check_mark:SUCCESS | |||
| rpm_requires | :white_check_mark:SUCCESS | |||
| rpm_symbol | :white_check_mark:SUCCESS | |||
| compare_package(aarch64) | add_rpms | :white_check_mark:SUCCESS | #58 | |
| delete_rpms | :white_check_mark:SUCCESS | |||
| rpm_cmd | :white_check_mark:SUCCESS | |||
| rpm_provides | :white_check_mark:SUCCESS | |||
| rpm_requires | :white_check_mark:SUCCESS | |||
| rpm_symbol | :white_check_mark:SUCCESS |


@maqi77


门禁常见失败问题及解决方案, 可参考门禁问题排查手册
若门禁存在误报,您可以评论/ci_mistake 58进行误报标记,58表示本次构建号
也可带上误报的门禁检查项以及误报类型(ci、obs、infra),比如/ci_mistake 58 obs check_build check_install表示的是check_build和check_install存在误报,误报类型为obs
若想取消误报标记,可以评论/ci_unmistake 58取消
也可在评论后加上一段文字描述,但请另起一行


/check-cla


upgrade to 3.7.1
This release introduces security fixes for Linux, macOS, and Windows
systems, which have been collectively assigned CVE-2025-26625.
When populating a Git repository's working tree with the contents of
Git LFS objects, certain Git LFS commands may write to files visible
outside the current Git working tree if symbolic or hard links exist
which collide with the paths of files tracked by Git LFS.
Git LFS has resolved this problem by revising the git lfs checkout and
git lfs pull commands so that they check for symbolic links in the same
manner as performed by Git before writing to files in the working tree.
These commands now also remove existing files in the working tree before
writing new files in their place.
As well, Git LFS has resolved a problem whereby the git lfs checkout and
git lfs pull commands, when run in a bare repository, could write to
files visible outside the repository. While a specific and relatively
unlikely set of conditions were required for this to occur, it is no
longer possible under any circumstances.
We would like to extend a special thanks to the following open-source
contributors:
Apple Product Security for reporting this to us responsibly
Bugs
Detect symbolic links on checkout and pull (@chrisd8088)
Misc
Upgrade to Go 1.25 (@chrisd8088)