>From e8fc55e0674bdd20fd101a70e50f1d9f58db510d Mon Sep 17 00:00:00 2001
From: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Date: Tue, 29 Sep 2015 17:34:32 +0300
Subject: [PATCH] CI: Update reason blocking move to DNF

---
 contrib/ci/distro.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/ci/distro.sh b/contrib/ci/distro.sh
index 5416bff..7db1794 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}
-- 
2.5.1

