fix: make version optional in release workflow and update RPM spec#108
Merged
mhduiy merged 1 commit intolinuxdeepin:masterfrom Jun 27, 2025
Merged
fix: make version optional in release workflow and update RPM spec#108mhduiy merged 1 commit intolinuxdeepin:masterfrom
mhduiy merged 1 commit intolinuxdeepin:masterfrom
Conversation
1. Changed version parameter to optional in GitHub workflow to allow
more flexible releases
2. Updated RPM spec file with:
- Added conditional source URL handling for Fedora
- Improved formatting and metadata (License, URL)
- Added %{?dist} macro to Release field
3. These changes improve package maintainability and support different
build environments
fix: 使发布工作流中的版本可选并更新 RPM 规范
1. 将 GitHub 工作流中的版本参数改为可选,以实现更灵活的发布
2. 更新 RPM 规范文件:
- 为 Fedora 添加了条件式源 URL 处理
- 改进了格式和元数据(许可证、URL)
- 在 Release 字段中添加了 %{?dist} 宏
3. 这些更改提高了软件包的可维护性并支持不同的构建环境
Contributor
deepin pr auto review关键摘要:
是否建议立即修改:
|
mhduiy
approved these changes
Jun 27, 2025
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, mhduiy The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
more flexible releases
build environments
fix: 使发布工作流中的版本可选并更新 RPM 规范