diff options
-rw-r--r-- | contrib/ci/distro.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ci/distro.sh b/contrib/ci/distro.sh index 6a2aebca6..da797d02f 100644 --- a/contrib/ci/distro.sh +++ b/contrib/ci/distro.sh @@ -54,7 +54,7 @@ function distro_pkg_install() [ $# != 0 ] && sudo -p "$prompt" yum --assumeyes install -- "$@" |& # Pass input to output, fail if a missing package is reported # TODO Remove and switch to DNF once - # https://bugzilla.redhat.com/show_bug.cgi?id=1128139 is fixed + # https://bugzilla.redhat.com/show_bug.cgi?id=1215208 is fixed awk 'BEGIN {s=0} /^No package .* available.$/ {s=1} {print} |