Commit c15517a
authored
(SIMP-10415) Honor build/rpm_metadata/requires (#169)
Before this patch, the project's RPM .spec file used a hard-coded
`Release:` number that could not be overridden by the optional
`build/rpm_metadata/release` file used by other projects. The lack of
this capability prevents GHA pkg:single builds from tagging & building
pre-release RPMs for the assets when PRs are still pending for final
release, which in turn prevents staging full yum repositories to start
testing the product install and dep resolution.
This patch adds support for `build/rpm_metadata/release`, and defaults
to the standard `-1` Release value.
This patch also
* Removes %{dist} from highline Release
* Removes %{dist} from Release
[SIMP-10415] #comment Update rubygem-simp-cli
[SIMP-10416] #close1 parent 539d900 commit c15517a
2 files changed
Lines changed: 45 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
1 | 43 | | |
2 | 44 | | |
3 | 45 | | |
| |||
12 | 54 | | |
13 | 55 | | |
14 | 56 | | |
15 | | - | |
| 57 | + | |
16 | 58 | | |
17 | 59 | | |
18 | 60 | | |
| |||
65 | 107 | | |
66 | 108 | | |
67 | 109 | | |
68 | | - | |
| 110 | + | |
69 | 111 | | |
70 | 112 | | |
71 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments