Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions hack/scripts/rpm-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ case "$pkgrelease" in
dnf install -y git rpm-build rpmlint dnf-plugins-core epel-release
dnf config-manager --set-enabled crb
;;
rhel8|rhel9)
dnf install -y git rpm-build rpmlint dnf-plugins-core
;;
rhel*)
# skipping rpmlint as it requires dependencies not available in ubi images
dnf install -y git rpm-build dnf-plugins-core
;;
esac
Expand Down
Loading