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