elif [ "$RELEASE" = "dnsdist-15" -a "$VERSION" = "8" ]; then
cat <<EOF >> Dockerfile.$RELEASE.$OS-$VERSION
RUN dnf install -y 'dnf-command(config-manager)'
-RUN dnf config-manager --set-enabled PowerTools
+RUN dnf config-manager --set-enabled powertools
EOF
fi
ARG BUILDER_CACHE_BUSTER=
RUN touch /var/lib/rpm/* && yum install -y epel-release && \
dnf install -y 'dnf-command(config-manager)' && \
- dnf config-manager --set-enabled PowerTools
+ dnf config-manager --set-enabled powertools
# Do the actual rpm build
@INCLUDE Dockerfile.rpmbuild