Commit c5489a7
fix: make version optional in release workflow and update rpm spec
1. Changed version input from required to optional in GitHub workflow to
allow more flexible release process
2. Updated rpm spec file formatting for consistency
3. Added %{?dist} macro to Release field for better compatibility with
different distributions
fix: 使版本号在发布工作流中可选并更新 rpm 规范
1. 将 GitHub 工作流中的版本输入从必选改为可选,以实现更灵活的发布流程
2. 更新 rpm 规范文件格式以提高一致性
3. 在 Release 字段中添加 %{?dist} 宏以提高与不同发行版的兼容性1 parent abc2143 commit c5489a7
File tree
2 files changed
+3
-3
lines changed- .github/workflows
- rpm
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments