Skip to content

rpm: avoid broken rpmlint dependency on EL10 derivatives#428

Merged
vvoland merged 1 commit into
docker:mainfrom
vvoland:fix-almarocky10
May 20, 2026
Merged

rpm: avoid broken rpmlint dependency on EL10 derivatives#428
vvoland merged 1 commit into
docker:mainfrom
vvoland:fix-almarocky10

Conversation

@vvoland
Copy link
Copy Markdown
Collaborator

@vvoland vvoland commented May 20, 2026

AlmaLinux 10 and Rocky Linux 10 currently resolve rpmlint from EPEL to a package that depends on python3.12dist(zstandard), which is not available in the configured repositories.

unblock compose release: https://github.com/docker/packaging/actions/runs/26172953696/job/77005567053

AlmaLinux 10 and Rocky Linux 10 currently resolve rpmlint from EPEL to a
package that depends on python3.12dist(zstandard), which is not
available in the configured repositories.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland vvoland requested a review from a team as a code owner May 20, 2026 16:31
@vvoland vvoland merged commit f796ee1 into docker:main May 20, 2026
858 of 863 checks passed
Comment thread hack/scripts/rpm-init.sh
# skipping rpmlint until EPEL provides its EL10 dependencies
dnf install -y git rpm-build
;;
rockylinux*|almalinux*)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we have removed this part?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, let's keep it for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants