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