bd1529
From 07b154fbc817e93f58c597644570a633c38d1c72 Mon Sep 17 00:00:00 2001
bd1529
From: Frantisek Sumsal <frantisek@sumsal.cz>
bd1529
Date: Fri, 15 Jan 2021 12:51:02 +0100
bd1529
Subject: [PATCH] ci: PowerTools repo was renamed to powertools in RHEL 8.3
bd1529
bd1529
See: https://wiki.centos.org/Manuals/ReleaseNotes/CentOS8.2011#Yum_repo_file_and_repoid_changes
bd1529
bd1529
rhel-only
bd1529
Related: #1871827
bd1529
---
bd1529
 ci/travis-centos-rhel8.sh | 2 +-
bd1529
 1 file changed, 1 insertion(+), 1 deletion(-)
bd1529
bd1529
diff --git a/ci/travis-centos-rhel8.sh b/ci/travis-centos-rhel8.sh
bd1529
index cd0857fd29..43e2cb2585 100755
bd1529
--- a/ci/travis-centos-rhel8.sh
bd1529
+++ b/ci/travis-centos-rhel8.sh
bd1529
@@ -95,7 +95,7 @@ for phase in "${PHASES[@]}"; do
bd1529
             # Upgrade the container to get the most recent environment
bd1529
             $DOCKER_EXEC dnf -y upgrade
bd1529
             # Install systemd's build dependencies
bd1529
-            $DOCKER_EXEC dnf -q -y --enablerepo "PowerTools" builddep systemd
bd1529
+            $DOCKER_EXEC dnf -q -y --enablerepo "powertools" builddep systemd
bd1529
             ;;
bd1529
         RUN)
bd1529
             info "Run phase"