We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2185ea7 + b7a9b17 commit b6c0ce5Copy full SHA for b6c0ce5
hack/scripts/rpm-init.sh
@@ -73,10 +73,8 @@ case "$pkgrelease" in
73
dnf install -y git rpm-build rpmlint dnf-plugins-core epel-release
74
dnf config-manager --set-enabled crb
75
;;
76
- rhel8|rhel9)
77
- dnf install -y git rpm-build rpmlint dnf-plugins-core
78
- ;;
79
rhel*)
+ # skipping rpmlint as it requires dependencies not available in ubi images
80
dnf install -y git rpm-build dnf-plugins-core
81
82
esac
0 commit comments