chore: restore CentOS Stream targets in Packit config - #852
Merged
marcusburghardt merged 1 commit intoSep 14, 2026
Merged
Conversation
marcusburghardt
force-pushed
the
opsx/restore-centos-stream-targets
branch
from
September 11, 2026 10:38
de9e387 to
7eefff3
Compare
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>
marcusburghardt
force-pushed
the
opsx/restore-centos-stream-targets
branch
from
September 11, 2026 11:33
7eefff3 to
3461697
Compare
marcusburghardt
marked this pull request as ready for review
September 11, 2026 11:33
marcusburghardt
enabled auto-merge
September 11, 2026 11:33
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.
Summary
Re-enable CentOS Stream 9 and 10 targets for
copr_buildandtestsPackit jobs. These were removed whengo-vendor-toolswas not available on CentOS Stream repos.What changed
go-vendor-toolsis now available via EPEL:go-vendor-tools0.12.0-1.el9go-vendor-tools0.12.0-1.el10_1Go version compatibility is also confirmed:
golangversiongo.modrequiresCompanion PR
complytime-providers PR #177 applies the same change.