diff --git a/CHANGES b/CHANGES index 81b6859f17..bf07122e2b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,11 @@ +4.1.0-dev.225 | 2021-02-12 14:40:14 -0800 + + * Fix CentOS 8 CI Dockerfile (Jon Siwek, Corelight) + + The "PowerTools" repoid changed to "powertools": + https://bugs.centos.org/view.php?id=17920 + 4.1.0-dev.224 | 2021-02-12 11:18:32 -0800 * GH-1398: Fix buffer overread in ascii formatter (Johanna Amann, Corelight) diff --git a/VERSION b/VERSION index 4f5664ea12..227ba086f2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.0-dev.224 +4.1.0-dev.225 diff --git a/ci/centos-8/Dockerfile b/ci/centos-8/Dockerfile index 9f4084c8b5..344d2f5a5f 100644 --- a/ci/centos-8/Dockerfile +++ b/ci/centos-8/Dockerfile @@ -3,7 +3,7 @@ FROM centos:8 RUN dnf -y install epel-release dnf-plugins-core \ && dnf clean all && rm -rf /var/cache/dnf -RUN dnf config-manager --set-enabled PowerTools +RUN dnf config-manager --set-enabled powertools RUN dnf -y update && dnf -y install \ git \