Commit 7eefff3
committed
chore: restore CentOS Stream targets in Packit config
Re-enable centos-stream-9 and centos-stream-10 targets for
copr_build and tests jobs. go-vendor-tools is now available
via EPEL for both platforms:
- EPEL 9: go-vendor-tools-0.12.0-1.el9
- EPEL 10.1: go-vendor-tools-0.12.0-1.el10_1
Add EPEL additional_repos for CentOS Stream targets so the
mock buildroot can find go-vendor-tools during COPR builds.
Add generic Go version workaround to spec %prep section to
handle cases where the system Go has an older patch version
than what go.mod requires (e.g., CentOS Stream Go 1.26.7 vs
go.mod 1.26.8). Uses go\K regex anchor for reliable version
extraction.
Assisted-by: OpenCode (claude-opus-4-6)
Signed-off-by: Marcus Burghardt <maburgha@redhat.com>1 parent 557730d commit 7eefff3
2 files changed
Lines changed: 29 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
| |||
0 commit comments