]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
bootstrap: Rename mysql-community-devel for fedora 1148/head
authorBrad Hubbard <bhubbard@redhat.com>
Fri, 16 Feb 2018 00:41:33 +0000 (10:41 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Fri, 16 Feb 2018 00:41:33 +0000 (10:41 +1000)
The name of the package is community-mysql-devel in currently
supported releases.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
bootstrap

index 002926a4686f46db9bffa0a3cf6b7451bfa8abc8..0b7a872e878605c4b7da3f66b0148e8d7505895f 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -55,7 +55,7 @@ Linux)
        fi
        ;;
     Fedora)
-        for package in python2-pip python2-virtualenv libev-devel libvirt-devel mysql-community-devel libffi-devel; do
+        for package in python2-pip python2-virtualenv libev-devel libvirt-devel community-mysql-devel libffi-devel; do
            if [ "$(rpm -q $package)" == "package $package is not installed" ]; then
                missing="${missing:+$missing }$package"
            fi