Skip to content

Commit b6c0ce5

Browse files
authored
Merge pull request #369 from thaJeztah/skip_rpmlint
skip installing rpmlint on RHEL8, 9
2 parents 2185ea7 + b7a9b17 commit b6c0ce5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hack/scripts/rpm-init.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,8 @@ case "$pkgrelease" in
7373
dnf install -y git rpm-build rpmlint dnf-plugins-core epel-release
7474
dnf config-manager --set-enabled crb
7575
;;
76-
rhel8|rhel9)
77-
dnf install -y git rpm-build rpmlint dnf-plugins-core
78-
;;
7976
rhel*)
77+
# skipping rpmlint as it requires dependencies not available in ubi images
8078
dnf install -y git rpm-build dnf-plugins-core
8179
;;
8280
esac

0 commit comments

Comments
 (0)