Commit 5890181
committed
fix: use %{python3} in mock-core-configs %check, add release note
On EPEL-8 the `python3` command is not on PATH (only
/usr/libexec/platform-python), so the %check step failed with
"python3: command not found" and broke the Copr build. The spec
already defines `%global python3 /usr/libexec/platform-python` for
el8 (and the standard macro on Fedora/RHEL10+), so use `%{python3}`
instead of the bare `python3`.
Add a release-notes fragment for the new test.
Assisted-By: pi1 parent 7f0922b commit 5890181
2 files changed
Lines changed: 5 additions & 1 deletion
File tree
- mock-core-configs
- releng/release-notes-next
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments